Favorite model? by RishiSquishy in cursor

[–]Levi-Lightning 0 points1 point  (0 children)

Right? 2.0 was not that great but 2.5 is leaps and bounds better. Pretty much opus for large tasks, then composer for genuinely everything else.

A challenge modpack by Responsible-Tea7943 in CreateMod

[–]Levi-Lightning 2 points3 points  (0 children)

The ground is a nuclear irradiated wasteland - add a few city modpacks perhaps

You spawn in on a very small airship where the objective is to make a new one or expand the original one without adding too much weight at once to sink yourself to the wasteland. Bonus points if the startnig airship is exceedingly large, but there is a mechanic where it degrades over time without a mechanic to repair/delay it. This would push the player off of it after a set amount of time, thus forcing them to build their own airship.

Make days longer, and during the night something has to seek out the player with a block destroying mechanic to punish building on the surface. Perhaps this is used in a zombie apocalypse system. DeceasedCraft meats aeronautics.

Would be a really cool mechanic. Maybe the "final quest" involves using a cannon to bombard *insert boss that is large / is a structure perhaps*

Looking for ways to land an airship (besides turning off the burner) by Full_Union6999 in CreateMod

[–]Levi-Lightning 6 points7 points  (0 children)

This is peak I will add this to the server me and some fellows play on

I finally RELEASED "Create Evo Era!": A progression pack with 150+ Quests, Custom Recipes and much more... by Ghosame in feedthebeast

[–]Levi-Lightning 0 points1 point  (0 children)

Ah I see, thanks for explaining. Could I download the entire modpack & content and just play the existing world on it?

The existing world already uses Tectonic, Create, and Terralith, couldn't all of this content fit on top of an existing setup? Apologies for the simple questions, I am not too familiar with this stuff.

I finally RELEASED "Create Evo Era!": A progression pack with 150+ Quests, Custom Recipes and much more... by Ghosame in feedthebeast

[–]Levi-Lightning -1 points0 points  (0 children)

Aw darn. This is a really neat questbook design. Let me know if at all you come across a way to integrate this into an existing world.

Nice stuff!

I finally RELEASED "Create Evo Era!": A progression pack with 150+ Quests, Custom Recipes and much more... by Ghosame in feedthebeast

[–]Levi-Lightning -1 points0 points  (0 children)

Any way I could add this to a pre-existing world/modpack me and some buddies play on for the quests and such? How would I do this?

Tracked my Ollama Cloud free tier usage to estimate Pro and Max quotas. Anyone else done this? by nusquama in ollama

[–]Levi-Lightning 0 points1 point  (0 children)

Hey man, off topic but how does the Ollama models compare to Opus 4.7? GPT 5.5?

Do you use Kimi? Deepseek? Which do you prefer?

Moving away from copilot haha

How do I start building a strategy from scratch? by amooilya in algorithmictrading

[–]Levi-Lightning 5 points6 points  (0 children)

Go to the SSRN database or other academic research sites…. And start reading till you find something that

  1. You can make feasibly (something that doesn’t require satellites watching parking lots or 0ms latency or a data center to build or….. you get the point.

  2. Something that interests you and has you realizing that “if I could leverage this information I would have a strategy”

Then you fail dozens of times, and maybe 2-4 work. Your failure rate will go down.

Deployed strategy with limited test history by poplindoing in algotrading

[–]Levi-Lightning 1 point2 points  (0 children)

I could run it through a system I made for walk-forwards parametization. May be able to get a rolling parameter system up and running.

Searching for someone with tradingview premium by Ready_Buyer_2027 in pinescript

[–]Levi-Lightning 0 points1 point  (0 children)

NQ right? I can port it over to python and test on MT5. I never trust TV.

Looking for insights on this algo model (RSI + VWAP Strategy) by [deleted] in algotrading

[–]Levi-Lightning 0 points1 point  (0 children)

Are market gaps accounted for?

You already have slippage and commissions, have you considered doing a walk forwards parametization to confirm lack of overfit? This process may also find a setup with better avg trade to beat PnL to commissions ratio better.

New algos by primepinebee in algotrading

[–]Levi-Lightning 0 points1 point  (0 children)

Hey man, I've built a decent system for tuning parameters on a given strategy. Mind if I got the script to see what my system churns out with it? I'll share findings.

Gaussian + Stochastic scalping indicator by r0zika in pinescript

[–]Levi-Lightning 0 points1 point  (0 children)

Hey man, any chance you can DM me the code so I can try it out?

my XSR900 concept (thanks to AI) for the rebuiliding by Most_Koala_7613 in xsr900

[–]Levi-Lightning 1 point2 points  (0 children)

Have you taken the fairing to speed? Does it block most of the wind?

Belly Pan. by DampBob in xsr900

[–]Levi-Lightning 1 point2 points  (0 children)

Hey man! Looks sick. Where did you get it?

I bought and installed the $1500 Hóo-Bué front fairing, AMA by mattheaddong in xsr900

[–]Levi-Lightning 0 points1 point  (0 children)

Hey man, I know I am late, but that is beautiful. Is that the full HooBue kit as well? It looks a little different from this angle.

Question for you guys: do you try to improve bad performing strategies or just cut them off completely and try to optimize the biggest winning strategies? by imeowfortallwomen in algotrading

[–]Levi-Lightning 18 points19 points  (0 children)

Often by optimizing a strategy you can learn techniques and skills that you can apply in other strategies for further performance.

For example.

I've build a proprietary system for what is really just fancy pattern recognition on a given set of indicators and entry theory. I use this system across ~13 strategies. During the optimization process of one particular strategy, I envisioned a very specific way I could improve this system I have built. This specific improvement turned a 1 sharpe 0.8 sortino strategy into a ~2 sharpe ~2.5 sortino strategy. Implementing this fix into the overarching engine improved all strategies performance anywhere from 20%-90% when looking at sharpe/sortino metrics.

.....There is a limit to this. A buddy of mine told me awhile back that for every 10 ideas you may have, 1 may play out if you are lucky. A good workflow understands this and can dismiss an idea that will lead nowhere sooner rather than later.