| / | Forum |
|
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? |
|
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. |
5089 |
stringo
2007.01.08 15:50
Indicator shown in the chart and the same indicator called from EA are 2 different
instances.
|
|
EAVirgin
2007.01.08 16:35
stringo wrote: OK, Thanks for your reply, but is it possible to get the indicator called from the
EA to display its graphics?Indicator shown in the chart and the same indicator called from EA are 2 different instances. |
5089 |
stringo
2007.01.08 17:01
No, sorry. Manually only.
|