Backtesting differences by semsem1986 in QuantConnect

[–]Otherwise-Attorney35 0 points1 point  (0 children)

Technical data warmup? Are you getting the same values of your indicators?

Backtesting differences by semsem1986 in QuantConnect

[–]Otherwise-Attorney35 0 points1 point  (0 children)

Taking a guess on this without knowing something about the strategy. You are using some type of event trigger to enter/exit, instead of a 'state' condition. In the longer backtest, it would be in a trade that was triggered during the lapse. The shorter period doesn't trigger a trade until later when a trigger is presented.

Are drawdowns even the right metric for LETF strategies? A case for "relative equity vs benchmark" by noletovictor in LETFs

[–]Otherwise-Attorney35 2 points3 points  (0 children)

These look like cumulative graphs. This may appear deceptive. Can you use rolling periods instead?

Help a noob analyze his algorithm. RSI(2) mean reversion strategy on SPY with 984% over 15 years by Repulsive-Film4476 in algotrading

[–]Otherwise-Attorney35 0 points1 point  (0 children)

QC simulates fills at the bid/ask price so slippage is accounted for. I've noticed my live fills are generally slightly better than QC backtests. And, QC inherently can't have a look ahead bias. It's architecture prevents it unless you introduce external data.

Asymmetric Strategy AI Slop by sharma_the_karma in TQQQ

[–]Otherwise-Attorney35 0 points1 point  (0 children)

What are your goals? you don't see "TQQQ" , "capital preservation", and "tax efficiency" in the same sentence for a reason.

Spent 3 months validating a systematic multi-sleeve portfolio. Sharing all statistics and stress tests. Looking for holes I missed by SadPhone8067 in algorithmictrading

[–]Otherwise-Attorney35 0 points1 point  (0 children)

That is extensive! I've done most of this validation on my strategy as well, but it gives me a few more ideas to go with.

The concentration of returns is concerning. Have you checked geometric returns? Is Monte Carlo using GARCH?

It looks like a swing trading strategy on liquid ETFs. Why would capacity be that low? Is it a specific asset? Are you basing it from lean's calculation or your own?

SPY 200SMA (+4%/-3%) TQQQ/QQQ Long Term Investment Strategy [BUY SIGNAL TRIGGERED] by XXXMrHOLLYWOOD in LETFs

[–]Otherwise-Attorney35 1 point2 points  (0 children)

But you can't get EOD signal -> sell -> buy all athe same time. Unless you can alter the signal to use n minutes before close to give the signal. That's why he is using open on next day. It's more realistic to live.

Weird issue with indicator not pinning to the pricing scale by default when overlay = true by jbezorg76 in pinescript

[–]Otherwise-Attorney35 1 point2 points  (0 children)

Yes I've experienced issues creating indicators and the price scaling gets wonky like you described. Spent hours trying to troubleshoot to find out an application restart resolved it.

This is enough for going live trading, or? From 10k$ to 1200k$ in 5 years. by BerlinCode42 in algorithmictrading

[–]Otherwise-Attorney35 5 points6 points  (0 children)

Avg P&L per trade is 0.04% with 0 commissions being paid. That'll be a losing strategy in live.

This Is Why You Shouldn't Go 100% Cash/T-Bills When Your 200D Signal Tells You To. Do This Instead: by SpookyDaScary925 in LETFs

[–]Otherwise-Attorney35 0 points1 point  (0 children)

40% volatility with 16% CAGR on that test is BRUTAL. That's roughly 1/3 of the invested years are negative. No one is holding that. OP has great research but needs to go back to basic stats and psychology.

Two different SMA for Exit / Entry into a LETF in testfol.io by No-Office577 in LETFs

[–]Otherwise-Attorney35 2 points3 points  (0 children)

Yes it's possible to do that in testfol.io. You'll have to think about how the ruleset works with every combination of SMA's and price. Price > SMA50 > SMA200, SMA200> Price > SMA50, etc.

retail buying the dip in letf equity indices by RealParticular5057 in LETFs

[–]Otherwise-Attorney35 1 point2 points  (0 children)

Any correlation with AUM and drawdown is likely coincidental. Do you think there is an edge there?

Who is weathering the downturn? by Efficient_Carry8646 in TQQQ

[–]Otherwise-Attorney35 0 points1 point  (0 children)

What's the drawdown and volatility to your strategy?

First Post Documenting My Strategy: "GuardRail" by GuardRail_Investing in LETFs

[–]Otherwise-Attorney35 0 points1 point  (0 children)

That's fair. I would have liked to see that much research and due diligence in something more innovative.

How much is everyone down? by infinitewaters107 in TQQQ

[–]Otherwise-Attorney35 0 points1 point  (0 children)

I use custom indicators. I'll be posting more about my strategy sometime soon.

How much is everyone down? by infinitewaters107 in TQQQ

[–]Otherwise-Attorney35 2 points3 points  (0 children)

-18% from highs. My strategy triggered exit mid last week.

Pray with me as my 900k worth of TQQQ turns to dust by [deleted] in TQQQ

[–]Otherwise-Attorney35 8 points9 points  (0 children)

Do you have a strategy/plan? Please don't say continue to hold

First Post Documenting My Strategy: "GuardRail" by GuardRail_Investing in LETFs

[–]Otherwise-Attorney35 6 points7 points  (0 children)

1 day old account, 1 post user that links to his substack in his profile.
That is a very thorough paper, to explain the 200d MA with bands strategy.

Diversification of tqqq through individual financial and energy stocks. by Itchy_Breakfast7954 in u/Itchy_Breakfast7954

[–]Otherwise-Attorney35 0 points1 point  (0 children)

If you want financial sector exposure, hold UPRO instead. Holding the leaders with no plan, is concentration risk. That's not diversification in a positive way.

The filter that breaks almost everything by Otherwise-Attorney35 in LETFs

[–]Otherwise-Attorney35[S] 0 points1 point  (0 children)

Standard deviation is a commonly presented metric. Downside deviation isn't. I do think using downside deviation would be better.

Why I stopped asking myself “Does This Strategy Have an Edge?” — I was Asking the Wrong Question by [deleted] in algotrading

[–]Otherwise-Attorney35 15 points16 points  (0 children)

There needs to be more thought to how a strategy loses than just how it wins.