yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.49k stars 824 forks source link

Add trailing-stop % to sell price #237

Closed pavnguyen closed 6 years ago

pavnguyen commented 6 years ago

Hi,

Could you add more options to sell price with trailing-stop?

For exemple: I buy at 10 and the target profit is 1% with trailing-stop 0.5%. When the price is reached 10.1 (with profit), I don't sell and wait when the price is reached 10.15, I continue to wait.... When the lastest price is down 0.5% I sell immediately (I'm waiting the price climbs to maximum with 0.5 per step until the last price drops 0.5%)

Thanks.