iqoptionapi
iqoptionapi copied to clipboard
IQ PAYING 60% digitally on any payment
why is iqoption paying 60% when buying via api, and manual pays correctly? anyone with the same problem?
Update your code to use buy_digital_spot_v2. That buys at the correct profit. There is still an issue with getting the profit percentage though.
Update your code to use buy_digital_spot_v2. That buys at the correct profit. There is still an issue with getting the profit percentage though.
pow, thanks, just a split i change in .api or on stable_api? na verdade ja utilizo essa buy_digital_spot_v2- sempre foi essa. não entendo oq devo mudar...
Hello, I got the same problem and I asked to IQ why I have this profit of 60% now, they said, because I am connecting from an unknown sources. So I suppose the problem come from the method connect in the api and not the digital buy itself.
I was using the version of the API installed by pip install iqoptionapi but I had to change to: pip install -U git+git://github.com/iqoptionapi/iqoptionapi.git which is a newer version then buy_digital_spot_v2 worked correctly. Unless I'm mistaken, there also seems to be 2 versions of the API on github.
I also had to change from get_digital_current_profit to get_digital_payout to find out what the expected profit % on the instrument would be.
Can anyone help me with his/her own sample code ( My Sample Code )
Hi,
I am not able to install pip install -U git+git://github.com/iqoptionapi/iqoptionapi.git. it is getting below error:
C:\Users\vpavanku\PycharmProjects\pythonProject2\venv\Scripts>pip install -U git+git://github.com/iqoptionapi/iqoptionapi.git Collecting git+git://github.com/iqoptionapi/iqoptionapi.git Cloning git://github.com/iqoptionapi/iqoptionapi.git to c:\users\vpavanku\appdata\local\temp\pip-req-build-elaow5f_ Running command git clone -q git://github.com/iqoptionapi/iqoptionapi.git 'C:\Users\vpavanku\AppData\Local\Temp\pip-req-build-elaow5f_' ERROR: Error [WinError 2] The system cannot find the file specified while executing command git clone -q git://github.com/iqoptionapi/iqoptionapi.git 'C:\Users\vpavanku\AppData\Local\Temp\pip-req-build-elaow5f_' ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
C:\Users\vpavanku\PycharmProjects\pythonProject2\venv\Scripts>
could anyone helped me in this
I was using the version of the API installed by pip install iqoptionapi but I had to change to: pip install -U git+git://github.com/iqoptionapi/iqoptionapi.git which is a newer version then buy_digital_spot_v2 worked correctly. Unless I'm mistaken, there also seems to be 2 versions of the API on github.
I also had to change from get_digital_current_profit to get_digital_payout to find out what the expected profit % on the instrument would be.
i am still getting 60% profit. Could you please help me in this..