Vertical Scale

 
Hi does anyone know how to get the figures on the vertical scale and the dates along the bottom of  of an m5 platform, bit new to this Thanks
 
starman57: Hi does anyone know how to get the figures on the vertical scale and the dates along the bottom of  of an m5 platform, bit new to this Thanks
Your question is vague. Please explain in more detail. A annotated screenshot should help too.
 
starman57: how to get the figures on the vertical scale and the dates along the bottom of  of an m5 platform

There's no way to remove them from a chart. I guess you have no charts open. Open a chart.

 
starman57:
Hi does anyone know how to get the figures on the vertical scale and the dates along the bottom of  of an m5 platform, bit new to this Thanks

ChartGetDouble(0,CHART_PRICE_MAX,window) and CHART_PRICE_MIN for the prices.

For the dates, it's more complicated, there is no direct access, you can use ChartGetInteger(0,CHART_FIRST_VISIBLE_BAR,window) to get the index of the first bar, then search the time from it.