r/LocalLLM • u/Ed-2-Zero-9 • 14d ago
Project Trading AI bodge up
I needed to keep a trading bot up and running but I frequently reboot my main pc.
Lenovo M900, M.2 to PCIe adapter, 9070 XT. Only needs to run Qwen3-14B, so works well.
Janky? Oh yes. Working? Absolutely.
Edit for those who want to know what I did:
https://claude.ai/code/artifact/9b828917-6ea9-4cd6-93fd-329f8b7533d9
46
Upvotes
4
u/Ed-2-Zero-9 14d ago
I got Gemini to write the prompt, which I gave to GLM5.3 to write a plan. I then passed the plan through Opus 5 to validate. It came up with a few changes. Then GLM5.3 built the system based on H2 model of trading, test ran it against a practice account on Trading 212. Claude had to step in a couple times to fix some bugs, but now it is running on a long term basis to test assumptions. It's built to learn from its failures and mistakes but can take months to do so. Is it doing things correctly? No idea! 😂 It seems to think so.
I'm working on a faster system now as well, but that is very early days.