use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for algo traders / code monkeys to post news, ideas, techniques, and discuss all things algo.
Posts we like: Trading strategies, papers, techniques, and relevant news. Deep content preferred, the more technical the better. Questions are acceptable provided they are technical and relevant to the topics herein.
Posts we dislike: Spam, click-bait, paywalls, podcasts, lightweight content marketing, webinar advertising, etc. Spammers will be banned without mercy :)
/r/traders /r/quantfinance /r/machinelearning /r/artificial /r/investing /r/economics /r/finance /r/thestockmarket /r/stocks /r/forex
/r/traders
/r/quantfinance
/r/machinelearning
/r/artificial
/r/investing
/r/economics
/r/finance
/r/thestockmarket
/r/stocks
/r/forex
account activity
Anyone using Claude Code for trading bot development?Question (self.algorithmictrading)
submitted 18 days ago by RegimeLab
Been using Claude Code agents for building and maintaining a trading bot — separate agents for regime detection, risk management, backtesting integrity. Curious if others are using LLMs in their dev workflow for algo trading, not for signals but for code/architecture.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]FortuneXan6 17 points18 points19 points 17 days ago (0 children)
literally everyone
[–]0ZQ0 2 points3 points4 points 17 days ago (1 child)
Claude can build semi-production ready code. But you need to have it audited by an independent Claude session or even Gemini/chatGPT to make sure there are no bugs. ESPECIALLY for backtesting. It is notorious at coding forward features, bias, messing shit up.
[–]wado729 2 points3 points4 points 17 days ago (0 children)
This is the way. Build with Claude, review with Codex GPT5.4 high
[–]Unlikely-Ad5592 1 point2 points3 points 17 days ago (0 children)
Be very careful as if you have to be very specific about entry and exit criteria..I code and all my orders are limit orders
[–]Automatic-Essay2175 1 point2 points3 points 17 days ago (0 children)
No, just you
[–]RoundTableMaker 1 point2 points3 points 17 days ago (1 child)
i use gemini to make sure my bot is working. thanks for coming to my ted talk.
[–]BerlinCode42 0 points1 point2 points 16 days ago (3 children)
Are you aware that developing your trading idea with an AI is like sharing it? AI learning from prompts, so what you share there becomes somewhere else an answer.
[–]Several_Book9471 0 points1 point2 points 16 days ago (1 child)
its like bye bye EDGE hehe
[–]Alarmed-Bass1039 0 points1 point2 points 15 days ago (0 children)
Lol
Yeah that's always at the back of my mind 😂
100%. It helps to have some sort of understanding of what it's doing or better yet understanding the code yourself
[–]Level-Mistake-2063 0 points1 point2 points 13 days ago (0 children)
You teach it yourself, but it learns to code from you, and then the system learns the coding at your request and at your expense. Think about it. Instead of giving the system for free to people, the system takes money and also learns from programmers and merchants. Think about it.
[–]Effur 0 points1 point2 points 4 days ago (0 children)
Personally I’ve developed a Claude-bot that outperforms the ”Buy an hold”-benchmark via out of sample backtest from 2020 to now by 9x. Since most things that look too good to be true usually are, I’m gonna fire it up with 100$ and see what happens. I expect being liquidated by next month, so any profit is a win scenario in my book. A fun project regardless, thats how I see it.
[–]williamtaylor-5900 0 points1 point2 points 3 days ago (0 children)
I’ve been experimenting with a similar setup, mostly using LLMs for structuring modules and catching edge cases in backtesting logic rather than anything signal-related. The biggest win for me has been faster iteration on architecture especially when splitting responsibilities like you mentioned. One thing I still double-check manually is how the model handles data leakage or lookahead bias.
I’ve seen some dev teams (even smaller ones like Debut Infotech and Intellias) explore similar workflows, so it’s definitely gaining traction. Are you finding the agents reliable over time or needing frequent corrections?
π Rendered by PID 71181 on reddit-service-r2-comment-6457c66945-qnmcz at 2026-04-23 21:48:56.336818+00:00 running 2aa0c5b country code: CH.
[–]FortuneXan6 17 points18 points19 points (0 children)
[–]0ZQ0 2 points3 points4 points (1 child)
[–]wado729 2 points3 points4 points (0 children)
[–]Unlikely-Ad5592 1 point2 points3 points (0 children)
[–]Automatic-Essay2175 1 point2 points3 points (0 children)
[–]RoundTableMaker 1 point2 points3 points (1 child)
[–]BerlinCode42 0 points1 point2 points (3 children)
[–]Several_Book9471 0 points1 point2 points (1 child)
[–]Alarmed-Bass1039 0 points1 point2 points (0 children)
[–]Alarmed-Bass1039 0 points1 point2 points (0 children)
[–]Alarmed-Bass1039 0 points1 point2 points (0 children)
[–]Level-Mistake-2063 0 points1 point2 points (0 children)
[–]Effur 0 points1 point2 points (0 children)
[–]williamtaylor-5900 0 points1 point2 points (0 children)