How to show Moving Average on chart - no draw, but show indicator
-
Hi,
I have a problem with show on chart MA, I know how to draw, but then start this indicator when start EA. Is possible display on chart some MA, example EMA200? EMA55? Can you show me how to do it?
Thanks for your help. -
I'm afraid I don't fully understand you, sorry. What do you mean by 'display on chart'? Do you mean displaying from your MT4 indicator's pool?
-
Hi @emaniek ,
Are you trying to display an indicator on the chart while EA is running? If so, you can attach any indicator while EA is running.
If that's not the case please provide more and clear information.
Regards.
-
Hi, yes I need add standard indicator on chart, example EMA 200, can you show me how to add? Thanks.
-
You can do it manually while the EA is running with no problem. Is that what you are asking for?
-
-
@trader-philipps
Hi trader.philipps,really? you think my question is about platform mt4, or mt4 template? or on forum fxdreema I ask about builder fxdreema? hmmm, may I need implement indicator for EA build with fxdreema? May I need help, because option "Trace" dont work rightly, may I dont find solve problem on forum.
You still rate my level?
Again, I need add EMA200 in my EA, not on mt4 template - is possible? If yes I need this solve.
Thanks. -
@emaniek said in How to show Moving Average on chart - no draw, but show indicator:
Hi, yes I need add standard indicator on chart, example EMA 200, can you show me how to add? Thanks.
Try read your sentence and let me know how one should guess that you are seeking to implement indicator logic in an EA such as a proxy! I'm not aware that is possible unless you draw it by yourself. Indicator may trigger EA by signal. The other way that an EA proxies indicator buffers I'm not aware of - at least with standard MT4 API.