harwee/IQOption-Api

Commands not working and how to connect with MT5?

Closed this issue · 0 comments

  print(api.instruments_to_id) ## All Instruments Websocket Returned
    print(api.forex_instruments)
    print(api.cfd_instruments)
    print(api.crypto_instruments)
>>> api.update_candle_data("EURUSD",1,0,int(time.time())) ## get latest 1000 candles with 1 second interval
>>>
>>> print(api.candle_data) # prints candles
{}

The above commands are not working at all.
How I can connect your api with MT5? How I can display the same candles from the Iqoptions in MT5 using your API?