manual strategy tester
Created at 16 Jan 2022, 17:47
SA
manual strategy tester
16 Jan 2022, 17:47
Hi
How can I work in a multi-frame manual backst?
Example :
When I see a situation in H1, I can check it exactly and Simultaneous in another time frames.
in pictures, red Vertical line.
amusleh
17 Jan 2022, 09:29
Hi,
The cTrader visual back test only shows your selected time frame chart, so it doesn't know or have any idea about other time frames that you might use inside a cBot code.
The visual back test option is added to help you debug and test your cBots, it's not designed for manual back testing.
There are some solutions you can use to show multiple time frames data on your cTrader back tester, like with the help of an indicator.
You can use this indicator: Custom Period Chart - AlgoDeveloper
Attach it on your back test chart, set the time frame you want to and it will display it when you start back testing on a separate indicator window or on top of your current chart bars.
I recommend you to read the indicator documentation.
@amusleh