yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.54k stars 833 forks source link

Noob question #86

Closed gabrielpinhobr closed 6 years ago

gabrielpinhobr commented 6 years ago

I set the parameters as suggested, everething look great and working, but I didn't understand what means the number on the lines...

I belive the 1st is the market price, but what does mean buyp, sellp, bid and ask? The screen shows the target prices?

Another question :-P .... The screen shoes some notification when it buy or sell?

Even if I set profit to 0.3 the system didn't sent orders. :-(

Sorry again for the so noob question. #

yasinkuyu commented 6 years ago

buyp = buy price. First bid +1 (or --increasing) sellp = sell price Last ask -1 (or --decreasing)

Between bid and ask prices for orders --profit must be profitable. This profit may not be all the time.

gabrielpinhobr commented 6 years ago

The program is able to sell coin that I already have. Or I need to keep some BTC in the funds?