chrism2671 / PyTrendFollow

PyTrendFollow - systematic futures trading using trend following
MIT License
324 stars 67 forks source link

Isolate Strategy implementation from the Framework #27

Open ramkumarkoppu opened 6 years ago

ramkumarkoppu commented 6 years ago

It will be cleaner to move sample strategy implementation to it's own dir called TradeStrategy.

chrism2671 commented 6 years ago

Yes, I agree it's not obvious how to create a strategy and test it, which is really the main strength of PyTrendFollow. It might make sense to start by making documentation on how a strategy should be created.