WSC

Results 19 comments of WSC

For the first part. Change the default --increasing and --decreasing to 0 if you don't want your buy price and sell price to have some buffer. Second, is --max_amount True...

@nealgentry Yours is not holding a coin. How many trader are running in your computer? What is your --wait_time (default 0.7) @elCapitanoh I just got the same issue about the...

1: Buy order hold: You can make it wait longer by changing the WAIT_TIME_CHECK_BUY variable inside Trading.py I don't think this should be toggled though. But this is an error...

You can try it under my forked repo now. Remember to use small amounts first. :)

https://github.com/yasinkuyu/binance-trader/issues/124

You can try the updated bot now. Branch Devx or WeSpeakCrypto. The logic is still the same though. It actually waits for a dip. The look if there is a...

@yasinkuyu Forgot about the comments. Maybe I'll be able to create pull-request on weekends with comments and examples. (Sadly. No more free time right now.) Also i'm still trying to...

Hi, yes. Figured out I have to commit it to my own forked repo first before pull request. Unfortunately not today. Still have to add some things.

Hi, I tried to commit my changes in my forked branch: https://github.com/WeSpeakCrypto/binance-trader/commit/b7b308dfc8bbf0058343a179b6eda597655c84a9 You can now test it. I just made a mistake with Trading.py not inside apps. LOL. Just move...