TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
void SetIndexDrawBegin ( int  index,
int  begin 
)

Sets the bar number (from the data beginning) from which the drawing of the given indicator line must start

Parameters
indexLine index. Must lie between 0 and 7
beginFirst drawing bar position number

The indicators are drawn from left to right. The indicator array values that are to the left of the given bar
will not be shown in the chart or in the DataWindow. 0 will be set as default, and all data will be drawn.