occupied / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
occupied
Added topic MT5 Python Library Updated ? Not returning OHLC
import MetaTrader5 as mt5 rates = mt5.copy_rates_from_pos( "EURUSD" , mt5.TIMEFRAME_H4, 0 , 2 ) df = pd.DataFrame(rates) print (df) This code used to return OHLC But now it returns
: