Forum

Login error

Hi I have problem on login. to login usi Python API, I was writing as this mt5.initialize() authorized = mt5.login( 12345600 ) if authorized: print( "Success: Connecting to MT5 Client" ) else : print( "Failed to connect at account #{}, error code: {}" .format(account_ID

it's look "copy_rates_range " is wrong.

At Python Metatrader5 there is function named " copy_rates_range ". It's work at UTC time zone. This function can bring historical data, From 00:00 Monday at 23:57 Friday. But The Market work since 21:00 Sunday to 21:00 Friday at UTC time zone or 00:00 Monday to 23:59 Friday at Moscow time zone. I