ok24601 / etoro-api

etoro trading REST API
ISC License
100 stars 48 forks source link

None SELL price available for id #40

Open velutis opened 3 years ago

velutis commented 3 years ago

Hi i am trying to open SELL position for some assets its working fine, for example bitcoin. But some are throwing None SELL price available for id. For example CAN id: 6317 i can open sell position in etoro but with this API i`m getting None SELL price available for id 6317. Im trying all variations with takeProfitRate and stopLossRate and without them, tls on of ...

MaxWvM commented 3 years ago

add to the asset to the watchlist first, and then it should be fine.

AndreJackBia commented 2 years ago

I have the same problem even if the instrument has been added to the watchlist. The problem seems to be that the prices are not arriving to the PriceListener. If the expected prices refresh ratio is near real time then probably I'm having issues with the listeners. If not, then it's not clear what is the expected refresh ratio. Can you please clarify this behavior?