Aleksandr Skiridomov

Results 17 comments of Aleksandr Skiridomov
trafficstars

https://github.com/n1nj4z33/iqoptionapi/blob/master/iqoptionapi/ws/objects/timesync.py ``` @property def expiration_timestamp(self): """Property to get expiration timestamp. :returns: The expiration timestamp. """ return time.mktime(self.expiration_datetime.timetuple()) ``` https://github.com/n1nj4z33/iqoptionapi/blob/master/iqoptionapi/ws/chanels/buyv2.py so you can try to set expiration time before buy self.api.timesync.expiration_time...

volume? what does it mean "volume"?

Hi, i'll add some documentation in the near future as soon as I will have more free time

@Amsori Hi, i add sphinx generated documentation http://iqapi.readthedocs.io/en/latest/ I'll add a user guide to wiki soon

@Amsori you can find some information in wiki now https://github.com/n1nj4z33/iqoptionapi/wiki.

try import iqoptionapi.constants as api_constants ACTIVES is a dictionary of {active name: active number} you will find in iqoptionapi/constants.py

fix some errors todays