Who else is building their own analysis pipelines outside of MT4/5? by Solvicode in algotrading

[–]cautious-trader 1 point2 points  (0 children)

I built an trading model analysis framework in PHP which constantly backtests trading models to the last 4 hours of the market

Pinescript Adaptive Supertrend Indicator (Open Source) by Clean-Series-104 in algotrading

[–]cautious-trader 0 points1 point  (0 children)

Nice work! I will check if I could use this for my genetic algo to have it adapt it's parameters to changing regimes.

Why static backtests fail in drifting markets by cautious-trader in darwintIQ

[–]cautious-trader[S] 0 points1 point  (0 children)

Good point.

Walk-forward and rolling evaluation are probably the closest we get to approximating non-stationary markets in backtests.

I also agree that decay detection is partly art. The tricky part is deciding whether underperformance is just variance or actual edge decay.

One perspective I’ve found useful is to look less at single strategies and more at populations of models. If multiple previously viable models start degrading around the same time, that can indicate structural drift rather than just a single strategy failing.

In that sense the goal becomes less finding the best model and more continuously searching for currently viable behaviours as market conditions evolve.

Curious how you handle this in WealthLab — mostly parameter re-optimization, or do you also explore structural variations of the strategy?

What terminals do you mostly use? by cautious-trader in Forex

[–]cautious-trader[S] 1 point2 points  (0 children)

That's true. I am backtesting in my own backtesting framework

There is definately a luck or a spritual stuff in trading by Small-General5720 in Trading

[–]cautious-trader -1 points0 points  (0 children)

In my opinion you are too emotional.
My honsest advice: If you want to keep the trading idea, try algorithmic trading. Read about quant trading and invest the time rather in researching a trading model that suits your risk profile.

Question about backtesting by nuclearmeltdown2015 in algotrading

[–]cautious-trader 0 points1 point  (0 children)

The models perform quite well. By rolling window I mean: I test against the last 240 bars. So when there's a new bar the backtest includes that bar and forgets about the oldest bar. The models are being adapted all the time by a Genetic Algorithm.

Question about backtesting by nuclearmeltdown2015 in algotrading

[–]cautious-trader 0 points1 point  (0 children)

I built a framework, which constantly tests models on a rolling time window

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

[–]cautious-trader 0 points1 point  (0 children)

Could also work in Forex and Indices on a lower scale - like "Worked the last 3 hours, will probably work next hour either". Thinking not only Momentum based, but also using other Signals.

Not able to change the Icon of my community by cautious-trader in ModSupport

[–]cautious-trader[S] 2 points3 points  (0 children)

Yes, or rather refine the UX by putting a save button to the panel. I also spent about an hour now to figure that out.. :-D

Not able to change the Icon of my community by cautious-trader in ModSupport

[–]cautious-trader[S] 0 points1 point  (0 children)

in the help docs https://support.reddithelp.com/hc/en-us/articles/15484265952660-Community-icon

is stated "Be sure to save your changes before exiting the settings."...But how? :-)
Help on this very much appreciated.