Forum

bug or programming error

Dear experts! Could you please clarify if something is wrong with indicator coding or it is a bug of new release 1687? Description: Shift back of the painted bars on the chart. Max bars on chart = 100 000. Number of bars in the history is bigger than 100 000 This behavior does not presented if

CHARTEVENT_MOUSE_MOVE and OnCalculate in Indicator

Dear experts! I have created an indicator what is using CHARTEVENT_MOUSE_MOVE event. It was recognized that after OnChartEvent has processed CHARTEVENT_MOUSE_MOVE, OnCalculate is called with prev_calculated equal to zero (irrespective of what OnCalculate has returned on the last its run). Is it

Eror in Load() function of CChart class

Dear MQL5 Team! Seems there is a mistake in implementation of Load function of CChart class. bool CChart::Load(int file_handle) (file chart.mql) In place where Symbol name and period of chart suppose to be loading, information about the period is not read from the file