sthewissen / Mynt

An Azure Functions-based crypto currency trading bot; featuring 10 exchanges, 25 indicators, custom strategy support, backtester and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleanup the amount of strategies?

sthewissen opened this issue · comments

The current amount of strategies may be a bit overkill. A lot of these were added simply to see how they'd perform but never cleaned up. Perhaps it would be a good thing to go for quality instead of quantity. The backtester could be a good tool to help refine some of the better performing ones.

The amount of strategies was cleaned up in develop. A lot of these strategies were only present because I found them online somewhere. Backtesting never really gave a decent result for a lot of them. Therefore they have been removed for now. If someone has a strategy that can provide decent consistent results feel free to PR it in.