Simulated backtrading using financial technical indicators:
- ADX (Average Directional Indicator)
- RSI (Relative Strength Index)
- Ichimoku
- Attempts to develop a new trading strategy BIRA (Brew of Ichimoku, RSI and ADX)
BIRA achieved accuracy for prediction: 60%
pip3 install backtrader
pip3 install matplotlib
python3 <file_name.py>
eg. python3 ADX.py