Add an abstract class to verify strategy validity , by :
- ensuring no data leaks into the future
- ensure trades taken are valid according to the strategy idea.
- adding an indicator registry that will enable modular addition of indicators on chart , similar to strategy registry.
Add an abstract class to verify strategy validity , by :