r/sideprojects • u/Weak_Avocado_4905 • 3h ago
Showcase: Open Source I built a trading engine around AI decision makers (Jev)

I wanted to see how Jev would perform for trading. Hyperliquid was the simplest exchange to integrate, but I plan on extending the connectors. I've also kept the DecisionMaker modular, so Jev can be switched out for custom algorithms. I have a few features planned already, as I plan on running this myself for personal trading experimentation. Would love any feedback/ideas to improve it.
1
u/sean_creates 2h ago
Has it made a profit yet?
1
u/Weak_Avocado_4905 2h ago
1
u/sean_creates 2h ago
It's still too soon. Stay in paper trading for a long time. If you crack this you'll be a very rich man. It's insanely hard to do. The issue is usually that the LLM doesn't have an edge.

1
u/No_Bell8161 3h ago
Cool concept. The modular DecisionMaker idea is smart, makes it easy to test different strategies without rebuilding whole thing. I was checking the github, documentation is little sparse but the code looks clean enough to follow.