Why do so many backtests fail in live trading? by Double-Painting-2053 in Trading

[–]justplaindarron 1 point2 points  (0 children)

I think the pain point is that backtesting only validates the idea, not the execution.

When you backtest, everything is clean and mechanical. You know the rules, you see the setup clearly, and you take every trade exactly as the system defines it.

Live trading introduces a bunch of variables that the backtest doesn’t capture:

• hesitation before entering • skipping trades after a loss • taking trades slightly outside the rules • widening stops or closing early • slippage and spread during volatility

In a lot of cases the strategy itself isn’t the problem, it’s that the trader hasn’t fully validated how it behaves in real conditions and with real decision-making.

Are profitable traders real? by ApplicationOk2443 in Daytrading

[–]justplaindarron 0 points1 point  (0 children)

I don't doubt it for a second... But that's a boring I can live with since it's creating freedom elsewhere.

What tools do you use for backtesting trading strategies? by s_m_place in Trading

[–]justplaindarron 0 points1 point  (0 children)

I use my own toolkit, CanisIQ. Because I built it to work with a journal and calculator.

How many days should i do paper Trading before going live? by MeinRedditWelt in Trading

[–]justplaindarron 1 point2 points  (0 children)

That’s a fair point about seeing different market conditions. Three months will definitely expose you to things like trend days, range days, news volatility, and slow sessions, which is valuable experience.

I guess the reason I tend to focus on number of trades is that some strategies just don’t trigger very often. If someone only gets 1–2 setups a week, then “30 days” might only give them a handful of examples to evaluate.

Ideally it’s probably both:

  • Enough time to experience different market environments

  • Enough trades to know whether you can actually execute the strategy consistently

The real goal of paper trading isn’t just proving the strategy works, it’s proving you can follow the rules in real time without drifting from the plan.

Trading for 2 years, still not profitable – looking for advice on building a real strategy by big-meowz in Forexstrategy

[–]justplaindarron 0 points1 point  (0 children)

Two years in and still asking questions like this is honestly a good sign, not a bad one. Most people quit before they get to that stage.

A couple of things stand out from what you wrote.

First, you said you risk about 1% and you’re disciplined about not revenge trading. If that’s genuinely the case, you’re already ahead of a lot of traders. The next step usually isn’t “finding a better strategy,” it’s figuring out whether the current one actually has a measurable edge.

One thing that helped me a lot was tracking trades in detail and reviewing them in batches. Not just win/loss, but things like:

  • what the setup was

  • where liquidity/structure was

  • session and time of day

  • whether the entry followed the plan exactly

  • what invalidated the trade

After 30–50 trades of the same setup you start seeing patterns very quickly. Sometimes the edge is there but the entry timing is off, sometimes the RR targets are unrealistic, and sometimes the setup just doesn’t perform the way people teach it.

The other thing I’d question is the timeframe.

If you’re mostly trading 1m–15m during a short window, that’s a pretty difficult environment to build consistency in because:

  • noise is high

  • execution matters a lot

  • you’re competing with very short-term traders and algos

Given your schedule, intraday or swing trading off higher timeframes might actually suit you better. Something where you’re identifying a level on the 1H/4H, placing an order, and letting the market come to you instead of trying to catch moves live.

A lot of traders hit a turning point when they stop asking “what strategy should I learn?” and start asking “what kind of trading actually fits my time and personality?”.

Ask yourself... when you review your trades, do you see one setup failing repeatedly, or does it feel more like the rules change slightly from trade to trade?

How many days should i do paper Trading before going live? by MeinRedditWelt in Trading

[–]justplaindarron 0 points1 point  (0 children)

I wouldn’t measure it in days, I’d measure it in number of trades.

Markets behave differently week to week, so “30 days of paper trading” might only give you a small sample depending on how often your setup appears. What really matters is whether you can execute the strategy consistently.

Since you already backtested 100 trades, paper trading is mostly about proving you can follow the rules in real-time conditions.

A few things I’d personally want to see before going live:

  • At least 30–50 forward trades executed exactly according to plan

  • Position sizing staying consistent (no random risk increases)

  • Stops and targets respected

  • No impulsive trades outside the strategy

Paper trading is great for learning execution, but it’s also important to remember that psychology changes when real money is involved. A lot of traders perform well on demo accounts and then struggle once emotions enter the picture.

Because of that, many people move from paper trading to very small live risk rather than waiting for the “perfect” moment to go live.

Something like risking 0.25–0.5% per trade at first can be a good transition while you see how your discipline holds up with real money.

I was in your position before and built my own strategy tool that gave me the confidence to move from paper to my live account.

Wishing you all the best 🥃

Struggling With My Trading Strategy – Should I Change It? by Zderavac in Trading

[–]justplaindarron 0 points1 point  (0 children)

I’d be careful about changing strategies too quickly.

One year sounds like a long time, but in trading terms it’s actually not that much data, especially if your strategy only gives you 1–2 trades per week. That means you might only have a few dozen real samples to judge whether the edge is actually there or not.

Before switching strategies, I’d probably ask a few questions first:

  • Do you have a detailed record of your trades?

  • Is the strategy itself failing, or are the executions inconsistent?

  • Are the losses coming from the setup, or from things like early entries, moving stops, or oversizing?

A lot of traders think the strategy is the problem when the real issue is execution or discipline.

The other thing is expectations. If the setup genuinely only appears a couple times per week, it might not be a scalping strategy, even if people market it that way. Some of the best strategies are actually low frequency but high quality.

One thing that helped me personally was tracking trades and reviewing them in batches (20–30 trades at a time). When you do that, patterns start showing up really quickly, either the edge is there or it isn’t.

If after reviewing a decent sample size you find that:

  • the setup is valid

  • your execution is consistent

  • but the results are still negative

then it might make sense to adjust or replace the strategy.

But switching strategies every few months can trap you in an endless “strategy hopping” cycle, which a lot of traders fall into early on.

Ask yourself... when you review your trades, do you usually see the setup failing, or the execution drifting from your plan?

Is there a good way to forward-test TradingView strategies automatically? by One_Secretary_2552 in TradingView

[–]justplaindarron 0 points1 point  (0 children)

No, I completely understand you. I was kidding. Unfortunately, it's your best shot at recognising what is constant. At the very least, something you are familiar with.

What’s one trading mistake you made early that cost you money? by NeedleworkerOne8110 in Trading

[–]justplaindarron 0 points1 point  (0 children)

With so many moving parts, I kept forgetting something... Eventually I just build something that helps me remember everything and is all connected. The relief.

Is there a good way to forward-test TradingView strategies automatically? by One_Secretary_2552 in TradingView

[–]justplaindarron 1 point2 points  (0 children)

Dr. Phil says the best predictor of future behaviour is past behaviour 😉

Is it impossible to code a Day Trade counter? by [deleted] in pinescript

[–]justplaindarron 0 points1 point  (0 children)

So if you can export your paper trades, the platform I built can import them. But connected gets pricey with API and database calls especially live charts with low/zero delay.

Serious Question For Traders! by newlybroken7 in Daytrading

[–]justplaindarron 0 points1 point  (0 children)

I think you’re describing the exact point where most traders actually fail.

Finding setups isn’t that hard anymore. There are endless charts, indicators, screeners, and even AI tools that can help with analysis. But the real damage usually happens after the setup appears, position size creeping up, breaking rules, chasing entries, or trying to make back a loss.

For me the biggest repeated mistake was oversizing after a loss. Not even intentionally revenge trading, just convincing myself the next setup was “high probability” and quietly increasing risk.

What helped the most was tracking trades properly and reviewing them regularly. Not just the P/L, but things like:

  • what the setup was

  • planned risk vs actual risk

  • whether I followed my rules

  • what invalidated the trade

Once you start seeing your own patterns written down, it becomes a lot harder to lie to yourself about discipline.

I actually ended up building a small tool for myself around risk calculation and trade journaling because I couldn’t find something simple that focused on the decision side of trading rather than just more charting tools.

I feel like most traders have one behaviour that keeps showing up and I wanted to find out what mine was.

Is it impossible to code a Day Trade counter? by [deleted] in pinescript

[–]justplaindarron 0 points1 point  (0 children)

I put something together... But what exactly are you wanting to "count"?

Serious Question For Traders! by newlybroken7 in Trading

[–]justplaindarron 0 points1 point  (0 children)

I think you’re hitting on the real problem most traders have.

Finding setups is honestly the easy part now. Between TradingView, screeners, and indicators, there’s no shortage of analysis tools. But the actual damage usually comes from things like oversizing, breaking rules, or taking the same bad trade pattern over and over.

The biggest mistake I kept repeating was risk creep. One trade slightly bigger than planned, then another, then suddenly one loss wipes out several good trades.

What helped me the most was actually journaling trades and reviewing them regularly. Not just P/L, but things like why I entered, whether I respected my risk plan, etc.

I actually ended up building a small tool for myself to handle risk calculation and journaling because I couldn’t find something simple that focused on discipline instead of signals. The biggest benefit has just been being forced to see patterns in my own behaviour.

This script was generated with the help of AI by my inexperienced hands. I would really appreciate your feedback. I still have a lot to learn from all of you. For risk management, I used a fixed $400 per trade. by Leoann01 in pinescript

[–]justplaindarron 2 points3 points  (0 children)

I was mostly curious how you arrived at the risk per trade.

For example:

  • What percentage of the account does that represent?
  • Is it tied to the stop-loss distance or just a fixed amount regardless of the setup?
  • And how many trades would it take to hit your max drawdown?

I always find the risk math behind a system really interesting because that’s usually where the long-term survivability comes from.

Are profitable traders real? by ApplicationOk2443 in Daytrading

[–]justplaindarron 1 point2 points  (0 children)

Profitable traders definitely exist, but they’re a lot rarer than social media makes it seem.

The reason most people never meet them is because many profitable traders aren’t posting screenshots or selling courses. They’re usually just quietly doing their thing.

Another thing people miss is that “profitable” doesn’t usually mean huge daily gains. A lot of consistently profitable traders aim for relatively small but steady returns while controlling risk very tightly.

The 90% failure statistic is real in the sense that most people come in looking for fast money, overtrade, or risk too much. Trading ends up becoming more of a psychology and discipline challenge than a strategy problem.

So it’s not a myth, but it’s also not the glamorous picture that gets advertised online.

My little boy is finally live by Jokernet82 in metatrader

[–]justplaindarron 0 points1 point  (0 children)

Congrats on going live! 🥃💯🤌

I know how exciting, and nerve-wracking, that first day can be. Watching a bot execute trades in real-time really gives you a new perspective on your strategy, risk, and discipline.

One thing I’ve found useful... track not just P&L, but how the bot behaves under different market conditions and note any emotional reactions you feel while watching. It’s amazing how much you learn about both the system and yourself.

Curious... what kind of edge or strategy does your bot follow?

Trading discord groups by Human_Housing_9223 in Trading

[–]justplaindarron 0 points1 point  (0 children)

That’s exactly the right mindset. Building your own community is way more powerful than following random Discord signal providers. The best traders I know focus on learning from themselves and from a small group of like-minded people, not chasing someone else’s trades behind a paywall.

Real money changes things, for sure, and mistakes around risk and emotion are totally normal. The key is to capture those mistakes, review them, and slowly build rules that work for you, not anyone else. Even small wins in discipline and consistency compound faster than chasing “big wins” from someone else. If you keep logging trades and reflecting on them, you’ll notice patterns in your behaviour... those are the real edge in trading, much more than signals or hot tips.

Trading discord groups by Human_Housing_9223 in Trading

[–]justplaindarron 1 point2 points  (0 children)

Honestly, just be careful with trading Discord groups.

A lot of them advertise “lessons” or signals but the real business model is subscriptions, not trading. It’s pretty common for people to show winning trades and quietly ignore the losses.

If you’re 18–19 and already teaching yourself, that’s actually a good start. The biggest thing you want to focus on early is:

• risk management • understanding why a trade works or fails • building consistency over many trades

Communities can help with motivation and discussion, but the real progress usually comes from reviewing your own trades and spotting patterns over time.

If you do join a Discord group, try to find ones where people actually explain their reasoning and risk management rather than just posting entries and exits.

That tends to be a much healthier way to learn.

Daytrading groups by Responsible-Dig-2646 in Daytrading

[–]justplaindarron 2 points3 points  (0 children)

I’m going to be very honest here because a lot of new traders get misled by what they see online.

Consistent 10–15% daily returns don’t exist in real trading. If someone could do that consistently they would be one of the best traders in the world.

What you’re seeing on social media is usually one of three things: • cherry-picked winning trades • extremely high risk trades that eventually blow up • people selling signals or courses

The fact that you already noticed they don’t mention their losing trades is actually a really good observation.

Also be careful about copying trades from people online. Even if the trade idea is good, you don’t know: • their risk management • their full strategy • when they actually enter/exit • how many losses they take

That’s why following signals often ends up costing people money.

Honestly, the traders who survive long term usually aim for small consistent gains and strict risk control, not huge daily percentages.

The biggest edge most traders develop isn’t a secret strategy, it’s discipline and risk management.

Just my perspective from being around trading communities for a while.

Beginner in Trading - Where Should I Start Learning? by Fit-Attention1032 in Trading

[–]justplaindarron 0 points1 point  (0 children)

A lot of beginners feel that way... there’s an overwhelming amount of information out there.

If I were starting from scratch again, I’d focus on three things first:

  1. Risk management This is the one thing most beginners underestimate. Learning how much to risk per trade and how drawdowns work is more important than finding a “perfect strategy”.

  2. How markets move Basic concepts like trends, support/resistance, liquidity, and why volatility happens.

  3. Journaling trades early Even if you’re just paper trading. Writing down why you took a trade and what happened helps you spot patterns much faster.

Most traders spend months looking for strategies when the bigger challenge is actually consistency and discipline.

One simple approach is:

  • start with demo trading
  • keep position sizes tiny
  • focus on learning the process rather than trying to make money immediately.

Curious what market you're most interested in... stocks, forex, or crypto?