indicator
-
Hi
I want to put an indicator on the metatrader chart screen before starting my robot so that I can use its objects before starting the robot
What block should I use for this? -
You can use apply template block, but only works on live. if you save a template with the exact ea name it will load all, may only work on backtest
-
Thank you for your answer
I have to try
I hope you will help me again, thank you -
I've done this before. If I'm not mistaken, connect pass block with modify variable block. Create a variqble and put the indicator's name there.
-
@jstap How do I make a template?
-
on your platform live or backtest, right click, change settings to preferred, add all required indicators, right click and save template
-
@biztet I want my indicator to run immediately when the bot starts so I can use the objects in the indicator for calculations. If there is a delay in creating the marker, my bot's calculations will be disrupted.Does this method of yours meet my needs?
-
This will in backtest, add the delay block 1000=1 second you can use this or another tactic to make the EA wait