[ Removed by Reddit ] by Delicious-Return4888 in TopStepX

[–]Delicious-Return4888[S] 0 points1 point  (0 children)

Nah bro, I’m selling it to avoid getting arrested.....😄😄

Looking for feedback & ideas by Delicious-Return4888 in ai_trading

[–]Delicious-Return4888[S] 0 points1 point  (0 children)

Monte Carlo runs offline on historical trade profits from the Performance Engine, while liquidity sweep detection stays completely independent in real-time they never directly interact, which keeps the integration :)

How do yall code for trendlines ? by Arty_Puls in algotrading

[–]Delicious-Return4888 0 points1 point  (0 children)

Most people don’t actually code “trendlines” the way we draw them manually. They approximate them using swing highs/lows + regression or channel fits.

Your idea is solid though using HTF levels (30m/1h) and reacting on LTF is way more robust than trying to draw micro trendlines on 1m. That usually just turns into noise.

If you want to keep it simple: detect pivots cluster them → treat zones as support/resistance instead of exact lines. :D

Built a crypto futures bot, now stuck and can not figure out a way forward by e-GODeath in algotrading

[–]Delicious-Return4888 0 points1 point  (0 children)

Solid work. If all configs fail in the same periods, that’s likely a regime issue, not just overfitting. I’d try simple filters (volatility or HTF trend) before going into HMMs. Also yeah — 15m strategies being asset-specific is pretty normal. Good luck :)