harwee / IQOption-Api

** 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

iqoption.options not getting updates #43

Closed djumpen closed 5 years ago

djumpen commented 5 years ago

On weekend and work days we have different available options list. If I run my program on weekend I can't make bids for some currencies on Monday, b/c they were not available on the startup. I need to call get_all_options() sometimes (or each time) before placing a bid, hope it will help