I am currently working on a solution for an AlgoTerminal client where they would be able to define their own strategy entry and exit criteria via a config file. Some of the features will include:
- As many time frames as you want in a single strategy.
- A strategy entry or exit condition can contain multiple time frames (i.e. left side indicator could be hourly based with the right side indicator being five minute based).
- A strategy entry or exit condition can be evaluated for either on bar complete or for each on bar update event.
- Long and short signals can be configured for a single strategy.
I am first going to deploy to AlgoTerminal but this add-on can really be used with any ATS that supports C# and multiple time frames.
Below is what a sample config file would look like.
Let me know what you think and please vote!
- As many time frames as you want in a single strategy.
- A strategy entry or exit condition can contain multiple time frames (i.e. left side indicator could be hourly based with the right side indicator being five minute based).
- A strategy entry or exit condition can be evaluated for either on bar complete or for each on bar update event.
- Long and short signals can be configured for a single strategy.
I am first going to deploy to AlgoTerminal but this add-on can really be used with any ATS that supports C# and multiple time frames.
Below is what a sample config file would look like.
Let me know what you think and please vote!