Use EA to attach and indicator to a chart
-
Is there any way to get the EA to attach an indicator to a chart and to apply the project constants to the indicators parameters? For example ADX or RSI in a separate indicator window?
-
This is a question for hardcore mql4 programmers. As far as I know, the only way to do that is by custom code blocks.
-
@mole Hi, this is from an old post named apply template. https://fxdreema.com/forum/topic/3658/apply-template/9
The solution is from fxDreema. https://fxdreema.com/shared/EooHSxoKb
Also, as it writes here https://fxdreema.com/forum/topic/5361/how-to-apply-template, put .tpl in the name field also.Or you could do a custom mql block, and paste this into it. ChartApplyTemplate(currChart,"SomeTemplate.tpl");
Hope it works

-
@cpxiom said in Use EA to attach and indicator to a chart:
@mole Hi, this is from an old post named apply template. https://fxdreema.com/forum/topic/3658/apply-template/9
The solution is from fxDreema. https://fxdreema.com/shared/EooHSxoKb
Also, as it writes here https://fxdreema.com/forum/topic/5361/how-to-apply-template, put .tpl in the name field also.Or you could do a custom mql block, and paste this into it. ChartApplyTemplate(currChart,"SomeTemplate.tpl");
Hope it works

and thanks a lot to @CPxiom
-
maybe it's too broad in content, but may be useful
https://fxdreema.com/forum/topic/7722/how-to-stop-other-all-expert-advisor-by-my-expert-advisor