ignaciop000 / binance-traderBot

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

Potentially figured out the "stalling" bug. #10

Open Orbitalz-eth opened 6 years ago

Orbitalz-eth commented 6 years ago

I ran a few tests with the profit: command. It seems to handle these types of profit ranges just fine. profit:0.3 profit:0.9 etc

but when you try to use: profit:1.0 profit1.2 etc

it will stall at this screen: Buy Quantity: 1250.00000000 Stop-Loss Amount: 0 Profit Mode Options: Preferred Profit: 1.20% Buy Price : (Bid+ --increasing 0.00000001) Sell Price: (Ask- --decreasing 0.00000001)

it doesn't seem to handle what's supposed to be the 1 percent spot.


Just did another test, and yup, that's the problem.

ignaciop000 commented 6 years ago

@BatmanPDX can you activate debug mode for this coin? thanks you