this post was submitted on 12 Jun 2023
53 points (100.0% liked)

Python

1914 readers
8 users here now

A community for talking about the Python programming language.

founded 1 year ago
MODERATORS
 

With r/python out for the next 48 hours, here’s a post to promote continuing discussion a language we all love. Python.

you are viewing a single comment's thread
view the rest of the comments
[–] Bluetreefrog 2 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago

Thanks I'll look into it.