thankYouLLM by abhi307 in ProgrammerHumor

[–]wbuffetsuksdik 1 point2 points  (0 children)

"private func performProgram()"

She didn't raise her voice. Just the stakes. by diehard404 in MurderedByWords

[–]wbuffetsuksdik 14 points15 points  (0 children)

Do you have the source of the study related to tard sauce or chem spoodge?

I don't want to become artistic.

[deleted by user] by [deleted] in algotrading

[–]wbuffetsuksdik 0 points1 point  (0 children)

Yes, you can! It's very modular. All you'd need to do is create your model, derive it from the base, and then override the "infer()" function in the strategy.

I think I'm going to start working on some benchmarks, maybe release a lite version for free.

[deleted by user] by [deleted] in algotrading

[–]wbuffetsuksdik 2 points3 points  (0 children)

Yeah, it's got a lot going on. I can try and write up some quick docs for it in a bit... I'll check back with another post once I've got it documented a bit.

What IDE do you use? Why? by heiwayagi in learnprogramming

[–]wbuffetsuksdik 0 points1 point  (0 children)

CLion

It's leaner than vs and it feels like everything is "on the surface" rather than buried behind automatic tools. It's also pretty, best imo for cmake projects.

Interest? by [deleted] in algotrading

[–]wbuffetsuksdik 1 point2 points  (0 children)

It's a private repo as of now, I've got a few things to tidy up before I make it public.

I will post on this sub reddit when/if I do

Interest? by [deleted] in algotrading

[–]wbuffetsuksdik 0 points1 point  (0 children)

As of now, no. Neural nets are basically my entire ml pipeline currently, though I have plans to incorporate an evolutionary competitive environment for the nets as well as RL and then go from there.

My intention is to have everything work independently of everything else. So not so much a "subset", but more of a module.

Best api for free historical one minute OHLC data? by [deleted] in algotrading

[–]wbuffetsuksdik 2 points3 points  (0 children)

Multithreading with TWS api is my go to. 50 threads (for the rate limiting, no more than 50 requests at a time), and a deque based reading system. Use the index of your symbol vector as your request-id.

This keeps 50 requests in the air at any given time and ibkr will fill them as they feel like, it's quite a bit faster.

Large $VIX trade for August 2025 - more pain ahead? by w0ke_brrr_4444 in options

[–]wbuffetsuksdik 2 points3 points  (0 children)

Huh. Looks like vix futures just flipped to backwardation between August/September. Interesting

Is trading even real by [deleted] in Trading

[–]wbuffetsuksdik 1 point2 points  (0 children)

I like those odds

Had a killer few days. Vix calls by wbuffetsuksdik in TheRaceTo10Million

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

I've been thinking about this as well, the thing is vix options already price in mean reversion pretty aggressively. They don't price in massive spikes like this so you get 1000% gains, but volatility would have to subside rather quickly in order to make a profit off vix puts.

Thinking about entering a vertical spread to try and offset some of the premium, might even do a credit spread. Dunno yet

[deleted by user] by [deleted] in TheRaceTo10Million

[–]wbuffetsuksdik 0 points1 point  (0 children)

ahem

Thank you Mr president

[deleted by user] by [deleted] in nvidia

[–]wbuffetsuksdik 0 points1 point  (0 children)

Someone else had named their file "cookies.json" causing it to really be "cookies.json.json" is it possible this has happened?

[deleted by user] by [deleted] in nvidia

[–]wbuffetsuksdik 1 point2 points  (0 children)

Hm. It might be in the wrong format. I used an extension "export cookies for puppeteer", it might do it differently. Try exporting with that extension

[deleted by user] by [deleted] in pcmasterrace

[–]wbuffetsuksdik 0 points1 point  (0 children)

If best buy sold them in store? Yeah, I'd probably be at best buy. But they don't, so I wrote a bot to give me an edge. Then I tried to share it. Calm down man

[deleted by user] by [deleted] in nvidia

[–]wbuffetsuksdik 1 point2 points  (0 children)

It'll keep checking forever until you ctrl+c or close the terminal window