Forum

Use wininet.dll on metatrader 5 indicator

Hi Guys, I am desperately looking for how to recover xml file with an indicator from FFactory calendar with wininet.dll (not WebRequest) on metatrader 5 no script works on mt5. I can do this with Webrequest with a script but no interest for me ... I am using Windows 10 last release, maybe functions

Problem with SymbolInfoDouble(Symbol(),SYMBOL_LASTHIGH) and SymbolInfoDouble(Symbol(),SYMBOL_LASTLOW)

Hi, I have bad results with SymbolInfoDouble(Symbol(), SYMBOL_LASTHIGH ) and SymbolInfoDouble(Symbol(),SYMBOL_LASTLOW) functions which give 0.0 result on mql5...Why ? Maybe I have missed anything ... Normally these 2 functions give the more High and the more Low of the day. I have resolved this

Anything I don't understand on MQL5

Hi guys Why DoubleToString(40/26,3) give me the string 1.000 ? Normally it's 1.538 If I do : double test = 40/26; DoubleToString(test,3) it give me also 1.000 and not 1.538