MQL4 - automated forex trading   /  

Forum

Is it possible for a custom indicator called from an expert to show its graphics?

Back to topics list To post a new topic, please log in or register

avatar
8
EAVirgin 2007.01.08 07:15 
I have attempted to call the ZigZag custom indicator from my EA using iCustom, but no lines show.
If this is possible, can the properties be changed - such as color, width, etc.
If it is not possible, and the indicator is placed on the chart, does the code still get executed twice - once for the indicator and once for the iCustom call?
article

MT4TerminalSync - System for the Synchronization of MetaTrader 4 Terminals

This article is devoted to the topic "Widening possibilities of MQL4 programs by using functions of operating systems and other means of program development". The article describes an example of a program system that implements the task of the synchronization of several terminal copies based on a single source template.


avatar
Moderator
5089
stringo 2007.01.08 15:50 
Indicator shown in the chart and the same indicator called from EA are 2 different instances.

avatar
8
EAVirgin 2007.01.08 16:35 
stringo wrote:
Indicator shown in the chart and the same indicator called from EA are 2 different instances.
OK, Thanks for your reply, but is it possible to get the indicator called from the EA to display its graphics?

avatar
Moderator
5089
stringo 2007.01.08 17:01 
No, sorry. Manually only.
Back to topics list  

To add comments, please log in or register