I have an assignment issue when I load a set of charts containing the function MACD.
For example, if I draw a chart with MACD function and Stochastic function, i will have normally :
Code: Select all
Axtchart.series (0).title = Title1
Axtchart.series (1).title = TitleMACD
Axtchart.series (2).title = Nothing
Axtchart.series (3).title = Nothing
Axtchart.series (4).title = TitleStochastic
Code: Select all
Axtchart.series (0).title = Title1
Axtchart.series (1).title = TitleMACD
Axtchart.series (2).title = TitleStochastic
Axtchart.series (3).title = Nothing
Axtchart.series (4).title = Nothing