Information

Username: valkirja
Member since: 09 Jan 2016
Last login: 09 Jan 2016
Status: Active

Activity

Where Created Comments
Algorithms 0 1
Forum Topics 0 0
Jobs 0 0

Last Algorithm Comments

VA
valkirja · 8 years ago

Hi. How can i get output of this indicator? i mean I need to know which buffer is plotting the line each onBar method. I declared   

public IndicatorDataSeries ExtMapBuffer3_AlgoOutputDataSeries { get; set; }
public IndicatorDataSeries ExtMapBuffer2_AlgoOutputDataSeries { get; set; }
public IndicatorDataSeries ExtMapBuffer1_AlgoOutputDataSeries { get; set; }

and OnStart initialized  

ma_color = Indicators.MA_Color(MAPeriod_parameter, MAType_parameter);

but this was obviously wrong initialization. Could you help me with this, thank you.