Skip to content

simonhajny/trading-byindicators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

Trading by Indicators

01-BACKTEST.py

  • [ ]
  • [ ]
  • [ ]

02-SIGNAL-PLOT.py

  • contains 12 diffrent RSI types, 3 diffrent windows RSI, 3 composite RSIs (diffrent ways of adding the 3 windows) and for each of the previous 6 RSIs a composition with Chaikin Volatility index gives another 6 RSIs
  • the parameters are: ALPHA, BETA, LONGTHRESHOLD, SHORTHRESHOLD; the first two determine the nature of the composite of CVI and RSIs, whereas the last two are criteria for trade signal logging
  • contains a optimization class which optimizes accuracy for the previously mentioned parameters

REALTIME.py

  • usese ccct library
  • the parametersare: position_size, leverage, target_percent, stop_loss percent

About

Algorithmic Trading Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published