-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Support for Binance Exchange, including Import #1356
Conversation
You are on fire! |
'QTUM', | ||
'ZEC', | ||
], | ||
markets: [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: this is fine, but I am okay with skipping prettier (using // prettier-ignore
) in these kind of config blocks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted, I didn't realize that prettier did this to me :)
I gave Binance a testrun. Saw an error on line 181. Replaced
with
and i could continue until the following error :-) This is the complete line in the original \exchanges\binance.js file I have no clue where to put it or update it in the github so i leave it up to you.. FTR: papertrade and importers works. Tradebot not (yet). Thanks. |
@StevenHop Thanks, I'll make a fix tonight. |
Hey, @cmroche just want to thank you for the awesome import and backtesting addition! I know you are yet to finish the live trade part (or test it anyway). Currently, it is unable to see the balance amount that is "free" within the exchange. balances: kind regards, |
@ms121 Thanks for the information, lodash always surprises me in the way some of its functions work, in this case _.first(...) was not the correct operation and so it was mangling the results. Replaced it with a _.find, I have not tested in live again but if you grab PR #1401 it should then work, please confirm. |
Hello @cmroche when will this be done do you think? |
Feature
Added exchange and import support for binance.com, updated documentation.
I've been able to test and validate importing and paper trading on a number of coins, and populated some of the more popular coins. They support a lot, so I'll look to a more painless way of entering other ones in the future, or leave it to the community to add the ones that they use.
Live trading is not yet tested, but will happen in the next few weeks as I setup my strategy for this exchange.