Sri Harsha Gangisetty

Results 14 comments of Sri Harsha Gangisetty

When added route to self with any value, anchors work ``` def render ``` to ``` def render ```

check whether the script is using the new login endpoint, if true it may be a network error

placing an order is an asynchronous call, it wont return the code immediately so the code can't be returned immediately

`iqoption.portfolio` stores all the options you open/close, each object in `iqoption.portfolio` is an object which stores all the data of your option, try checking the attributes of that object, it...

It's not difficult to implement it but I am busy with some other work so if someone can implement this and create a pull request, will merge it.

It returns none because, it uses bidirectional socket API of IQOption and the actions are not synchronous, even if you place a bet iqoption doesn't send the confirmation immediately, there...

I am searching for the endpoint which provides this, as soon as I find it, it will be implemented.

You can try replacing https://github.com/harwee/IQOption-Api/blob/async/iqoption_api/api.py#L147 with `await self.establish_socket_connection_and_run()`, that should re establish the socket connection when it is dropped.

@rrfaria and @VictorPietro I am not using IQOption actively, so I update it when I feel like adding a feature, If any of you is interested can you become a...

Sure contact me anytime regarding collaboration. I am using IQOption but not doing trades which require API, so I am just using IQOption app