JulyIghor / QtBitcoinTrader

Secure multi crypto exchange trading client
https://sourceforge.net/projects/bitcointrader/
732 stars 376 forks source link

How to cancel specific ask/bid #252

Open DrrMrr opened 5 years ago

DrrMrr commented 5 years ago

Hi,

is it possible to list all asks/bids and cencel it with some order id?

In my case I would like to cancel highest ask.

Thank you and best regards Damjan

JulyIghor commented 5 years ago

It will be possible in new version of script language that is currently under development. You will able to get lists of orders from orderbook, trade history, own account open orders and its trade history. Than loop each one to make deep analysis.

DrrMrr commented 5 years ago

It will be possible in new version of script language that is currently under development. You will able to get lists of orders from orderbook, trade history, own account open orders and its trade history. Than loop each one to make deep analysis.

any news when :)