n1nj4z33 / iqoptionapi

IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia
120 stars 551 forks source link

Buy or candle not working anymore #54

Open Niks005 opened 7 years ago

NazirH commented 7 years ago

This is what I'm getting when trying to buy

Request for buy: {"name": "buyV2", "msg": {"price": 1, "act": 1, "exp": 1507365661.0, "type": "turbo", "direction": "call", "time": 1507365601.024}}

Results for buy. {"msg":{"isSuccessful":false,"message":["Internal server error"],"result":[]},"name":"buyComplete","request_id":""}

Nothing comes back for the candle request..

Anyone knows what is the reason?

Niks005 commented 7 years ago

I'm also getting the same error.

Niks005 commented 7 years ago

Please help if anyone knows about this issue.

m10141 commented 7 years ago

It works now. try it again

NazirH commented 7 years ago

Buy is working but Candle is still not working. It is not returning results.....

lucianopinheiro commented 6 years ago

Look at issue #52

EVAZA commented 6 years ago

Hello guys, can you buy CALL and PUT? It does not work now...

lucianopinheiro commented 6 years ago

It is working for me. My last buy:

 {"msg":
   {"direction": "put",
    "price": 47.8837,
    "act": 6,
    "exp": 1507835340.0,
    "time": 1507835295,
    "type": "turbo"},
 "name": "buyV2"
}
lucianopinheiro commented 6 years ago

*** I mean: It is working on DEMO mode. I will do REAL mode only when my robot get profitable.