TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
bool ChartNavigate | ( | long | chart_id, |
int | position, | ||
int | shift = 0 |
||
) |
Performs shift of the specified chart by the specified number of bars relative to the specified position in the chart
chart_id | Chart ID. 0 means the current chart | ||||||
position | Chart position to perform a shift. Can be one of the following values:
| ||||||
shift | Number of bars to shift the chart. Positive value means the right shift (to the end of chart), negative value means the left shift (to the beginning of chart). The zero shift can be used to navigate to the beginning or end of chart. |