u/Standard_Boot_8165

▲ 2 r/overthinking_ai+1 crossposts

👋Welcome to r/overthinking_ai - Introduce Yourself and Read First!

Hey everyone! I'm u/Standard_Boot_8165, a founding moderator of r/overthinking_ai.

This is our new home for all things related to [ADD WHAT YOUR SUBREDDIT IS ABOUT HERE]. We're excited to have you join us!

What to Post

Post anything that you think the community would find interesting, helpful, or inspiring. Feel free to share your thoughts, photos, or questions about [ADD SOME EXAMPLES OF WHAT YOU WANT PEOPLE IN THE COMMUNITY TO POST].

Community Vibe

We're all about being friendly, constructive, and inclusive. Let's build a space where everyone feels comfortable sharing and connecting.

How to Get Started

  1. Introduce yourself in the comments below.

  2. Post something today! Even a simple question can spark a great conversation.

  3. If you know someone who would love this community, invite them to join.

  4. Interested in helping out? We're always looking for new moderators, so feel free to reach out to me to apply.

Thanks for being part of the very first wave. Together, let's make r/overthinking_ai amazing.

reddit.com
u/Standard_Boot_8165 — 20 hours ago
▲ 3 r/u_Standard_Boot_8165+2 crossposts

Day 7/30 — market opened… and the bot immediately found new ways to confuse me 😭

Spent most of today watching how the bot reacts when real market movement comes back.

And honestly?

The more I test it, the more I realize how much discretionary trading relies on context.

Sometimes the bot catches structure perfectly.

Other times it enters trades that make me stare at the screen like:

“bro what are you even seeing there 💀”

Biggest issue right now is filtering noise.

Because markets don’t move in clean textbook patterns all the time.

There’s:

* fake structure breaks

* random volatility

* messy confirmations

* impulsive moves during session opens

And trying to explain all of that to a machine without overcomplicating the logic is becoming a real balancing act.

Today was mostly:

* replaying live conditions

* refining confirmations

* reducing unnecessary entries

* checking how the bot behaves during different sessions

What’s interesting is…

I’m starting to think a profitable bot is less about finding “perfect entries”

and more about surviving bad conditions consistently.

Still learning a lot.

Still breaking things daily.

But slowly starting to understand where the real problems actually are.

u/Standard_Boot_8165 — 1 day ago
▲ 3 r/u_Standard_Boot_8165+1 crossposts

Day 6/30 — Sunday means no market… but honestly my brain is still stuck on the bot 😭

No trading today.

No charts moving.

But I still spent hours looking through yesterday’s trades trying to understand what the bot was actually “thinking”.

And one thing is becoming very clear:

Building a trading bot is less about predicting the market…

and more about removing bad decisions.

Yesterday’s results exposed a lot of weak areas in my logic.

Some entries made sense.

Some looked like the bot just woke up angry and chose violence 💀

The hardest part right now is filtering.

Because in trading, avoiding bad trades is probably more important than finding good ones.

So today was mostly:

* reviewing screenshots

* replaying trades

* checking structure behavior

* questioning my own assumptions

* rewriting parts of the logic again

What’s funny is…

I started this thinking coding would be the difficult part.

But the real challenge is defining trading ideas clearly enough that a machine can follow them consistently.

Still messy.

Still learning.

Still nowhere near done.

Day 7 tomorrow — market opens again and I’ll probably find 10 new problems to fix 😅

reddit.com
u/Standard_Boot_8165 — 4 days ago
▲ 4 r/u_Standard_Boot_8165+2 crossposts

Day 5/30 — the bot finally started doing something… and it was completely wrong 😭

Today was one of those moments where you realize:

building a trading bot is very different from “having a trading idea”.

I started testing some basic structure logic and for a second I thought:

“wait… this might actually work”

Then the bot started detecting setups that made absolutely no sense 💀

That’s when I realized something important:

As humans, we ignore bad setups naturally.

A bot doesn’t.

If your rules are even slightly vague…

It’ll happily take the dumbest trade imaginable.

And honestly, this process is exposing every weak part of my own trading logic.

Stuff that felt “obvious” in my head suddenly becomes difficult to define properly.

Right now I’m mainly trying to make the bot understand:

* valid structure

* meaningful confirmations

* when NOT to enter

Turns out filtering bad trades is probably harder than finding entries.

Still messy.

But seeing the bot react to live chart conditions for the first time was actually

u/Standard_Boot_8165 — 5 days ago
▲ 4 r/u_Standard_Boot_8165+1 crossposts

Okay so a few people asked what this bot is even supposed to do.

Fair question.

I’m not trying to build some magic “print money” system.

I just want this:

👉 a bot that follows clear rules better than I can

That’s it.

Right now, my idea is simple:

Identify market structure(is price going up or down?)

Wait for a clean setup(not every move, only high probability ones)

Enter without hesitation(this is where I usually mess up)

Exit based on predefined rules(no emotions, no panic)

Basically…

Everything I know I should do —but don’t always execute properly.

That’s what I want the bot to handle.

Of course, turning this into actual code is a different story.

Half the time I’m not even sure how to define these concepts properly.

But that’s the challenge.

Figuring out how to convert “trading ideas” into “exact rules”.

Let’s see how messy this gets.

Day 4 tomorrow — I’ll start breaking down the actual logic.

reddit.com
u/Standard_Boot_8165 — 7 days ago
▲ 3 r/u_Standard_Boot_8165+2 crossposts

Day 2/30 — I kept switching trading strategies and getting nowhere

Day 2/30

I’ve probably tried every indicator out there.

RSI? tried

MACD? tried

Moving averages? obviously

Random YouTube “100% win rate” strategy? yeah… that too

And every time it felt the same:

First few trades → “this is it, I figured it out”

Then suddenly…

Nothing works.

Loss after loss.

Then what do I do?

Switch strategy.

Again.

And again.

At one point I realized I wasn’t even trading anymore…

I was just chasing something that *felt* like it worked.

That’s when it hit me:

👉 I don’t actually understand the market

I’m just reacting to signals.

That’s when I came across SMC.

And for the first time… things started making a bit more sense.

Not perfect.

But at least logical.

Still… one big problem:

Even when I knew the setup…

I didn’t trust myself enough to execute it properly.

Hesitation kills more trades than bad strategies.

And that’s where this whole idea of building a bot came from.

If I can’t trust myself to execute…

Maybe I can trust a system to do it better.

Still figuring things out.

Day 3 tomorrow — I’ll share what I’m actually trying to build.

“Be honest — how many strategies have you switched?”

reddit.com
u/Standard_Boot_8165 — 9 days ago
▲ 4 r/u_Standard_Boot_8165+2 crossposts

Day 1/30 — I’m building my own MT5 SMC trading bot (will share everything)

Day 1/30 — building my own MT5 trading bot

I’ve been trying to figure out trading for a long time now.

Watched videos.

Used indicators.

Tried different strategies.

Sometimes it worked… most times it didn’t.

And the worst part?

Even when I *knew* what to do… I still messed it up.

Entered late.

Exited early.

Second guessed everything.

Then I came across SMC (Smart Money Concepts).

For the first time, things actually started making sense.

But again… same issue.

👉 Execution.

So I started thinking…

What if I just remove myself from the process completely?

No emotions.

No hesitation.

Just pure logic.

That’s when I decided:

I’m going to build my own trading bot.

From scratch.

For the next 30 days, I’ll be working on:

* turning SMC into actual logic

* coding it in Python

* connecting it with MT5

* testing if it actually works

No fake results.

No “guru” stuff.

If it fails, I’ll show that too.

Let’s see where this goes.

Day 2 tomorrow.

reddit.com
u/Standard_Boot_8165 — 9 days ago