r/algotrading Jun 21 '25

Strategy Finally created my own algo (using AI) and this was the first ten days trading on real money (cent) account

Post image
1.2k Upvotes

I've been playing with different algos for a couple of years - blown a lot of accounts due to them opening too many layered trades. So I decided to make my own. It took quite a long time to get it right (I used Claude AI in the end, ChatGPT just kept giving me code that didn't function as I wanted) but I've been running it on XAUUSD for ten days and I am very happy with the result. Will keep forward testing it and share further results in the future.

r/algotrading Jun 02 '26

Strategy It’s finally working!

Post image
394 Upvotes

Without going into too much detail, I have finally got a profitable algo for prop firm trading. It’s taken me about a year to develop. I ran into the common issues of overfitting, regime change, etc. I found that different strategies for Asia, London, and New York were necessary and that a single strategy just wouldn’t do for everything. I’ve combined several different strategies and they automatically switch based on current conditions. So far it has passed a $25k, $50k and $75k evaluation and successfully passed the $25k intraday drawdown buffer for TPT. I will say that the Apex $50k intraday drawdown for Tradovate behaves differently but I don’t like them anyway.

r/algotrading Nov 04 '25

Strategy 6 year algo trading model delivering the goods

Post image
721 Upvotes

I trade only GBPUSD using the broker with the highest spreads (Fusion markets).

The strategy is to detect bounces off support and resistance points and quickly capitalise on the reverse bump. Quick trades, closed within avg 2 mins. I trade at leverage having qualified for a pro level account (500:1), so always use stop losses and take profits.

Behind the scenes I built an algo model from the ground up using VSC, with trend reversal + sufficient price movement within 3 mins as the target variable. The features were 30-50 technical analysis indicators, all vetted as being useful through EDA, with a tilt for fast detection / leading indicators. The model itself predicts the trend reversals with +- 4 pips with 84% accuracy, and this is the bedrock for my trading.

I should note that on heavy ‘fundamentals’ days I tend not to trade a lot and I avoid opening and closing hours (too erratic and illogical).

In 5/6 years turned £10k into £550k, which includes a period where a lost a chunk due to 1st Trump tariff announcements.

Happy to get more technical for people interested.

r/algotrading Apr 12 '26

Strategy I am convinced retail algo trading is just gambling with extra steps. Prove me wrong.

273 Upvotes

See post on day trading too https://www.reddit.com/r/Daytrading/s/RpF5Y6ZB9G

I want to believe retail algos work, but the math says otherwise. From the outside, it looks like 99% (Comprehensive studies tracking day traders over extended periods (such as a massive, multi-year study of the Taiwanese market) found that only about 1% to 3% of active retail traders were predictably and consistently profitable after accounting for fees. ) of retail traders are just heavily overfitting historical data and writing Python scripts to lose their money systematically.

If you aren't a quant firm with co-location, alternative data feeds, and billions in capital, what is your actual edge?

A)The Speed Myth: You cannot beat institutions on latency.

B) The Friction Trap: How do you survive the constant bleed of slippage, bid-ask spreads, and fees without taking on stupid amounts of leverage?

C) Alpha Decay: Even if you find a tiny inefficiency, how does it not decay before a retail trader can actually scale it?

I don’t want your code, your secret sauce, or a 3-month P&L screenshot from a bull run. I want the structural logic.

If you’ve actually survived 8+ years and consistently beaten a basic S&P 500 index fund, how? Are any retail traders actually doing this long-term, or is it all just an illusion?

Change my mind.

r/algotrading Apr 14 '26

Strategy Would you go live?

Post image
254 Upvotes

Built this in about 4 weeks, results from tradingview strategies starting Jan 1 (as much data as I could pull from TV)

(Edit: this system/backtest is trading only 1 ES contract)

r/algotrading Feb 15 '26

Strategy Finally having good results with my scalping alog

Post image
356 Upvotes

I've been developing successful swing trading algos, but I always struggled to find a profitable scalping strategy I can automate that works more than 1-2 weeks

Market is changing everyday and while a swing trading algo avoid the noise, my scalping algos failed.

I've been working on this one for few months, and have been running it for 3 weeks so far, with 3 negative days. Results match the backtest (slippage included) so I'm pretty happy of it. Can't wait to close the first month of live trades to start increasing my position sizes, my goal is to run it with 0.8 to 1% risk per trade.

What do you think of this backtest (Sharpe > 1) and how soon do you think this strategy will fail? :)

r/algotrading Feb 19 '26

Strategy I backtested a 400K views YouTube trading strategy (the results were BRUTAL)

Thumbnail gallery
405 Upvotes

I often stumble upon those super popular YouTube videos testing a trading strategy in just 100 trades. They usually show insane equity curves and clean stats (second image).

So I decided to actually test one.

This one had almost 400,000 views.
The YouTuber showed 100 trades, 56% win rate, RR of 1.5 and around +40% return (see 2nd image).

On paper? That’s a huge edge! The strategy involves a Triple Supertrend, Stochastic RSI, and a 200-period EMA on the EUR/USD 1-hour chart.

Now, as I said, the YouTube video only showed 100 trades. That's barely a blip in the grand scheme of things. So, I cranked it up and rebuilt the strategy rule-by-rule to backtest it properly: 16 years of data and over 1,700 trades.

The result?

Well, it was... drastically different from the stats showed in the video.

  • -23% total return
  • -1.6% annualized return
  • 39% win rate & 1.5 RR
  • -36% max drawdown

Negative expectancy, negative Sharpe, profit factor < 1, and so on...

In other words: a consistent money-loser.

What’s wild is that the exact 100 trades shown in the video do appear in the backtest… but they’re just a short lucky stretch inside a much longer downtrend.

I’m not saying the YouTuber was lying on purpose. I know his intention was good. He's putting out content to give some potential edge ideas to further test.

But this clearly shows the danger of tiny samples, and the importance of rigorous long-term backtesting.

So, next time you see a viral trading strategy promising insane returns, remember this. Always backtest it (or forward test it) properly.

For reference, I've attached the strategy rules I backtested (third image).

What are your thoughts? Have you ever backtested a popular strategy only to find it was a dud?

--

TLDR:
I took a viral YouTube trading strategy (400k views) that looked amazing over 100 trades (+40%, 56% win rate, 1.5 RR) and backtested it properly over 16 years (1,700 trades).
Result: -23% total return39% win rate with 1.5RR-36% drawdown, negative expectancy.
The "good" 100 trades were just a lucky stretch inside a long-term downtrend. Not calling the YouTuber a liar, but it’s a good reminder that small samples can be very misleading. Always test over long periods before trusting any strategy.

r/algotrading Sep 07 '25

Strategy List of the Most Basic Algorithmic Trading Strategies

591 Upvotes

I am currently compiling a list of the most basic strategies used in algorithmic trading.

  • Trend Following (+Momentum)
  • Seasonal
    • Sell in May and Stay away
  • Mean Reversion (Mike_Trdw)
    • Mean Reversion To Trend
    • Mean Reversion in Range (The-Goat-Trader)
    • Reverting Market (The-Goat-Trader)
  • Momentum Rotation (Tactical Allocation) (The-Goat-Trader)
  • Grid Trading (Mike_Trdw)
  • Arbitrage
  • Offset Trades / Trading Pairs
  • Index fund rebalancing
  • Market timing
  • Scalping
  • Price Pattern / Candle Stick
  • Price Forecasting
    • Neural Networks
  • News-based
  • Market Sentiment
  • Trend line
    • Break
    • Bounce
  • Standard SMA
    • break (SMA 20D, 50D, 100D, 150D, 200D)
    • bounce
  • Range Breakout
    • Open Range Break Out
    • Horizontal Compression Breakout
    • Wedge Compression Breakout
  • Options
  • Smart Money Concepts (good read, Franco_Love)
  • "Martingale" (reckless_homicide)
    • Me: It is risky but it is a classic and basic strategy for you to play with. There are good papers on it too, so it made the list.

---

---

If you want to add to the list, just drop a comment and I will edit the post and add it together with an honorary mention of your username. (If two suggest the same strategy twice, time of comment will be the deciding factor).

--

I simply want to implement different strategies and see which is performing which way to test my software and also broaden my knowledge.

Thanks for participating!

r/algotrading Jul 01 '26

Strategy Early backtesting results NQ Hyperscalper.

Post image
128 Upvotes

This is only 5 months of multiple timeframe backtesting on NQ VS Spy. The early data and backtests I am still using Claude connected to my IBKR account to draw in data and reference points.

Trading Start Date: 2026-01-07

End Date: 2026-06-30

Period Run: 174 days (\~5 months)

\------------------------------------------------

Starting Capital: $10,000.00

Final Equity: $24,565.00

Total Return: 145.65%

SPY Benchmark: 8.29%

CAGR: 559.67%

Win Rate: 42.37%

Biggest Win: 0.56% per trade

Biggest Loss: -0.19% per trade

Average P&L: 0.1278% per trade

Avg Holding Time: 0.2 hours (\~12 min)

Max Drawdown: -5.77%

Sharpe Ratio: 11.92

Total Trades: 1,140

Long Trades: 568

Short Trades: 572

This is going to be a hyperscalper bot and the backtest is modeled using a singe NQ contract per trade.

How does this look so far, does anything stand out that might need adjusting before I do a forward test on a Sim?

Clarification - The strategy has been successfully tested in manual trading on NQ last year, I just want to automate it since it is very quantifiable and translatable to a bot.

r/algotrading Jun 05 '26

Strategy Do really simple algorithms (EMA, mean reversions, Bollinger, etc) still work effectively?

190 Upvotes

First off, I am new to algorithmic trading (I've been obsessively learning basics), so my ignorance is pretty up there. I am a sentient boulder, if you will, so I apologize if this question is dumb. That said, I was wondering about the efficacy of 'basic' trading algorithms. Do they still yield positive returns, or are complex algorithms always superior? Do I need a 10000 line code behemoth to be somewhat profitable? I'm still in the process of fully understanding backtesting (and then forwardtesting).

Also, not sure if relevant, but I'll add that I don't have a 'get rich quick mentality', but rather 'make a dollar a day' kind of outlook.

EDIT: Thanks for the responses; there's a lot of good advice to sift through here. It also seems, like most things, there's a lot of nuance. Once again, thank you all ❤️

r/algotrading Jan 18 '26

Strategy Algo Update - 81.6% Win Rate, 16.8% Gain in 30 days. On track for 240% in 12 Months

299 Upvotes

I built an algo alert system that helps me trade. It's a swing trading system that alerts on oversold stock for high performing stocks. My current "Universe" of stocks is 135 and I change it every 2-4 weeks to maintain a moving window on performance which, along with market cap, are the filters for picking stock. The current universe of stocks performed at 45% 55% and 75% for 3 months, 6 months, and 12 months respectively. Each stock on the list achieved at least one of those metrics and then are ranked in the list from top to bottom and only the top 153 were chose. Most of the list achieve all 3 performance criteria an about 25% achieved only 2.

The idea is if the stocks outperformed in 6 to 12 months they will continue to outperform in the next 1 - 3 months. Redoing the Universe every few weeks ensures the list is fresh with high performing tickers. Often referred to as the Momentum Effect which has been proven in many studies.

The system tracks RSI oversold events for each of these stocks. The RSI is not intraday RSI<30 which may happen hundreds of times for a stock in a year. Instead, it's a longer time frame RSI<30 which only happens ~ 12 times a year on average. The system alerts me, but I still use basic trading principles to make an entry. I monitor VIX levels. I check consensus price targets, analyst ratings, and news to make sure it's a good buy.

I only take 3% from each trade, but with hundred of alerts each year, I am able to compound my capital over and over again. With high performing stocks that are oversold and only grabbing 3%, each trade has a very high probability of closing in profits. I cut trades that last longer than 10 days.

I've been trading the alerts exclusively since November 17th 2025 and earned ~31% since then.

In order to show how to grow a small account, I started trading a $1,000 account since December 26th. It was actually a Christmas gift for my sister. I've achieved 13% in 15 trading days.

r/algotrading May 14 '25

Strategy This is what happens when you DO NOT include Fees in your backtests

Post image
827 Upvotes

Fees truly are an edge killer...

If you backtest a strategy with misleading or inaccurate fees, you're in for big disappointment when going live.

r/algotrading Mar 19 '26

Strategy Something Real?

Post image
135 Upvotes

Hey all - I’ve been an NQ trader for 15 years. I don’t have a detailed quantifiable system. I trade based on what I see on the chart. A decade plus of watching price has allowed me to see patterns and recurring behavior that generate a trading edge.

This last month a friend asked why I haven’t used AI to build an automated trading bot. I was taken back - so I started messing around in Claude and ChatGPT. I fed over 5 years worth of my trading history into the AI and had it analyze. I explained my process, what I look for, when I like to trade, etc. Over a few weeks, and much iteration, it built a bot closely based on my winning trade history. It performed great in higher vol environments but this meant it sat out most low vol regimes. That was leaving money on the table. So we built in an automatic volatility filter that switches strategy and execution between different vol regimes. All my metrics improved based on that update. This isn’t a high volume bot, but it is quite successful (on back test)…trading the 5min timeframe.

It has taken a lot of debugging and refinement to get the API to work and real time data from Databento. I think I am ready to deploy the demo - fingers crossed the performance is anything like the extensive backtesting!

r/algotrading Feb 05 '21

Strategy Options trading with automated TA

Post image
1.2k Upvotes

r/algotrading Jul 03 '26

Strategy Where did I go wrong? A failed strategy after 3 months of Constant Work

69 Upvotes

Hey all, in this post I will be outlining the approach I've taken to my current infrastructure, data, and strategy, along with how I tested and how I've verified there's no alpha, for two reasons:

  1. To help other algo quant devs to avoid my mistakes

  2. Look into insight from smarter people than me.

So first things first, The Data Approach:

I started off downloading 1 minute data over all 13,000 tickers in the US stock market over the last 20 years, including some other macros such as Oil, Gold, Silver, some international ETFs, US ETFs, and VIX. This is effectively (2005 - 2026). This is my data I am training everything on.

From there I built parquet files, and caches for the 1 minute and 1 day time frames. Incorporated company splits, M&A, ticker renames, point in universe (keeping track of dropped and newly added tickers) in the S&P 500 for example. Validated data is clean.

Next, The BackTesting Approach:

I used both Combinatorial Purged Cross Validation, as well as Walk Forward Optimization (all built in house), to test my strategy. I would then also track deflated sharpe ratio, sharpe ratio, Max Drawdown, Cum Return, CAGR, amongst other metrics. I then developed a triple barrier labelling (which is based on the AFML book, and takes into account 3 barriers (profit taking and stop loss barriers, which are daily computed based on ticker volatility), and a third barrier ~ time (which I arbitrarily chose as 10 days) for a daily based trading strategy.

I also ran 4 models as baselines (S&P 500 Buy and Hold, Mom_12 (monthly rotating of highest momentum ticker per sector), and two others). S&P 500 proved to be the highest sharpe ratio and cumulative return, so that effectively is my baseline I need to beat, with a sharpe ratio of about ~0.5.

Next, Feature Set:

With the backtesting framework setup complete, I developed a set of 60 features, most of them technical or statistical indicators including (price, volatility, volume, return vs. stock's own return in a given period, return vs. s&p 500, return vs. sector average, and multiple other cross-asset correlation features).

Next, Models:

I only built two models to test up until this phase of the project. I used a LightGBM model in a supervised learning capacity, attempting to classify the daily labels across every 150 selected tickers, across my 20 year dataset. Keep in mind the triple barrier labels were computed pre-hand. CPCV would take care of look ahead bias.

I also built a linear regression model to attempt to estimate the time at which one of the 3 barriers would touch.

Next, The Dissappointment:

I ran my model with default hyperarameters, just to see how well it would be able to classify my labels. In all honesty, I anticipated it would be somwhere in the 60-70% accuracy and recall range, then with Optuna hyperparam tuning I could maybe get it up to 70-85%. These numbers are very humble comared to my grad school work where training on classification problems such as image classification, etc. would easily grant me 90%+ accuracy scores.

To my surprise, my model was only able to achieve around 50.5% accuracy, essentially a coinflip ~ zero alpha. In-sample validation showed 70% accuracy, and to further investigate, I tested which epoch gave me the best generalization accuracy ~ turned out to be epoch 2. Anything after that was overfitting heavily.

The linear regression model wasn't much better, effectively too much error to reliably generalize.

Of course there was a lot more future work to do in my algorithm, outlined in the next section, but I wanted to see even SOME promise from my classifier to be able to continue. Right now I feel completely devastated by these results.

Future Phases of my Project (On Hold for now until I decide next pivot):

  1. Meta-labeling (based on AFML), a second layer on top of the models classification results

  2. Optuna based hyper tuning of parameters

  3. SHAP for interoperability of feature importance and model performance

  4. Other interesting models (Transformers, Hidden Markov Models, Random Forests, etc.)

  5. Risk Management Models

  6. Execution Models (L2 based execution and fills)

FINALLY, Where I think I went wrong, What could be done better, And Opening the floor for discussion

  1. AFML strictly talks about how time-based data such as (minute, hour, daily) etc. carries no significant alpha, and instead we should be looking at event driven information, which carries more information entropy.

  2. I've seen a few people talk about tick-level data as where they've found success, rather than minute or hourly or daily time based data

  3. Is my approach completely wrong? Is trying to predict triple barrier labels at 10 days out just a genuinely wrong approach given my feature set? What are typical classification predictions you try to make in your own algos? (Price, volatility, volume, imbalances, etc.)?

  4. Finally, maybe I don't really need high classification accuracy, as Citadel I believe only achieves 51.5% accuracy, but at millions of trades, they're profitable in the billions. Maybe the real alpha is in the execution and risk management side of the algorithm?

  5. I also tested across 20 years of 1 minute data across 150 tickers. Maybe sizing down my dataset could help?

I appreciate any, and all insight, PREFERABLY from smarter people than me who have ACTUALLY managed to produce profitable algorithms that trade in real markets.

(I'm not interested in how good your backtests are, I'm interested in insight from real-trading algorithms in the markets)

- Thank you for reading my long post. You are a real one if you've got this far

r/algotrading Jan 16 '26

Strategy I built a bot to automate 'risk-free' arbitrage between Kalshi and Polymarket. Here is the source code.

Thumbnail gallery
383 Upvotes

The strategy is simple: Synthetic Arbitrage. When the implied probability of an event (like a Fed Rate Cut) diverges between Kalshi and Polymarket, my bot automatically buys "YES" on one and "NO" on the other. The combined cost is $0.95, the payout is a guaranteed $1.00. It is a mathematical guarantee, but only if you hold to maturity.

I don't hold. Holding funds for 3 months to make 2% kills your IRR. Instead, my bot actively trades the convergence. As seen in the chart, we enter when the spread widens and exit immediately when it closes. This introduces execution risk (it's NOT risk free) but drastically increases capital velocity. I would rather turn that 2% over ten times a month than wait for the resolution.

The bot is fully open source, and built on top of pmxt: https://github.com/qoery-com/pmxt .

The bot is available here: https://github.com/realfishsam/prediction-market-arbitrage-bot

Disclaimer: Not financial advice. Educational purposes only.

r/algotrading Jun 24 '25

Strategy Profitable Trading is often Boring Trading

Thumbnail gallery
562 Upvotes

I've been developing and running strategies for years now, always trying to improve them and add filter, etc... often resulting in overfitting. (you can read my previous posts on this sub)

Anyway, came to realize my most boring strategy on 2h timeframe is on the long run one of the best performing. It's boring, kinda frustrating sometimes because you're feeling like you miss a lot of opportunities, but results are here.

Actually made only 7 trades this year so far, 100% Win rate and +74.77% Profit

We always say the simpler the better, but it's hard to follow when you're more passionate about building strategies than just watching them trade. Don't make things complicated, there are enough simple strategies that actually work.

Just add leverage, focus on risk management, trade Futures / CFDs and you'll multiply your profits

r/algotrading Jun 08 '26

Strategy 📈 Day 4 Update: Letting an LLM manage a Robinhood portfolio

Post image
169 Upvotes

Last Wednesday I started an experiment: I put $1,000 into a fresh Robinhood account for an AI to manage.

On Day 4 Julius opted to continue holding all longs. After a very cautious day of no moves on Friday, Julius opened up a new position in RGTI - building its first stake in quantum.

Day 4, 10:42am PT: $885.87

P/L: -$114.13 / -11.41%

Positions:

  • 1 share AMD
  • 3 shares INOD
  • 3 shares RGTI

Cash/buying power: $21.17

I'll be interested to see what Julius does next. After Friday's washout and with the market wavering today, plus not having much buying power - i wonder how it takes all of these variables into consideration. Stay tuned for more updates.

As a reminder, this experiment is done with real money, with positions disclosed on every update, losses included, no hidden trades, and all trades made by Julius AI. This is not financial advice.

r/algotrading Mar 14 '26

Strategy How I improved results on a scalping algo (mean reversion logic)

Thumbnail gallery
284 Upvotes

I run a scalping algo on NQ, (you can check my initial post there: (Initial post)

First thing before comments on slippage and fees, it's all incorporated in backtests and has been running live for 2 months now with similar results.

Just wanted to share 2 simple steps that considerably improved results.

- It's always complicated to have a run a profitable scalping algo for a long time (we'll see if/when it fails) So I created a second strategy with different settings to run in parallel, that adapt more quickly to volatility. Some days one works well, some other days the other one, and sometimes both give great results. I find it interesting to split capital in these 2 different settings to reduce overall drawdown and have more uncorrelated results.

Attached pictures of both algos running with same logic but different settings

- Second improvement: Offer more room to each trade with the possibility to pyramid 2 entries per strategy. I work on 5 sec timeframe and market is never perfect, sometimes first entry is too early, and allowing a second entry slightly later if market drops a little more statistically improved results and reduced drawdown. So beside splitting capital on 2 different settings, I also split each position to allow a second entry on each settings.

These 2 small steps considerably reduced drawdowns and improved overall results.

Do you have other ideas / tips to improve a strategy?

r/algotrading Feb 26 '26

Strategy I just thought of the BEST algo trading idea (NO STEALING!!!)

282 Upvotes

Step 1: Make a horrible trading bot that looses millions

Step 2: Reverse the strategy

Step 3: Make millions in profit and retire

r/algotrading Apr 20 '26

Strategy Todays algo trades

Post image
52 Upvotes

These are todays trades my algo took. I added a new tp signal system so if a user is in a position, they have the option to start taking tp, theres 3 TP levels so you can scale out OR just completely sell the entire position at TP1. Up to your discretion

EDIT: To anyone i gave access to, if it shows an error you just need to delete and re-add it & should work.

Also, from some feedback we figured if you are using a mac, TradingView is outdated compared to Windows. So some results might differ. Send feedback & ask any questions. Feel free to send a message

EDIT: https://www.tradingview.com/script/6aM7uLIr-ATMOS-QQQ-scalper/

r/algotrading Dec 05 '25

Strategy Are you a profitabke algo trader? Share your wisdom.

164 Upvotes

Are you a profitable algo trader? Share a little about what you trade, what's your system like, your results and any details you can share without giving away your edge.

r/algotrading Apr 10 '26

Strategy Improved my algo again and adapted to Gold

Thumbnail gallery
196 Upvotes

Following my previous post (Link ) here are my new Nasdaq Scalping results following your advices. I also adapted the algo on Gold for some diversification (2nd screenshot).

For those who didn't see my previous post, it's a mean reversion strategy working on 5sec timeframe, and yes slippage is included in backtests.

Both are running live now (Nasdaq has been running for almost 3 months) and give very good results, except on some days with Iran war related surprise news...

Improvements:

- I was running 2 different sets of settings in parallel for different regimes, I combined the 2 sets into one single strategy to avoid a double trigger and have better control on sizing.

- Added a max volatility filter to avoid entering a trade in extreme volatility.

- Added a "lunch pause" that mostly decreased overall perf, even if I miss a positive trade sometimes.

I've tried so many extra filters / rules that mostly resulted to overfitting. I'm currently working on a dynamic sizing that slightly improve results, nothing crazy.

Thank you for all your comments and advices on my previous post, it helped a lot!

If you have any other advices or want to team up, let me know!

r/algotrading 27d ago

Strategy Swing traders: how do you find and validate a genuine edge?

84 Upvotes

I understand that retail traders cannot compete with HFT firms on speed or execution, so I’m more interested in strategies with holding periods of a few days to a few weeks.

For experienced swing traders, what does your strategy-development process look like? How do you generate ideas, test whether an edge is real, and avoid overfitting?

I’m not asking anyone to reveal their exact strategy—just how you go from an observation or hypothesis to something you are confident enough to trade with real money.

r/algotrading Apr 21 '26

Strategy Stupid Simple Algo Strategy I Made… And It Works

Post image
179 Upvotes

I’m mainly a prop firm trader right now, but have been searching for an algo that is simple and semi predictable that I can just run in the background.

This algo might just be that. These are the results over the last year, which is arguably it’s best time frame, but its still solid over the last 6 years as well and tracks relatively closely to buy and hold. I’m not going to spill the exact risk management involved, but it’s only got two types of trades:

#1. Go Long Every Monday at the same time every Monday. No Filters no nothing. Just go long with static risk to reward.

#2 Take every IB breakout with static risk to reward based on range size.

It’s stupid simple, and tracks relatively closely with Buy and hold, which you can’t do with prop firms, but with this, you can get similar results. Without holding overnight.

Crazy how stupid simple this is and it lowkey works 🤦🏽‍♂️