Introducing FX4Sight, your ultimate companion for mastering the forex and crypto markets. Unlock predictive insights and make informed trading decisions like never before using our advanced models.
We are constructing a forex and crypto analysis platform built on Python, utilizing recent developments in time series predictive and generative models. Our goal is to detect micro-patterns in the markets, while combining fundamental and technical strategies, to suggest smartly informed trading decisions. While algorithmic and ML-aided trading continues to be explored, we hope this contributes towards creating stronger and profitable models. If you have any questions or would like to contribute, feel free to reach out!
Stay ahead of the game with FX4Sight!
Suggestions from our models are not financial advice and should be viewed with caution
Please sponsor us so we can take the Series 7
WIP
Install conda environment (requires Python >= 3.11
)
conda env create -f environment.yaml -n fx4s
conda activate fx4s
Install remaining dependencies via pip
pip install tensorflow
pip install pyqt5
Add API keys for Alpaca
conda env config vars set ALPACA_KEY=your_key_here
conda env config vars set ALPACA_SEC_KEY=your_key_here
conda deactivate
conda activate fx4s
Chase Grajeda - M.S. Computer Science @ Rensselaer Polytechnic Institute