** Unmaintained ** I have rewritten some of the functionality using async if you are want to use the updated code you can use the code from `async` branch
Apache License 2.0
53
stars
54
forks
source link
Commands not working and how to connect with MT5? #22
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?
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?