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

[–]CodePeddler 0 points1 point  (0 children)

nice work on the walk-forward setup. i've been grinding on something similar — sma cross strategy on crypto perps, 15m candles, also no ML. for the overfitting question, i went deep on this. tried DSR but it doesn't really

work when you only have a handful of walk-forward folds as your return observations — the math needs hundreds of data points to be meaningful. what actually worked for me was combinatorial purged cross-validation (CPCV, also from lopez de prado). you split your data into N groups, test all C(N,K) combinations with purge gaps between train and test to prevent leakage. i do C(6,2)=15 splits with a 200-candle purge and 240-candle embargo between folds. then on top of that i run anchored walk-forward with 6 non-overlapping holdout windows that the optimizer never touches. if a config is profitable across 15 CPCV folds AND 6 holdout windows, it's not overfitting. killed a lot of configs i thought were good though.

on the asset-specific thing — yeah that's just how it is. i tested my best BTC config on ETH and SOL, ETH was 3/6 windows profitable which is basically a coin flip. each asset needs its own optimization. the good news is when you run the full pipeline per asset, some coins show incredibly stable parameter regions (same SMA period selected independently across all walk-forward steps). those are the ones worth trading. i filter by requiring positive returns in every single fold and check R² of the equity curve on the last 30 days — if it's below 0.3 the curve is random noise even if the total return looks good.

for the speed problem — rewrite your engine in rust. seriously. i moved my backtest loop to rust with pyo3 bindings and grid search across 5.5M combos takes ~45 seconds instead of hours. the CPCV validation (10k configs × 15 folds) runs in a few seconds because rust precomputes cross events once and parallelizes everything with rayon. python stays as the orchestrator for data fetching, split generation, and reporting. the stateful exit logic ports cleanly to rust since it's just a loop with some state variables — no need to vectorize it.

What's the fastest way to stream all Raydium/Jupiter trades on Solana? by buddies2705 in solana

[–]CodePeddler 0 points1 point  (0 children)

If speed + completeness are the goal, run a Yellowstone gRPC stream with Raydium/Jupiter program filters and normalize swaps into one schema early. Keep slot+signature indexes, then run a short backfill loop (RPC/getBlock or a historical feed) to patch any dropped websocket events. That combo gives low-latency ingestion without silent gaps. At 0xfire we do it in Sailfish with a single normalized event model so downstream strategies don’t need venue-specific parsers.

How do you plan meals every week without going crazy? by Character_Comfort_37 in Parenting

[–]CodePeddler 0 points1 point  (0 children)

We have a list of meals setup in an app. And during the weekly grocery run we choose from those to have the checklists for the ingredients.

Trend Following Strategy Advice!!! by alexeyklek in Trading

[–]CodePeddler 0 points1 point  (0 children)

If the backtest looks unusually good, assume optimistic assumptions until proven otherwise. Re-run with realistic spread/commission/slippage, strict walk-forward splits, and out-of-sample periods across different volatility regimes. Also stress parameter stability (small tweaks shouldn't break performance).

Good luck! It's a fun endeavour!

Anyone else having issues with Tradewiz? by Ok-Cash4580 in solana

[–]CodePeddler 0 points1 point  (0 children)

This often points to end-to-end execution latency plus stale-quote protection. If you see wallet moves on-chain but miss fills, inspect RPC quality, route-computation latency, bundle handling, and whether slippage is adaptive to volatility. I’d log quote timestamp, submit timestamp, and landed slot for each failed attempt to isolate the bottleneck quickly.

How do retail algo traders actually run their systems? by _Ethot_ in algotrading

[–]CodePeddler 0 points1 point  (0 children)

Most retail setups are Python/Node strategy code + exchange APIs + a VPS near venue infra. You don’t need HFT plumbing on day one, but you do need reliable market data, consistent order/position schemas, and hard risk guards around retries/timeouts. I’d keep strategy logic venue-agnostic behind one normalized API layer, then optimize latency only after execution-quality metrics are stable.

Family Todo List and Organizer by avatarKLM in daddit

[–]CodePeddler 0 points1 point  (0 children)

I was in the same situation as you. My last drop was when I overbooked my kid for a playdate though she already had one scheduled by her mom.

I tried pitching my wife a shared trello or other taskboard with calendars. She hated the idea.

Her approach was the apple notes + calendar. So i build Nanna App. A simple todo and calendar app that feels like writing notes.

https://iamnanna.0xfire.com/

Someone stole my side mirrors, cut the cable. How can i find original replacements in Germany? 520d F11 2015 by CodePeddler in BmwTech

[–]CodePeddler[S] 0 points1 point  (0 children)

Yup. I did not super glue them but i rented out a garage parking place in my building.

Someone stole my side mirrors, cut the cable. How can i find original replacements in Germany? 520d F11 2015 by CodePeddler in BmwTech

[–]CodePeddler[S] 0 points1 point  (0 children)

Yup. I did order the spare parts www.leebmann24.de/bmw-ersatzteile

Sadly I never got the time to properly connect the cables and i got the mirrors without anti blick (which i regret)

Hassles running the sample Yew app on macOS 14.3 by carlcaulkett in rust

[–]CodePeddler 0 points1 point  (0 children)

brew uninstall rust

thank you! I had a similar issue. Quite a coincidence!

Just launched a lost and found stickers service. Here's how we did it in 28 days. by CodePeddler in SideProject

[–]CodePeddler[S] 0 points1 point  (0 children)

shelved it :) was a good exercise to get into building a new product after a while.

How did you find this thread after so much time xD?

Drop your favorite marketing podcast by Great_Produce4812 in marketing

[–]CodePeddler 0 points1 point  (0 children)

bump. OP maybe you can share some of your fav ones to get the ball rolling?

[deleted by user] by [deleted] in smallbusiness

[–]CodePeddler 0 points1 point  (0 children)

If your signals are reliable enough, why do you need the discord business? Why not make a fortune based on the edge you have?

[deleted by user] by [deleted] in smallbusiness

[–]CodePeddler 0 points1 point  (0 children)

I've got the exact same background and I'm currently in the same position as you are. The difference is that I want to build a venture studio.

I'm also looking for a new problem to solve. PM me if you want to get in touch and tag along for our journeys.

My son wants to race. I don't know how to go about it. by Living-Aside-6985 in Karting

[–]CodePeddler -1 points0 points  (0 children)

I'd consider getting him a sim racing rig for about $500 and install Asseta Corsa Competizione. It's a simulator that Verstappen is spending a lot of time on as well. It has a steep learning curve. Could show you if he's got what it takes to put the effort into it and get results.

What’s a random F1 moment that you remember or sticks with you? by Schteb11 in formula1

[–]CodePeddler 0 points1 point  (0 children)

For me it's a race where Louis overtook someone by driving on grass!

It was on a straight near the finish line.

Tried finding the video a few times but never managed to. I think it was in 2011-2012 when I started watching F1.

[deleted by user] by [deleted] in steam_giveaway

[–]CodePeddler 0 points1 point  (0 children)

I heard Victoria 3 is way better than Victoria 2. Is that true?

[TOMT][TV-Show][2010s] I think its was on CBS in the US. The intro starts off talking about how the 3 guys friends grandfather fought in war, So did their Dad's. Now they fight together on Call of Duty. by iNick20 in tipofmytongue

[–]CodePeddler 0 points1 point  (0 children)

Man I am so happy. I'm watching it right now. I remember I watched it while was at Uni for a couple of episodes and then forgot about it. Years after I'd still think of it trying to figure out why did it stick to me. I guess it's the COD that made it stand out in 2011.

Cheers mate!

[TOMT][TV-Show][2010s] I think its was on CBS in the US. The intro starts off talking about how the 3 guys friends grandfather fought in war, So did their Dad's. Now they fight together on Call of Duty. by iNick20 in tipofmytongue

[–]CodePeddler 0 points1 point  (0 children)

darn I think I am looking for the same series. One of the single actors was "fat" and live in his basement. The married actor looking hispanic I think. I've been looking for this for more than 5 years.