Skip to content

This repository contains implementation of "ADX", "Ichimoku" and "RSI" technical indicators using "Backtrader". And one new technical indicator is designed using the before-mentioned three indicators named as "BIRA".

Notifications You must be signed in to change notification settings

ChakshuGupta13/technical-indicators-backtesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical Indicators Backtesting

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%

Install Additional Dependancies

pip3 install backtrader
pip3 install matplotlib

To run strategies

python3 <file_name.py>
eg. python3 ADX.py

Ichimoku_final_final ADX Predictions long term trading short term indicator

About

This repository contains implementation of "ADX", "Ichimoku" and "RSI" technical indicators using "Backtrader". And one new technical indicator is designed using the before-mentioned three indicators named as "BIRA".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages