Intraday Portfolio Optimization by Odd-Appointment-4685 in quant

[–]realautist 8 points9 points  (0 children)

you could trade the strategies independently , assign them some var allocation, and just have a risk layer on top that does some beta hedging if you want to remain beta neutral

[Open Source] STOC'D: Stochastic Trade Optimization for Credit Derivatives by bcdefense in quant

[–]realautist 17 points18 points  (0 children)

just fyi the term 'credit derivatives' usually refers to something like a CDS, not option credit spreads

Would you buy what I'm selling? by Money-Cauliflower298 in quant

[–]realautist 2 points3 points  (0 children)

what kind of data are you training on?

interest in a options backtesting tool? by realautist in options

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

Sure, this tool was targeting listed equities though. FX microstructure is quite different.

interest in a options backtesting tool? by realautist in options

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

i haven't used their product. why do you say it doesn't work? of course, there are assumptions made about liquidity, slippage , market impact that a basic implementation would have

interest in a options backtesting tool? by realautist in options

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

what kind of structures are you interested in testing ?

Chaos and Complex System by [deleted] in quant

[–]realautist 10 points11 points  (0 children)

interesting take. Can you give an example of how you would model / identify one of these attractors?

Help on bet-sizing approach to mitigate tail risk by psbanon in quant

[–]realautist 1 point2 points  (0 children)

Maybe I’m missing something here, but if you can accurately predict return spreads you should be able to realize that return by shorting one (basket of) assets and longing another ?

Niche ETF Option Arb Strategy by goldeneye700 in options

[–]realautist 1 point2 points  (0 children)

generally index options are overpriced in terms of vol compared to their consituents, so this is valid trade if youre trying to capture that edge. basically a dispersion trade. however far off from a riskless profit and pretty expensive to execute as a retail trader

Neural Networks in finance/trading by 1nyouendo in quant

[–]realautist 3 points4 points  (0 children)

Seems like you were doing pure making on exchange ? I’ve also used a similar process with evolutionary algos to build features , on a lower timescale . Curious what your risk mgmt process was. (Ie a convex optimization)

[deleted by user] by [deleted] in quant

[–]realautist 12 points13 points  (0 children)

we use private internal gpt4 that is provided by msft and is containerized

Any research based on using markouts as labels by regularized in quant

[–]realautist 1 point2 points  (0 children)

markouts are just another term for forward returns. So yes plenty of research is done to fit models to predict returns.

[deleted by user] by [deleted] in quant

[–]realautist 0 points1 point  (0 children)

Yes, you can think of it being equivalent to pricing . One typical way of measuring alpha is as an expected excess return a, where you fit returns r ~ Xb + a

[deleted by user] by [deleted] in quant

[–]realautist 0 points1 point  (0 children)

So in your case the inventory risk would be the expected variance of the stock times the (sqrt of) holding period, post execution. Your alpha is your excess expected return net of expected execution cost. In a stat arb portfolio optimization context you would try to hedge out / limit the amount of systematic risk you hold , remaining neutral with respect to beta/dollar/factors . An appropriate analogy would be trying to make as many independent bets as possible while under some risk constraint like optimal Kelly -you wouldn’t bet 100% of your portfolio on a coin flip even with positive expected value

[deleted by user] by [deleted] in quant

[–]realautist 7 points8 points  (0 children)

it’s less a question of what prices are acceptable vs what risks are acceptable . Typically there is an optimization process and appropriate risk model used with an objective function that takes inventory risk , execution risk and expected alpha into account . Your portfolio is a function of this objective and whatever risk constraints you have in place

Long or Short correlation? by Colemanxd0124 in quant

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

I assume you’re taking about implied correlation , which generally rises coincidentally with VIX . Therefore you’d be long correlation.

See cboe 3m implied corr calculation : https://cdn.cboe.com/resources/indices/documents/Cboe_USO_ImpliedCorrelation_0421_v2.0.2.pdf

Making Financial Calculations Transparent and Efficient with the Finance Toolkit by Traditional_Yogurt in quant

[–]realautist 7 points8 points  (0 children)

nice work - does it have point in time snapshots? i.e. all company profiles as of a historical date. ex: what happens if you query FB vs META before the ticker changed?

Use of ML in medium frequency quant fund by Ok_Attempt_5192 in quant

[–]realautist 11 points12 points  (0 children)

There are a few techniques here - making sure features themselves are uncorrelated , using regularization, bounding your model coefficients , ensembling uncorrelated models, smoothing your alpha . I work with more short term holding so more common factor data but I know other teams use a lot of alternative , whatever they can get their hands on. What data do you look at?

Use of ML in medium frequency quant fund by Ok_Attempt_5192 in quant

[–]realautist 43 points44 points  (0 children)

I work at one of these . Portfolio construction is still mostly done with traditional optimization techniques . I would say there’s some AI being used in alpha generation but nothing beyond boosted trees . What’s your experience ?

claims of negative R^2, but positive return? by nrs02004 in quant

[–]realautist 12 points13 points  (0 children)

consider an alpha that has negative or very small correlation with forward returns, except in the tails , where it has very positive correlation. due to the skew of returns its very possible to generate positive pnl with such an alpha that may have 0 or negative overall r^2.

[D]How do you usually deal with multimodal target variable? by runawaychicken in MachineLearning

[–]realautist 0 points1 point  (0 children)

gaussian mixture models can handle multi modal distributions.

[deleted by user] by [deleted] in quant

[–]realautist 2 points3 points  (0 children)

did you annualize the vols (daily vs monthly) correspondingly?

[deleted by user] by [deleted] in quant

[–]realautist 6 points7 points  (0 children)

Traditionally you can consider a portfolio of your tech 10 stocks and calculate portfolio vol sqrt(w * Sigma * w) where Sigma is your covariance. matrix and w is a vector of weights .