Hardy5012
Hardy5012
Friends 2
Hardy5012
Added topic Return 4806 when create a iMACD handle in OnTick and useiGetArray to get buffer data, what`s the problem?
The following is my test code void OnTick ()   { //---    tick_cnt++;    if (tick_cnt % 100 == 0 )      {       signal_period++;        int
Hardy5012
Added topic Is success or fail when Ctrade ResultRetcode return TRADE_RETCODE_PLACED
Ctrade ResultRetcode return TRADE_RETCODE_PLACED, but ResultOrder is 0, why
Hardy5012
Added topic How can I download the last two years tick from MT5?
I try to use  CopyTicks, but it is not work
Hardy5012
Added topic Need help!MT5 CopyTicks return the first time of ticks not match the Chart`s
The code like this //--- Requesting the tick history since 1970.01.01 00:00.001 (parameter from=1 ms)        int received= CopyTicks ( _Symbol ,tick_array, COPY_TICKS_ALL , 1 ,getticks); and in the  tick_array the
Hardy5012
Registered at MQL5.community