Open mdn522 opened 4 years ago
Does pocketopton is stable? I mean not scam and stable than iqoption?
They have several web socket server from around the world. quite stable. So far I did not see disconnection. They also have Social Trade. You can see or copy other pocket option traders. I am having hard time to connect to their websocket server using python. Spend a lot of time on it. I still could not do it.
Does PocketOption allow you use VPN/VPS any place of the world?
Does PocketOption allow you use VPN/VPS any place of the world?
Nothing mentioned in their Terms. We can use it
I'm not expert in this topic, but I will contribute with what I think it is. PocketOption has an undocumented API. You use its API when you interact with its trade room tool. All you have to do is to discover how to use their API, where are they endpoints, what functions and parameters their API recognize.
For example, in IQOption... Their login endpoint is: https://auth.iqoption.com/api/v1.0/ The function to do your login is "login" and the parameters are "email" and "password" If successful, this functions returns a ssid which you must keep in a cookie.
POST https://auth.iqoption.com/api/v1.0/login?email=[your email]&password=[your pass]
any luck on this ? @mdn522
any luck on this ? @mdn522
Got blocked the day made a significant profit. so skipping this broker
Is it on IQ Option Terms and Conditions that we can't use it in a VPS? Does that include a cloud machine like Amazon EC2 Instance?
Is it on IQ Option Terms and Conditions that we can't use it in a VPS? Does that include a cloud machine like Amazon EC2 Instance?
Yeah. You are not allowed to use VPS or VPN. it's against their terms. but there is an exception. if you are from Turkey or Indonesia then you can use a VPN or VPS.
so there is not any way to get api's and use it on the vps?
so there is not any way to get API's and use it on the VPS?
You can still use it but as you know it is against their terms. they might terminate/block your account. which they usually do if you make a good profit (personal experience)
found a API for PocketOption?
Is there an API for PocketOption that enables you to automatically place a trade?
found a API for PocketOption?
is the pocket option api available?
News?
1000 USD?
The problem is IQ Option does not support VPN & VPS, I heard that If you make small profit they don't care. But when you make good profit they will terminate your account. I don't wanna take risk with my little money. Currently I have a strategy that I am using this API to trade on IQ Option. But the problem is the strategy needs to be running 24/7 (Did I say 7? not it's 5 sorry). If you can make or guide me making one API for PocketOption. that would be helpful. I know python 3. but I am not good in OOP. Thanks for this wonderful API
i texted you on twitter
Hi all,
Since Lu-Yi-Hsun doesn't want to share his code,
I have created a pocketoption automation program that doesn't go through the api (so we don't run the risk of being blocked), it works really well. If you have any strategy that can work with pocketoption and you need automation, contact me, I can help you with that.
You may be wondering if it works as fast as the api, the answer is yes, it only has a delay time of 1 second.
My telegram: dvitll
Regards!
Hey brother @davcrelib I just tried texting you on telegram.. I just followed you now though.. my email is up there too
so I am running the code by u-yi-hsun.github.io and i keep getting
in
Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
If you purchased from him he'd give you the api.. it can't work with the api.. anyway what problems have you had trying to connect using socket.io or websocket library let's discuss and maybe try to solve our problem here is my discord (solicitping me biatch#3494).. text me and the codes you've tried before or something
On Mon, Apr 3, 2023, 10:32 PM eltrader2023 @.***> wrote:
so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi'
Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1495013241, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWRFWFVVFI5ESSIKFQ3W7M6WFANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>
Could you give me some help .. I am just seeing this message
El mar., 2 de mayo de 2023 8:41 p. m., kennethoaguilar < @.***> escribió:
another way of doing this is by using selenium to get the websocket information from the website directly. That's how I saved myself $1k.
— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1532047706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWT2UPTHIASS76RNORDXEFPPXANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>
so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi'
Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
hello do you have the code ?
so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
hello do you have the code ?
Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?
so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
hello do you have the code ?
Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?
Just been doing research and I have discovered I can analyze the API endpoints inorder to remake the API for my application. Whatever you do with this information is up to you
Sure thing Bonaventure.. let me know whats up
El jue., 10 de agosto de 2023 2:18 a. m., Bonventure < @.***> escribió:
so I am running the code by u-yi-hsun.github.io and i keep getting in from pocketoptionapi.stable_api import PocketOption ModuleNotFoundError: No module named 'pocketoptionapi' Can anyone help with this please i tried to install using pip install pocketoptionapi but it comes up with an error ERROR: Could not find a version that satisfies the requirement pocketoptionapi (from versions: none) ERROR: No matching distribution found for pocketoptionapi. thanks
hello do you have the code ?
Hey, I've been getting the same error. It seems the module is no longer supported in this time... how about workin together to make the code?
Just been doing research and I have discovered I can analyze the API endpoints inorder to remake the API for my application. Whatever you do with this information is up to you
— Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/159#issuecomment-1672392651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCKOWV5R6AGYV3SQGDPM3LXUQZHVANCNFSM4JTIGVFA . You are receiving this because you commented.Message ID: @.***>
I joined Cash fx on september 2021 investing $15k .I earned constantly and could upgrade to the $25k pack and then to the $50k . After trading and making so much profit, withdrawals suddenly became very difficult. It says on their website that fund withdrawals will take around 3 days. I messaged support but no positive response until August 2023, I recovered my money with the help of a triangulation expert. Frecuperation Tech is the best tech expert you need to help you recover your scammed or lost funds. They can be contact on email frecuperation@aol.com
Hello! My name is Vigo Walker.
I am the developer that created the Expert Option API I've been looking, and looks like there's no actual python api for Pocket Option, and since Pocket Option uses websocket in a really similar way with Expert Option, I will give my try to make this API!
News?
yes
So for any one looking for the new Pocket Option API. here it is: https://github.com/theshadow76/PocketOptionAPI
bro still haven't found the api? I also need.
bro still haven't found the api? I also need.
Entonces, para cualquiera que busque la nueva API de Pocket Option. aquí está: https://github.com/theshadow76/PocketOptionAPI
Hola que tal disculpa, he podido descargar tu pocketoption api el problema que tengo es que no se como configurarlo me puedes ayudar a como podria confirgurar espero su respuesta gracias
Entonces, para cualquiera que busque la nueva API de Pocket Option. aquí está: https://github.com/theshadow76/PocketOptionAPI
Hola que tal disculpa, he podido descargar tu pocketoption api el problema que tengo es que no se como configurarlo me puedes ayudar a como podria confirgurar espero su respuesta gracias
I am still working out on the api, I'll let you know when I finish!
¡Hola! Mi nombre es Vigo Walker.
Soy el desarrollador que creó la API de Expert Option que he estado buscando, y parece que no hay una API de Python real para Pocket Option, y dado que Pocket Option usa websocket de una manera muy similar a Expert Option, intentaré crear esta API.
Hola theshadow76 quisiera me ayudes con la instalacion api expertoption de pronto tendras un video de como hacerlo
@Mateo1986 pls contact me in ig or discord
Ig: vigo_walker Discord: theshadow76
@Mateo1986 yap
@theshadow76 hi can you help me to install the api please, i sent you a friendship invitation on discord :)
@Lestanen ooooh, sorry I declined it without knowing it was you. Sorry. Send it again
@theshadow76 hi again, i send the invitation
@Lestanen ok
Hi @theshadow76 I send you invitation on discord.
@theshadow76 Hello Is the api here https://github.com/theshadow76/PocketOptionAPI available to use ?
pip install pocketoptionapi ERROR: Could not find a version that satisfies the requirement pocketoptionapi
The problem is IQ Option does not support VPN & VPS, I heard that If you make small profit they don't care. But when you make good profit they will terminate your account. I don't wanna take risk with my little money. Currently I have a strategy that I am using this API to trade on IQ Option. But the problem is the strategy needs to be running 24/7 (Did I say 7? not it's 5 sorry). If you can make or guide me making one API for PocketOption. that would be helpful. I know python 3. but I am not good in OOP. Thanks for this wonderful API