Help with iCustom and multipler Indicators

 

Hi,

I have an EA and I have to get info from 3 different Indicators.

Each Indicator has 2 Buffers, labeled 0 and 1:

Indicator1, Buffer 0 & 1

Indicator2, Buffer 0 & 1

Indicator3, Buffer 0 & 1

Each Indicator works separately correctly.

But, as I get the info from the EA from every Indicator it only shows 1 curve while doing the test with the EA.

Is this because all 3 Indicators have the same buffer labels and my EA get confussed?

Must I modify the Indicators so that I have i.e.:

Indicator1, Buffer 0 & 1

Indicator2, Buffer 2 & 3

Indicator3, Buffer 4 & 5

Would it work in this way?

Tks,

 

There is a situation I came across where having the same Buffer name (array name) in different indicators will get it confused, but it was something to do with indicator1 calling indicator2 and both having the same buffer names.


If this is the same problem, then giving the buffers different names will fix it.

Reason: