vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
511 stars 276 forks source link

Indicators values returned #250

Open PascalChotard31 opened 3 years ago

PascalChotard31 commented 3 years ago

Hi, I encounter problems with indicators values returned by the MT4 API. My program is looping on symbols, asking for indicators values on different time frames (30, 240). It seems that, after a while, the returned values on frame 240 are not correct (I didn't check the values for 30 time frame). Where is it coming from ? Number of symbols ? Number of requests for indicators ? Is there any solution to get correct values ? Pascal