I’d be interested in the github repo. I don’t even know where to start with algo trading. I know there were some specific subreddits dedicated to it, but understanding the best strategy would be cool. Would be interesting to dissect what you’re doing.
Yes, I’ve used it live. I ended up coming to the conclusion that Binance was rigged and that they were forward trading me.
If you want to learn a bit about algo-trading, a good place to start is John Ehler’s books. Caveat: You’ll need to have a decent foundation of maths under your belt, or be prepared to learn it.
I’d be interested in the github repo. I don’t even know where to start with algo trading. I know there were some specific subreddits dedicated to it, but understanding the best strategy would be cool. Would be interesting to dissect what you’re doing.
Have you used it in a live environment?
Yes, I’ve used it live. I ended up coming to the conclusion that Binance was rigged and that they were forward trading me.
If you want to learn a bit about algo-trading, a good place to start is John Ehler’s books. Caveat: You’ll need to have a decent foundation of maths under your belt, or be prepared to learn it.
There are a few repo’s that are more mature than mine. Jesse and SuperAlgos spring to mind. Also, peruse https://github.com/topics/trading-algorithms
I’m in the process of documenting mine, and cleaning up the code so that it’s more generic and neat. It’s at https://github.com/noenfugler/algo-weaver
Thanks I’ll look into it.