Devlog 03
Hello :D.
Last devlog I migrated everythng to SQLite and built out a few technical indicators.
Devlog took this long as I was working on the backtesting engine for a while. Took a while to understand what was going on when I first tried to work on trade execution, create the cash vs holdings trackng, and the entry exit logic.
I did get a full simulation working that has slippage, comissions, and risk management like stop loss and take profit.
I’ve also added the strategy module to turn indicator outputs into buy and sell signals. 2 new indicators were also added:
- MACD (Moving Average Convergence Divergence)
- Bollinger Bands
main.py was also of course updated to handle the new modules.