Forum

run 10 mintues on M1 chart, the result is wrong, why?

#property indicator_separate_window #property indicator_buffers 1 #property indicator_color1 Silver #property indicator_width1 2 double MacdBuffer[]; int init() { SetIndexStyle( 0 , DRAW_HISTOGRAM ); SetIndexBuffer ( 0 ,MacdBuffer); return ( 0 ); } int start() { double test[

help me ,translate these to chinese ,thanks

1、 int IndicatorCounted (); The function returns the amount of bars not changed after the indicator had been launched last. “indicator had been launched last.”准确是指什么意思 ,达到什么样标准了才算是“指标加到图表启动后” ,系统觉得达到什么样标准才会触发运行IndicatorCounted()这个函数,希望能用量化的数据来讲解,不是抽象的讲解。因为系统是根据量化的数据来进行判断的。 2、 Loading and

error code 4066 ,mt4

4066 ERR_HISTORY_WILL_UPDATED Requested history data is in updating state 1, what the solution is ,how to prevent the error 4066 ,code 2, Why MQL5 don't have error code 4066 thanks

iclose() return 0 , 0 is int or double ?

double iClose ( string symbol , // symbol int timeframe , // timeframe int shift // shift ); Returned value Close price value for the bar of specified symbol with timeframe and shift. If local history is empty (not

Zigzag indication run a few days later, will be drawing the wrong line?

Zigzag indication run a few days later, will be drawing wrong line? but drop zigzag from chart, then add zigzag to chart , the line will right . why? (my english is not well )

BUG

MT4, the official website of the old ZIGZAG MT4 indicators, there is a piece of code (excerpt part of the code segment), IndicatorCounted () function on the start () inside. I used to debug the test and found a very strange phenomenon. case 1: If added breakpoint 1 and breakpoint 2, start ()