austinyearlykim / wolf

:wolf: Binance trading bot for node.js
78 stars 27 forks source link

Layout output enhancement #31

Open Orbitalz-eth opened 6 years ago

Orbitalz-eth commented 6 years ago

I've noticed that when the bought makes a buy order, it doesn't tell you what the sell price will be:

Quantity Calculated: 330.000 Purchasing... TRXBTC Consuming queue... Orders in queue: 1 Watching watchlist... Orders in watchlist: 0

It would be cool if there was a little bit more info about the current purchase, such as what it will sell for. For example: Quantity Calculated: 330.000 Purchasing... TRXBTC (at) 0.00000907 | (will sell at) 0.00000930 (1.3% profit)

austinyearlykim commented 6 years ago

Oooooo. Good call @BatmanPDX, let me see what I can do