Forum

Can i deposit to mql5 with gift mastercard?

Hi I have gift mastercard. can i deposit to mql5 whit gift mastercard

mql5 vps(metatrader vps) uptime

Hi , Up time for metatrader vps ?% Thanks

Copy array reverse

How copy array to another reversed. For example: Double aa[]={1,20,3,25,9} >> copy to array bb {9,25,3,20,1}

Copy array

I want copy close arrays. ========================================== {Mq4:} double ls[256]; ArrayCopy(ls, Close, 1, 1, 256) How copy close arrays in mq5? ========================================== Thanks

Why mt5 tester can't work with spread?

Why mt5 tester can't work with spread

Why GlobalVariables doesn't work on tester mt5?

Why GlobalVariables don't work on tester mt5

how get time for "USDCHF",Period H1, and Bar 0 in Mq5?

In mq4 iTime ( "USDCHF" , PERIOD_H1 ,0) and how get time for "USDCHF",Period H1, and Bar 0 in Mq5? Thanks