Developed in 2024
Python application to perform multiple analyses over trading assets like stocks, crypto, and forex.
Make analyses, test different strategies, and automate trades by connecting automatically with a preferred broker (built-in with Binance and Interactive Brokers but scalable to others as well).
On inheriting the BaseStrategy class, it is possible to create strategies based on manual conditions defined at the child class.
On inheriting the BaseMLStrategy class, it is possible to create strategies using machine learning algorithms; it allows you to define different ML models and which variables should be used to predict the next position.
On inheriting the BaseRLStrategy class, it is possible to create strategies using reinforcement learning algorithms like A3C, deep Q-learning, PPO, etc.