Austin Yearly Kim

Results 25 comments of Austin Yearly Kim

agreed. I'll prioritize this feature for this weekend as it seems one of the easiest to get time to work on atm as well. Don't worry about the $20. Stay...

hey @BatmanPDX, I got a chance to get the feature up on a branch. Read the new README.md on how the new feature works and let me know what you...

I believe I fixed it: https://github.com/austinyearlykim/wolf/issues/66

In lieu of recent discovery of a potential race condition I think it's best that I hold this feature off until the 4.0.0 release. I will be closing this branch...

Hi @danielro7587, I'm afraid my off-time has been spent on a private stock market solution right now and haven't gotten the time to implement buy-limits.

Awesome thank you @BatmanPDX! Look out for your name in the README in the supporters section in the next release!

Hi @blast1987, currently there are two options: 1) run two wolf bots 2) read index.js and instantiate two Wolf classes I'm eventually going to get support for multiple pairs via...

Hi @onthetunnel, I can't imagine implementing triangular arbitrage in a while, but there is this awesome repo that I was invited to work on a bit ago: https://github.com/tiagosiebler/TriangularArbitrage Cheers!

Hi @altcnews, Try running it a few more times and if that doesn't work... in the .env that you're using what is your ``` TARGET_ASSET= BASE_ASSET= ``` ? My hunch...

https://github.com/austinyearlykim/wolf/blob/master/test/symbol.js This is the file for the Symbol tests. One of those checks to determine the existence of the properties is evaluating to 0 which is a falsey value in...