Issue on Loading MACD Function from Binary File
Posted: Thu Dec 16, 2010 3:06 pm
Hi,
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 :
But if I load these series from a file, I have the following assignments :
Regards,
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