MLQ4: Visualization of iCustom called indicators

 

Hi all,

If I use iCustom(..) to use data from a custom indicator in my EA, the called indicator is not shown in the chart window (although loaded and executing OK). The question  is: If I load the indicator a second time into the chart for visualization, using the user interface, will the indicator (same as called by iCustom) be duplicated (code/runtime)? If yes, is there a more efficient way??


Thank's in advance

hk

 

it does not show up on the chart unless you load it on top manually this is common it's a bit of a conflict you either let the EA trade with minimal visible output data for fastest execution times or you trade manually on the visual indicator output.

If you want both then load it a second time it is only for your eyes the EA does not need the visible things on the chart unless you use and manually change the ChartGet X () functions like objects at time or price anchor points.