How can I use an indicator in my EA but prevent it from displaying?
-
Will anyone please help me. I want to use some indicators but don't want them to be displayed on the chart. They should be operating in the background. How do I turn the display off please?
-
Your question is a little unclear. Do you mean when the indicator is being used by an EA? In which case it will not display unless you have put it on the chart. If you don't want to see an indicator the EA is using simply don't include it on the chart, although it must, of course, be listed in the Navigator tab.
If you referring to an indicator you have put on the chart and which you want to be invisible, for whatever reason, simply open the properties for the indicator and in the colours tab, change everything to "none".
-
Thanks for your response CPBonzo,
That pretty much answers my question.
Appreciated.