Open elmschaym opened 6 years ago
how about this problem i got None value for this sample code
api.getcandles(1, 60, 25)
time.sleep(0.25) print api.candles, 'test', api.candles.candles_data data = api.candles.candles_data for candles in data: st = datetime.datetime.fromtimestamp(candles[0]+60).strftime('%Y-$') ''' candles data 0th entry: timestamp of candle 1st entry: where candles starts in the interval 2nd entry: where candles finishes in the interval 3rd entry: upper wick 4th entry: lower wick ''' print st, candles
i dont know. never got none... only error or data... code work for me . i install iqoptionapi manualy. becose pip install iqoptionapi install something befor latest changes...
value NONE print if you are not loged in ... check your login and pass
hi @remarco you know how to get price position in real time?
no i dont....
help me why i got this error i already install the api
from iqoptionapi.api import IQOptionAPI ImportError: No module named 'iqoptionapi.api'; 'iqoptionapi' is not a package