viabtc / viabtc_exchange_server

A trading engine with high-speed performance and real-time notification
MIT License
2.68k stars 1.48k forks source link

Is any plan about stop loss? #178

Closed serefercelik closed 4 years ago

serefercelik commented 5 years ago

Hi, Is any plan about stop loss or how can i add stop loss ? Any idea?

objectt commented 5 years ago

you can implement an external server that stores all stop loss orders and watches current prices. When the price is reached, it will queue it to the exchange server as a market order.