yasinkuyu / binance-trader

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

What does this actually do? #4

Closed monxas closed 6 years ago

monxas commented 6 years ago

THis bot operates or is just calculating what prive you should buy to earn that 1.3%?

yasinkuyu commented 6 years ago

Hi, It will place an order when 1.3% profit. When the order is successful, it will try to sell again with 1.3% profit.

monxas commented 6 years ago

great. I've gave it a shot, it stops after 20 calls or so, with the error

Error: Timestamp for this request was 1000ms ahead of the server's time.

Is there a way it can reset itself instead of stopping?

yasinkuyu commented 6 years ago

There's more work to be done :)

Neriojcm19 commented 6 years ago

The timestamp error i just put "automatic time zone" on windows

JordySteyaert commented 6 years ago

So for example I currently have 200WTC in my account and choose the pair WTCBTC, it will then sell my 200WTC at a 1.3% profit for BTC and then buy WTC again at 1.3%?

yasinkuyu commented 6 years ago

QUANTITY = 2

https://github.com/yasinkuyu/binance-trader/blob/1fa6bdbb777a8901b703967e20721a5a148629cc/trader.py#L23