Draw Objects on Chart during Visual backtest?
-
Does anyone know whether it is possible for an EA to draw chart objects to appear during a Visual Backtest ?
How can I do it ?
Any help appreciated, thank you.
-
@mantadiver In the orange chart & objects you have many options, if not working try adding a pass block above.
-
@mantadiver You can do it as jstap suggets. However, please remember that you will need to remove them from the chart also. Otherwise your visual backtest will be flodded with objects.
-
jstap, l'andorra, many thanks for your input, great to know it can be done and now I have found a mistake in my flow that was preventing it. All working now; appreciate you taking the time to respond.
-
@mantadiver You're welcome.