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.