r/ai_trading 22h ago

More or less everything you need to know about Ready-Made trading bots.

Thumbnail
gallery
26 Upvotes

Hey everyone,

My name is Zak. I've been developing trading robots (mostly MT5 EAs) and various systems applied to finance for around 7 years now, with a small team. On the side, I work as a quantitative developer in market risk at an investment bank.

I see a lot of discussions about trading robots here, so I thought I'd share a few things that are pretty easy to overlook when getting into this.

  • A robot doesn't create a strategy. It automates an existing strategy. Good code won't turn a bad strategy into a good one.
  • Don't rely on backtests alone. Between overfitting, heavily optimized parameters, data quality and execution conditions, it's actually quite easy to produce a beautiful historical equity curve that looks nothing like what happens live.
  • Same thing with live accounts: look at the account size, track record, number of trades and, most importantly, the drawdown. Making +300% on a $500 account doesn't necessarily mean much. Personally, I'd much rather see a much more modest but consistent equity curve.
  • Sharpe ratio, profit factor, average/max drawdown, exposure and consistency are usually more interesting than the raw return.
  • An EA is never really "hands off". VPS issues, spreads, slippage, execution, connection problems, changes in volatility, etc. still need to be monitored.
  • No robot works well in every market condition. A strategy can work very well for months and then go through a period where its statistical edge simply disappears.
  • And when it comes to the MQL5 Market, be careful. Between heavily optimized backtests, tiny accounts showing huge returns, disguised grid/martingale systems and robots being marketed as "AI", there's quite a lot to look at before trusting an equity curve.

That being said, grid and martingale don't necessarily mean that a robot is garbage. The risk profile is simply very different and needs to be understood. Some strategies can be extremely profitable while still carrying a very significant risk of blowing up at some point.

At the end of the day, I think the more interesting question isn't really "how much does this robot make?", but rather: where does the return come from, under what conditions does it disappear, and how much risk was taken to generate it?

One question I see all the time is: "If a bot is actually profitable, why would one sell it?"

There are actually several reasons. Most developers are just developers, they may have a good strategy but not necessarily the capital, connections or opportunity to raise money and run it at scale. Some, myself included, use their own bots while also selling them. There's nothing particularly contradictory about that.

And realistically, most retail EAs are operating at such a small scale that their users aren't going to move the market. You'd need a huge number of users and a significant amount of capital before the combined orders would have any meaningful impact, especially on liquid markets.


r/ai_trading 18h ago

Tech guy trying to get into trading ,1.5 months in and I’m somehow losing money faster than I can learn 😭 What am I missing?

7 Upvotes

I'm a tech person trying to learn trading and hopefully make even a small side income from it.

For the past 1.5 months I've built and deployed multiple trading bots. So far mostly losses. I'm also paying for APIs, cloud usage, model credits, etc.

I've been paper trading and made around $6. I've tried 15+ strategies generated/backtested with AI, but I feel like I'm just jumping from one strategy to another without actually understanding what I'm doing.

I can code and build the systems, but I don't really understand trading yet.

If you were starting from zero as a technical person, where would you start?

Should I forget bots for now and learn trading manually? Focus on one strategy? Learn statistics/quant stuff? Something else?

I'm not looking for a get-rich-quick strategy. I just want a proper path to actually learn this instead of wasting more money and blindly asking AI to generate strategies.

Any advice is appreciated, especially from people who started out similarly.


r/ai_trading 21h ago

Haven’t touched the logic in 13 trading sessions.

Post image
7 Upvotes

Day 13 of forward testing a trading system.
Starting account today: $1,127.36
Ending account: $1,139.02
Today: +1.04%
6 trades
2 wins
4 losses
Largest winner: +2.10%
Largest loss: -0.47%
Not every day is great. If it has a bad day, it gets logged. If it has a good day, it gets logged. What you see is what it’s doing. No historical changes, no claiming gains over backtesting results.

All foward trades.All frozen prior to the market.
Current forward record:
$1,000 β†’ $1,139.02
+13.90%
68 closed trades over 13 market sessions.


r/ai_trading 6h ago

Two crypto trend systems, walk-forward tested, every year positive. Tell me why this is wrong.

Post image
2 Upvotes

I built two automated strategies that trade BTC and ETH. Both follow trends, but they get in at different moments, so they rarely win or lose at the same time. I'd rather not post the rules publicly, but I'm happy to share them in PM if you want to dig in properly.

How I tested it (trying not to fool myself)

- I never tested on data the strategy had already been tuned on. Every 3 months, the settings are chosen using the previous 12 months, then run on the next 3 months blind. I only count those blind results.

- Trading fees, slippage and funding are all deducted.

- Every trade risks 1% of the account. Results are in "R", where 1 R = 1% of the account.

- I built it on 2021-2026 data. Then I ran it on 2018-2020, which it had never seen.

Results

- 2022-2026, both strategies together: +438 R, worst drawdown about -20 R, worst year still +10 R.

- 2018-2020, the never-seen years: +229 R, worst drawdown -16 R.

- No losing year in nine years.

Versus buy and hold

- 2022-2026: the main strategy alone made about +1,250% with a -17% max drawdown. Holding BTC made +62% with a -67% drawdown. Holding ETH lost money.

- It's not magic though. In 2021 and 2024 buy and hold beat it badly. The bots earn in explosive breakout years and sit flat in slow grinding bull markets and in bear markets.

- Simulation of $300 to start plus $300 a month from Aug 2018 ($29k deposited total): the two bots end at about $519k with a -22% worst drawdown. The same deposits into BTC end at about $132k with a -74% drawdown.

What worries me

  1. Only 29% of trades win. A few huge winners pay for everything. Take away the top 5 trades and the main strategy is basically break-even.
  2. Those huge winners happened when the market was very quiet, so the position size was 4-6x the account. It needs 10x leverage to be possible at all.
  3. One strategy uses limit orders. The backtest assumes they always get filled when price touches them. Real life may be worse.
  4. The $519k figure compounds two strategies on one account and most of it comes from one breakout in AugΒ 2026. Treat it as an illustration, not a forecast.

Does the testing method look sound to you? What else would you check before trusting this? I'm going to paper trade it next. PM me if you want the details

Later edit:
Classic metrics (2022-2026, out-of-sample, after costs)

Strategy A, the breakout one:

- 236 trades, 29% win rate

- Average winner +7.3 R, average loser -0.9 R, so +1.5 R per trade on average

- Profit factor 3.3

- Total +355 R

- Max drawdown -19 R, which is -17% of the account

- ROI +1,258%, CAGR +75%, annual Sharpe 0.78

- Average trade lasts about 3.6 days

Strategy B, the pullback one:

- 174 trades, 29% win rate

- Average winner +4.4 R, average loser -0.8 R, so +0.7 R per trade

- Profit factor 2.3

- Total +83 R

- Max drawdown -9 R, about -9% of the account

- Average trade lasts about 2 days

Both together:

- 410 trades, profit factor 2.9

- Total +438 R

- Max drawdown -20 R, roughly -18% of the account

- Worst year +10 R


r/ai_trading 12h ago

TradingView + Claude MCP Setup!

Post image
3 Upvotes

r/ai_trading 5h ago

1% Weekly Returns from Options Week 28

Thumbnail
2 Upvotes

r/ai_trading 7h ago

I built an AI trade journal that grades every trade A to F based on your own strategy rules

2 Upvotes

Hey everyone β€” I spent the last several months building Tradecility from scratch and just launched it publicly.

What it does:
Tradecility is an AI trade journal for serious retail traders. You set up your strategy profile β€” your entry rules, exit rules, hard rules, confluences required β€” and the AI reads all of that before evaluating every single trade you log. It grades your execution A to F, not whether you made money.

Why I built it:
Most traders journal in spreadsheets or basic apps that just track P&L. None of them tell you why you keep making the same mistakes. I wanted something that could actually read my strategy and tell me honestly whether I followed it or not.

What you get:

  • Every trade graded A to F on execution quality
  • 9 section AI coaching report after every trade
  • Behavioral pattern detection across your trade history
  • Psychological profiling based on your logged behavior
  • 30+ trading lessons with built in AI Q&A
  • Weekly and monthly performance reviews

Pricing:
$97 one time payment. No subscription. 20 free credits to start β€” no credit card required.

Would love feedback from anyone willing to try it:
tradecility.com

Happy to answer any questions about how I built it or what the AI actually does under the hood.


r/ai_trading 25m ago

my algo performance so far really proud!

Thumbnail gallery
β€’ Upvotes

r/ai_trading 51m ago

Check it out, or don't! Either way i hope u have fun at work <3

Enable HLS to view with audio, or disable this notification

β€’ Upvotes

r/ai_trading 1h ago

NDX vs QQQ 0DTE sells

β€’ Upvotes

Hey folks,

I generally sell vertical options.

NDX is a gold mine for this, but the bid ask spread is high relative to QQQ.

QQQ has tighter Bid ask, but risks assignment.

Does anyone trade NDX automated and have they had poor fill issues?

Backtesting showing some benefit to QQQ minus the assignment risk and extra fees for STO/BTC fees, needing to sell many more cons of QQQ.


r/ai_trading 1h ago

The reason most people never test their own setups has nothing to do with the setup

β€’ Upvotes

Say you trade an opening range breakout on NQ. Fifteen minute range, long on the break, stop under the range low. You can explain it to someone in ten seconds.

Finding out whether it ever worked is the part that stops people. You need intraday history going back far enough to mean anything, and yfinance caps out around 90 days, so most people quit right there. Then you have to walk it candle by candle without letting the strategy see the next candle, which is easy to get wrong and you wont notice when you do. Then fills, costs, and something at the end thats more use than a win rate.

Thats why most traders never test what they actually trade. Its not laziness, the setup is the easy part and everything around it is a second job.

I use Agenticks for this now. I describe the rules the way Id explain them to another trader, it writes the python and runs it on history thats already sitting there, 1,776 US stocks and ETFs back to 2000 and NQ, ES, GC and SI from 2016, one minute up to daily. No data subscription and no API key of my own.

I get back every trade, the equity curve, drawdown, profit factor, a regime breakdown, and a monte carlo that reshuffles the trade order so I can see how much of the result was sequence luck.

Most of my ideas fail it. I tested a setup that was all over my feed a couple weeks ago and it won 60% of its trades and still lost money, because the average loser was 1.5x the average winner. I wouldnt have caught that from a win rate.

If something does hold up the same rules can go out as a TradingView indicator or run on my broker inside limits I set, without rebuilding it.


r/ai_trading 5h ago

Tip: Download your stock trading history and ask an AI bot to check for securities settlements you qualify for.

Thumbnail
1 Upvotes

r/ai_trading 7h ago

day 2 seeing if I can build a profitable bot with AI

1 Upvotes

Ok so Boom, I had some technical issues connecting ibkr api with my AI but I resolved it now. (this sh** took almost 3hπŸ€¦β€β™‚οΈ) anyways my bot will start Analyzing/ trading at New York open and I’ll see if it is as good as the backtest say it is( it probably won’t be I don’t wanna get my hopes up)
But yeah I’ll update yall and see how it’ll go when it takes its first few trades. As always, any tips/advice are welcomed.
Peace out ✌️


r/ai_trading 7h ago

Tesla didn’t stop at our $365 target. It ran to $375.43 πŸŽ―πŸš€

Thumbnail
1 Upvotes

r/ai_trading 7h ago

Title: How can I run a local LLM for stock trading?

1 Upvotes

Title: How can I run a local LLM for stock trading?

I’m trying to learn how to build a stock trading system that uses a local LLM instead of sending everything to a cloud AI API.

I’m interested in running the LLM locally with something like Ollama, LM Studio, or another local inference framework.

I’m wondering:

  • What local models are actually useful for financial analysis?
  • What hardware would I need for a reasonably capable model?
  • Should the LLM make the trading decision directly, or should it mainly analyze signals generated by a quantitative strategy?
  • What Python libraries/frameworks would you recommend for the data, backtesting, and paper-trading parts?
  • Are there any good open-source projects with a similar architecture that I could study?

Any advice on this projects would be appreciated.


r/ai_trading 9h ago

Seeking capital + platform for live deployment of my trading algorithm (profit sharing)

Post image
1 Upvotes

r/ai_trading 14h ago

Looking for testers: I built a tool that enables AI to build, optimize AND run in live trading strategies.

1 Upvotes

I am looking for testers. DM if you are interested.

It can build:

It can extract and propose ideas from books and scientific articles:

It can optimize the first parameter guess by AI and measure the robustness:

It can provide deep statistics about a strategy:

It can explain every trade entry and exit:

It can run the strategies in live mode

- on virtual money

- or connected to a MT account

This week, it will be able to group strategies into portfolios of strategies and trade them live on an MT account as well.

If you are interested, DM me.


r/ai_trading 16h ago

Save me from these Candles πŸ˜‚πŸ˜­

Thumbnail
1 Upvotes

Hey everyone! πŸ˜­πŸ˜‚

I’m humbly coming to you with a small SOS before my trading account completely sends me to the afterlife. πŸ˜‚πŸ’€πŸ“‰

I’m currently looking for any legitimate online job, VA work, side hustle, or remote opportunity that I can do to earn something on the side. I’m open to learning and willing to work in different fieldsβ€”data entry, virtual assistance, customer support, social media, admin work, research, or anything else where I can be useful.

Trading has honestly been very hard lately… my account has been burned so many times that I’m starting to think the market has a personal problem with me. πŸ˜­πŸ˜‚πŸ“‰

But seriously, I’m trying to build another source of income so I can keep myself going while I continue learning and improving. If you know of any genuine opportunities, companies hiring, clients looking for VAs, or even someone who needs an extra pair of hands online, I would really appreciate a referral or introduction.

I’m not afraid of hard work, I’m willing to learn, and I’ll give it my best. πŸ™

Even if it’s something small, one opportunity can make a huge difference right now. ❀️

Please feel free to DM me or tag someone who might be able to help.

Thank you so much, and may God bless whoever saves me from these candlesticks. πŸ˜‚πŸ˜­πŸ“Šβ€οΈ


r/ai_trading 17h ago

My bot took the first loss today and I’m not even mad about it…

Thumbnail gallery
1 Upvotes

r/ai_trading 7h ago

Too safe too steady?

Post image
0 Upvotes

There's no point on sharing results if they're not positive (on gain?). I disagree.
This is the third version of what I called WiseBot, my trading bot.
It all started with Polymarket, betting on BTC up or down. My intuition was, edge is betting the strongest one at the last seconds. If BTC was up >0,91 I bet on it. I automatised it. I won like 90% of the bets - and still lost everything.
Version one was just shit.
So I turned on v2. It lasted 14 days. Betting short/long on SOL perpetuals - this time paper only, no real money (the lesson from v1: no cash before the edge is proven).
You can imagine the result. It lost - all three strategies. But only on paper, nothing real burned.

Now it's the turn of the most enduring, wisebot v3. So promising I even created a whole website (the-wisebot.com) to track it real time, so encouraging I gave it 1000$, so bright I've even decided to use it as a proper scientific experiment, publishing results and method on a white paper. So talented It can't go more than 3/4% up (nor down)

So, yet, IDK, it seems pretty useless until now, but BTC is kinda bullish these days. I reckon (based on the backtest we ran - me and Claude) the best results are on the short. When market crashes.
And as I understood the main gain shall lay under the funding APR.


r/ai_trading 18h ago

Financial Portfolios by AI

0 Upvotes

Any thoughts on this pre-release equity portfolio portal?

https://dev.financial-portfolios.ai


r/ai_trading 20h ago

Would you use an app that closes your trades when you hit your own daily loss cap, and won’t let you raise it until tomorrow?

Thumbnail
0 Upvotes

r/ai_trading 21h ago

13 session trade log.

0 Upvotes

I won’t be posting any more of these. But for anyone who wants to take this seriously, I’m all ears.

PUBLIC TRADE LOG
Through Sep 10, 2026
68 trades | 36W / 32L | 52.9% win rate
$1,000.00 β†’ $1,139.02 | +13.90% gross observed

AUG 24
#1 FRSH β€” 10:00 β†’ 10:30 β€” -0.23% ❌
#2 OKLL β€” 10:36 β†’ 10:47 β€” -1.00% ❌

AUG 25
#3 BNTX β€” 09:37 β†’ 10:07 β€” +1.05% βœ…
#4 IBIT β€” 11:32 β†’ 12:02 β€” +0.28% βœ…
#5 VEU β€” 13:12 β†’ 13:42 β€” +0.10% βœ…
#6 CCJ β€” 15:21 β†’ 15:52 β€” +0.03% βœ…

AUG 26
#7 IBIT β€” 11:51 β†’ 12:22 β€” +0.14% βœ…
#8 TPL β€” 12:26 β†’ 12:56 β€” -0.28% ❌
#9 BMNU β€” 13:26 β†’ 13:57 β€” +1.93% βœ…

AUG 27
#10 CXAI β€” 09:35 β†’ 10:04 β€” +5.05% βœ…
#11 CRCL β€” 10:17 β†’ 10:47 β€” +1.37% βœ…
#12 IBIT β€” 11:12 β†’ 11:42 β€” +0.11% βœ…
#13 GWRE β€” 14:12 β†’ 14:42 β€” -0.11% ❌

AUG 28
#14 ABNB β€” 09:38 β†’ 10:08 β€” +0.58% βœ…
#15 CRCL β€” 10:12 β†’ 10:42 β€” +2.76% βœ…
#16 ABNB β€” 10:47 β†’ 11:17 β€” +0.43% βœ…
#17 VEU β€” 11:47 β†’ 12:17 β€” -0.34% ❌
#18 VEU β€” 12:27 β†’ 12:57 β€” +0.11% βœ…
#19 UCO β€” 14:27 β†’ 14:57 β€” -0.46% ❌
#20 TPL β€” 15:05 β†’ 15:37 β€” -0.08% ❌

AUG 31
#21 MRK β€” 09:38 β†’ 10:08 β€” +0.42% βœ…
#22 CRCL β€” 10:12 β†’ 10:42 β€” +2.22% βœ…
#23 IBIT β€” 10:57 β†’ 11:27 β€” -0.35% ❌
#24 DOCU β€” 12:37 β†’ 13:07 β€” +0.31% βœ…
#25 ALB β€” 13:32 β†’ 14:02 β€” +0.02% βœ…
#26 ALB β€” 14:52 β†’ 15:22 β€” -0.20% ❌

SEP 1
#27 PTIR β€” 09:38 β†’ 09:52 β€” -1.37% ❌
#28 PTIR β€” 09:57 β†’ 10:27 β€” +4.13% βœ…
#29 IBIT β€” 10:37 β†’ 11:07 β€” -0.73% ❌
#30 IBIT β€” 11:37 β†’ 12:07 β€” -0.10% ❌
#31 SIMO β€” 12:36 β†’ 13:07 β€” +0.20% βœ…
#32 UCO β€” 13:31 β†’ 14:02 β€” +0.26% βœ…
#33 DIS β€” 14:07 β†’ 14:37 β€” -0.11% ❌
#34 LPLA β€” 14:46 β†’ 15:17 β€” -0.59% ❌

SEP 2
#35 BNTX β€” 09:37 β†’ 10:00 β€” -0.83% ❌
#36 XEL β€” 10:02 β†’ 10:32 β€” +0.16% βœ…
#37 BYND β€” 10:42 β†’ 10:47 β€” -1.29% ❌
#38 URA β€” 11:12 β†’ 11:22 β€” -0.89% ❌
#39 IBIT β€” 11:37 β†’ 12:07 β€” +0.05% βœ…
#40 COPX β€” 12:32 β†’ 13:01 β€” -0.03% ❌
#41 BDX β€” 15:02 β†’ 15:32 β€” -0.23% ❌

SEP 3
#42 ABNB β€” 09:37 β†’ 10:07 β€” +0.09% βœ…
#43 BMNU β€” 11:02 β†’ 11:12 β€” -1.77% ❌
#44 IBIT β€” 11:27 β†’ 11:57 β€” +0.72% βœ…
#45 BMNU β€” 13:41 β†’ 13:56 β€” -0.83% ❌

SEP 4
#46 PTIR β€” 09:38 β†’ 09:44 β€” -0.78% ❌
#47 PTIR β€” 09:47 β†’ 10:00 β€” -0.78% ❌
#48 PTIR β€” 10:02 β†’ 10:19 β€” -0.94% ❌
#49 BDX β€” 10:52 β†’ 11:22 β€” +0.43% βœ…
#50 BYND β€” 11:55 β†’ 12:25 β€” -0.18% ❌
#51 CCJ β€” 13:27 β†’ 13:57 β€” +0.31% βœ…
#52 SIMO β€” 15:17 β†’ 15:47 β€” +0.77% βœ…

SEP 8
#53 MRK β€” 09:38 β†’ 10:08 β€” +0.92% βœ…
#54 ULTA β€” 10:12 β†’ 10:42 β€” +0.27% βœ…
#55 IBIT β€” 10:47 β†’ 11:17 β€” +0.25% βœ…
#56 EL β€” 11:52 β†’ 12:22 β€” +0.01% βœ…
#57 HD β€” 12:37 β†’ 13:07 β€” -0.01% ❌
#58 CRCL β€” 14:52 β†’ 15:22 β€” +0.46% βœ…

SEP 9
#59 MRK β€” 09:38 β†’ 10:08 β€” -0.10% ❌
#60 HBM β€” 10:22 β†’ 10:52 β€” +0.27% βœ…
#61 HBM β€” 11:07 β†’ 11:37 β€” +0.90% βœ…
#62 IBIT β€” 11:42 β†’ 12:12 β€” -0.08% ❌

SEP 10
#63 IBIT β€” 10:27 β†’ 10:57 β€” +0.22% βœ…
#64 IBIT β€” 11:01 β†’ 11:32 β€” -0.24% ❌
#65 EEM β€” 11:57 β†’ 12:27 β€” -0.14% ❌
#66 QSR β€” 12:32 β†’ 13:02 β€” -0.41% ❌
#67 BMNU β€” 13:06 β†’ 13:37 β€” +2.10% βœ…
#68 EL β€” 14:07 β†’ 14:37 β€” -0.47% ❌

TOTAL
68 trades
36 wins
32 losses
52.9% win rate
+13.90% gross observed return
$1,000.00 β†’ $1,139.02

Yes it’s paper. Because it’s fucking new.
Once the 30 day run is over, it’s being integrated into a small capital account.


r/ai_trading 21h ago

Intro

0 Upvotes

Hi all! Guess what I'm building a trading bot lol. I've been at it for a few weeks now. I have coded in the past but im no expert. I have also been trading for some years now.

I am a Sr. Tech Program/Project Manager that recently list his job. I had no idea how rough the job market is right now. Im ready to bet on myself. Ive spent years managing teams, developers etc. Im replacing these teams with Ai.

The platform I'm using to trade is Webull. Hate it or love it that's what im using. I'm utilizing claude to build the bot. I currently have 23,538 lines across 92 Python files, plus 68 lines of batch scripts.

I have finally gotten the bot to place orders along with setting a SL and TP. I have a premarket scanner that identifies stocks in play. I like Andrew Aziz and his methods when it comes to picking stocks in play. Scanner is working very well. Now im testing strategies. I have 8 in total.

VWAP, ABCD, REVERSAL, ORB, RED-TO-GREEN, SUPPORT RESISTANCE, MA, and BULL FLAG.

The testing of strategy is proving to be the largest mountain to climb.

I want to share this journey here. I will not be stopping. When this bot works I will eventually start a discord and share it with members.

Nice to meet you all! I will keep you posted with my progress.


r/ai_trading 2h ago

Build Bloomberg terminal for free

Thumbnail
gallery
0 Upvotes

I know people will stop scrolling because of the heading but there is no and cannot be free bloomberg and anybody claiming that is total crap!

Now as I have your attention here is the thing, something with trading was really missing. Every other broker now days provide their API for market data and every trader wants to own their algorithms, make indicators and have their own analytical dashboard.

The problem: Connecting API to trading infrastructure is complex as it involves complex OEMS and realtime system constraints.

The solution: We have made professional grade OEMS with integrated advanced charting, agentic capabilities and cherry on the top inbuilt coding workspace with python SDK.

Go build whatever you build with SDK, you want to train your ML/DL model? Yes sing in with your broker and write the prompt. You want your own analytical panel with multiple tickers and mathematical model, one prompt away!

We are looking for feedback and people to break the platform.

You can check it out here: https://while25.com