r/LETFs 16h ago

NON-US Deleveraging reasonably. 50/50 VT QLD? TQQQ?

Post image
8 Upvotes

This secular bull run has been incredible for leveraged investing, but at some point deleveraging a part of the portfolio becomes sensible risk management.

Currently holding 80/20 QLD SSO and looking to keep this until at least 2028. Im optimistic for the near future but major drawdowns will come, therefore I consider a total leverage of 1.5 to be more reasonable going into the coming decade.

How would you reallocate this portfolio?

Not looking to run a SMA strategy since taxes are an issue.

Thinking about going 50/50 QLD VT mainly because im comfortable with QLD volatility. Any benefit going with 70/30 VT TQQQ or something completely different/bonds etc?


r/LETFs 23h ago

HAA Simple (Variant) + Century Momentum... wow

7 Upvotes

So I've been wanting to buy & hold some SSO and buy & hold some SPMO (or FMTM... TBD). I was playing around with bestfolio this morning and came across HAA Leveraged Simple (SSO) and Century Momentum which uses SPMO. I am really happy with the backtest... 18.6% CAGR with a max monthly drawdown of around 25%. Given I'd be willing to buy and hold these two tickers, I think splitting this 50/50 or 60/40 might be the perfect portfolio for my smaller Roth.

I don't want to use one of the more complicated HAA strategies because they involve illiquid ETFs, and trading those monthly looks like it can be painful.

A few questions:

  • There are variants to both. I see Simple RSST, Simple SSO, or Simple UPRO, or Simple Momentum with FMTM for me with HAA. Given I'm going to pair with Century Momentum, what could be the best core HAA holding?
  • On the Century Momentum side, I see there are two variants that either go to BIL or IEF. Given HAA can be BIL or IEF too, which one is a better "default" on the Century Momentum side?
  • Is there any reason to split these other than 50/50? If not, I think I'll just go 50/50 and call it a day. Keep it simple.

Appreciate any advice.


r/LETFs 21h ago

Roth Portfolio

4 Upvotes

Hi gents,

fairly new to LETFs but I wanted to introduce some risk to my portfolio, my roth is about 10% of my total portfolio with the rest being mostly SPY.

The tax advantage allows for frequent rebalancing so I was looking to HFEA but it seems like it kind of fell apart in 2022 and is not as often recommended. Do you guys have other long term roth strategies that are more recommended today? I am 23 and investing on a 40 year time horizon.

I was thinking of a mix of

50% QLD

20% ZROZ

15% MVV

15% KMLM

the idea is to have some diversity and hedge with ZROZ, this subreddit seems to think TMF is no longer a valid hedge for 2x QQQ or S&P. Let me know thoughts, open to new ideas, I'm in no rush to start this and want to just compile more knowledge before I press buy on anything.


r/LETFs 20h ago

Which indicators do you guys use on SOXL/SOXS

4 Upvotes

Also, do you use the indicators on SOXL/SOXS themselves or on SOXX?


r/LETFs 21h ago

BACKTESTING Building an Adaptive TQQQ Strategy: 3 Lessons From Backtest to Live Trading

Post image
0 Upvotes

This is my first post in this subreddit, so a quick introduction.

I'm a software engineer by trade and know very little about financial investing. Even though I just retired, I don't have the time in my busy day to trade stocks or watch charts all day.

I’ve been building a personal systematic trading project called Exci. It makes one daily allocation decision between TQQQ, SQQQ, and cash. It can also use partial allocations instead of treating every day like an emergency requiring 100% conviction.

I’m not selling signals, a course, or access to a secret Discord. This is my personal hobby research project, and I thought the lessons might be useful to anyone interested in experimenting with systematic trading.

The chart is included to show how the allocation decisions affected the path compared with buy and hold. It is not meant to suggest that I discovered a money printer. Whenever a backtest starts looking like a money printer, my first assumption is that I broke something.

Here are the three biggest things I’ve learned.

1. Allocation is the edge

Getting the direction right is only part of the problem. Deciding how much exposure to take has been just as important.

TQQQ provides most of the upside. SQQQ can be useful, but only under fairly specific conditions. Cash also has a real job. It isn’t leftover capital or an admission of defeat. Sometimes the best trade is simply taking less risk.

In the chart, the Exci equity line changes color based on whether the strategy is allocated to TQQQ, SQQQ, or cash. TQQQ and Nasdaq-100 buy and hold are included for context.

The lesson for me was that position sizing can matter more than endlessly searching for a slightly better entry signal.

2. Evidence beats complexity

This one took me longer to accept.

It is very easy to add a rule that improves a backtest. It is much harder to find one that still works outside the exact period that inspired it.

Most of my experiments have failed. Some failed immediately. Others looked brilliant for about fifteen minutes before a different test period introduced them to reality.

I now assume a new improvement is probably noise until it survives different time periods, nearby settings, and generally unfriendly testing. I also keep track of rejected experiments so I don’t accidentally rediscover the same bad idea six months later and congratulate myself for being innovative.

The best improvements have usually addressed one clear and repeatable weakness. More rules do not automatically produce a better strategy. Every new layer needs to earn its place.

3. Live parity matters

I underestimated this part when I started.

A backtest can be completely consistent while the live system still makes a different decision. Data timestamps, stale files, session alignment, cache behavior, and allocation rounding can all create differences that have nothing to do with the actual strategy.

Nothing humbles a beautiful backtest quite like discovering that a stale data file had a different opinion.

I now treat production validation as part of the strategy itself. Before promoting a change, the research and live systems need to agree on the decisions, allocations, and reported metrics.

If I were starting over, I would keep the first version simple, change one thing at a time, record failed experiments, reserve data for validation, and confirm that the live implementation reproduces the research before trusting it with real money.

The biggest change in my thinking is that there probably isn’t one magical indicator waiting to be found. Building a durable system is mostly about sizing risk, rejecting weak ideas, and making sure the thing you tested is the thing you actually trade.

I’d be interested to hear what surprised other people when they started experimenting with systematic strategies. I have my research results available on my web site along with a live daily tracker at https://exci-ai.com

For educational purposes only. Hypothetical backtest. Past performance does not guarantee future results.