streetyoga / atapi

Backtest, forward test and apply trading algorithms and strategies on binance spot, futures and nft market and other exchanges, including arbitrage.
MIT License
5 stars 5 forks source link

Clean up Algo() class and put algorithmic functions into it #44

Closed miron closed 2 years ago

miron commented 2 years ago

Everyhing should be nicely grouped as atapi.algo. and within other future instance classes. Seperated data fetch into own class.