Skip to content

slurpxbt/paper-trading-for-algorithmic-strategies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paper-trading-for-algorithmic-strategies

module for testing algorithmic strategies on live bybit datastream

Instructions how to use the script

Required packages:

  • python-binance
  • bybit-ws
  • pandas
  • time
  • matplotlib
  • numpy
  • pickle
  • logging
  • If any other are missing just pip install them

How to us paper trading module:

  1. If you based you strategy on ema or ma edit the get_emas() function with desired ma and emas
    • change lines 62 and 63 according to you selected ma/emas
  2. Depending on which ticker and timeframe you want to test the strategy change the ticker and timeframe in lines 51 and 58
  3. Change strategy variables from line 77 to 86
  4. Change the strategy to your strategy from line 126 onwards
  5. Also feel free to explore and change or add any other functions

If you have any question regarding the scripts you can ask me on twitter @slurpxbt

About

module for testing algorithmic strategies on live bybit datastream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages