ignaciop000 / binance-traderBot

Trading Bot for Binance
GNU General Public License v3.0
75 stars 28 forks source link

Profit ? #12

Open charlyroot opened 6 years ago

charlyroot commented 6 years ago

After one day the bot create multiple orders : Binance : capture Log :

BCNBTC : Buy order created id:6766403, quantity:1279.00000000, buyPrice:0.00000087, Take profit aprox :0.00000087
Profit: %0.00000206. Buy price: 0.00000087 Sell price: 0.00000087

coin.js :

{
    symbol:'BNBBTC',
    quantity:0,
    stop_loss:0,
    mode:'profit',
    profit:1.3,
    increasing:0.00000001,
    decreasing:0.00000001,
    loop:0,
    wait_time:0.7,
    prints: 1,
    //debug: true
},

but don't make profit -> i'm lost 0.0000080

is the profit mode working?