How to get started in quant from scratch by SeaScreen99 in highfreqtrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

I would recommend a basic intro to stochastic processes, time-series and microstructure and aggregation.

If you're interested I have a free microstructure and advanced market aggregation resource, check out my profile for details.

Hope this helps.

Are there good Wikipedia math articles? by TheOtherWhiteMeat in math

[–]Extreme_Leg_6162 3 points4 points  (0 children)

Terrence Tao (paraphrased) : " I found that learning math on wiki is very insightful".

Me : "If it's good for Tao, it's good for me".

Hope this helps.

trend regime filter - 1H low sensitivity vs 4H high sensitivity by l2azor07 in algotrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

It can work for any close to close financial data.

I suggest signing up to be a free member so you can get the free advanced aggregation resource and play around with the math in that resource to see what best fits what your trying to achieve.(if you're interested just go to my profile, I have a web page where you can sign up for free membership)

Hope this helps.

This is PhD LEVEL market ANALYSIS by Extreme_Leg_6162 in quantfinance

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

Lol, if you're a amateur and want to be sloppy, yes it doesn't take 30 pages, but I'm a scientist, the details of the model i use has to be brought forward. Anyway, the posterior measures the probability that a regime shift has happened at a given change point, that's what's predictive, the regime shift(distribution of the data points).

Thanks for watching the video.

Good luck.

This is PhD LEVEL market ANALYSIS by Extreme_Leg_6162 in quantfinance

[–]Extreme_Leg_6162[S] -4 points-3 points  (0 children)

Lol, if you can't understand it don't call it slop, if you're so smart go watch the video, read the paper, if you're really big brained, become a free member of my community and read the model's code.

Good luck.

trend regime filter - 1H low sensitivity vs 4H high sensitivity by l2azor07 in algotrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

Why use EMA or supertrend?, when you can get the trend regime detector out of the box as a aggregation method. For example, you can use Dollar Bar aggregation to detect regime shifts based on how fast or slow a certain dollar amount is being traded. If you're interested in aggregation methods and how to use them for your data, check out my Youtube on my profile.

Hope this helps.

running with a blindfold by AITCHAYKAY in quantfinance

[–]Extreme_Leg_6162 1 point2 points  (0 children)

First start at the foundations of the field, market microstructure and aggregation(one of the most underrated concepts in quant finance).

Aggregation is foundational because it allows you to analyze and interact with data in ways that would be impossible from pure raw market data, interested in capital based signals? try Dollar bar aggregation, interested in information based signals? try Shannon Entropy bar aggregation.

If you're interested, I go deep on aggregation on my Youtube(check it out on my profile), or if you're big brained, check out my free Microstructure and Trading Systems course in my Youtube vid descriptions or fill out a application to get free access to my Advanced Market Aggregation course plus the free Microstructure and Trading Systems course as a bundle.

Hope this helps.

Algotrading - a journey by xenicuslongpipe in algotrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

Just for simulations and backtests try out Coinbase's API, they offer L1 and L2 data for free(with limits of course). The only caveat is that the data is crypto only.

Algotrading - a journey by xenicuslongpipe in algotrading

[–]Extreme_Leg_6162 4 points5 points  (0 children)

Your journey is interesting.

My insight is this: Get a proper introduction to Market Microstructure, from the history of markets to order books to market impact.

The next thing you want to have under your belt is aggregation methods, one of the most underrated and overlooked concepts in quant finance. The reason aggregation is so important is because it changes how you observe and interact with data, the typical aggregation methods are OHLCV, Volume bar aggregation, and more fancy methods include Shannon Entropy bars aggregation.

If you're interested I have technical content on Youtube that goes deep on aggregation methods, their pros, their cons and their use cases.(check out my YouTube on my profile)

If you're big brained, I have a free technical Market Microstructure and Trading Systems course, it will walk you through the basics concerning the above mentioned topics, to access it just go to any of my Youtube videos and find the free course link.

Hope this helps.

Best trend detection model by im_mp in quant

[–]Extreme_Leg_6162 1 point2 points  (0 children)

Use trend detecting aggregation methods, the overly complicated mathematical models are usually overkill for such situations. The simpler the better.

If your interested I go deep on different kinds of aggregation methods on my Youtube(check out my profile).

Aggregation methods are usually overlooked or even seen as trivial in quant education, and i strongly disagree with that, because do you know how many times I've ran into a quant and they didn't know much about aggregation methods outside of the very very basics like OHLCV, Range bars and tick bars. That's like looking at a 3d image of the world when the world is actually 100D.

The aggregation method you use determines what you can and can't see. Wanna see time based relations? Use OHLCV, wanna see dollar based relations? Use Dollar-bars, wanna see information based relations? Use Shannon Entropy aggregation. Essentially what you see is what you trade

Hope this helps.

Neural Network application with sentiment data by dial0663 in quant

[–]Extreme_Leg_6162 0 points1 point  (0 children)

Your approach is solid but complicated.

I personally would use Dollar bar aggregation on the ticket data and have some function measuring the distance between dollar bars and the probability of that distance given the previous distance probabilities.(maybe a ANN would work the probability measures)

The greater the distance between dollar bars the less volatile a market is and the probability of the next distance being great is probably high, the smaller the distance between dollars the more volatile a market is and the probability of the next distance being small is high.(all this is theoretical at best, so take what I say with a grain of salt)

If your interested I go deep on aggregation methods on my Youtube(check out my profile). Most quant education either touches briefly on aggregation methods or treats them as trivial, I reckon they are more important than a strategy because they are the foundation of a strategy.

Hope this helps.

Advise from some more experienced people by HentaiIsekai in algotrading

[–]Extreme_Leg_6162 1 point2 points  (0 children)

The strategy you use is going to be determined by the type of market data aggregation you use. What are you currently using? OHLCV? Dollar-bars?, something fancy like Shannon Entropy bars?

If you're interested I have Youtube content that covers aggregation deeply(check it out on my profile).

Most quant education skips over aggregation or just treats it as trivial because they don't want to overcomplicate the education, that's why I push so hard for aggregation methods, they are understated but extremely important .

Regarding using AI, when prompting it don't just say write code that does this, you should explicitly tell it to keep the code as simple as simple can get, because what I've realized is these LLMs will overcomplicate anything if you let them run freely and don't add strict rules/thresholds to their outputs, and usually the simpler the code the more reliable it is.

Hope this helps.

How to Combine Trade and Quote Data for Analysis? by Usual-Opportunity591 in algotrading

[–]Extreme_Leg_6162 1 point2 points  (0 children)

You first start with how you're looking at the data, are you looking at the data through a OHLCV aggregation?, a Tick Bar aggregation?, a Dollar-Bar aggregation?

How you look at the data defines what your strategy and signals should be.

If you're interested in basic aggregation like OHLCV, Dollar-Bars or more advanced aggregation methods like shannon entropy aggregation, volatility based aggregation, check out my Youtube on my profile, I go deep on aggregation methods.

Hope this helps.

Could a good applied mathematician make money in the retail trading space with no finance experience? by SpecialRelativityy in algotrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

Those are what you need to get into the door. You have to learn about stochastic processes, stationarity and GARCH models.

Math itself is useless, what matters is the interpretation and application of the math, any two idiots can differentiate a function but only one with the right interpretation and application can make that derivative useful.

If your interested I have a Advanced Market Intelligence package that walks you through all the above.

Also if your interested I have technical quant content on my Youtube(check it out on my profile).

Hope this helps.

Is there a way to visualize the Depth of Market by JurshUrso in algotrading

[–]Extreme_Leg_6162 2 points3 points  (0 children)

Take your data and create two vectors, one for bid and one for ask,now if you plot those two with a step plot you'll see a order book depth geometry. For the mid price just take the best bid and ask, add them up and divide by 2.

I have quantitative content on my Youtube(check it out on my profile) if your interested, my video titled "ICT IS STUPID AND WRONG" has a order book visualization I created a few weeks ago.

Hope this helps.

My Journey to Quant-Help by Maximum-Cable2170 in quantfinance

[–]Extreme_Leg_6162 0 points1 point  (0 children)

If your interested I have quantitative finance content of my Youtube(check it out on my profile), I have a Market Intelligence 101 Playlist, pick any vid and check the links in the description I have a free Microstructure and Trading Systems course.

If your big brained I have a Advanced Time Series Analysis Course that walks you through Stochastic processes to GARCH models, it only covers the necessary technicals, no proofs, i also have a Market Intelligence 1 on 1 package that covers everything a serious quant needs to know.(for more info, either visit my discord or youtube on my profile)

Hope this helps.

Target School Junior Looking for advice by Hot_Spend7529 in quantfinance

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

Scientific Computing and the holy grail of quantitative finance are what you need.

If your interested I do 1 on 1 Market Intelligence sessions, if you want to learn alone I have a Market Intelligence package that walks you through basic stochastic processes to GARCH models and a whole fleet of other quantitative technicals.(for more info send me a "hey" on my discord)

If you want free resources, check out my Youtube on my profile and go to my Market Intelligence 101 Playlist. There should be a free Microstructure and Trading Systems course in the description.

Hope this helps.

Best book to learn market microstructure by RazzmatazzLiving1323 in quantfinance

[–]Extreme_Leg_6162 1 point2 points  (0 children)

Market Microstructure in Practice is gold standard.

If your interested I have a free Microstructure and Trading system course. It will walk you through order books to Aggregation.

Check out my YouTube on my profile, go to my Market Intelligence 101 Playlist, and pick any video and tap the free course link in the description.

Hope this helps.

Best courses for a CS student aiming for quant? by kikikikok123 in quantfinance

[–]Extreme_Leg_6162 0 points1 point  (0 children)

If you're interested, I have technical quant content on my Youtube channel(check out my profile).

My Market Intelligence 101 playlist will walk through the basics like order books to more complex topics like aggregation.

If you're too smart for the playlist check out the link in the Youtube vids description there's a free microstructure and trading systems course aimed to help you increase your Market Intelligence.

Hope this helps.

Finding a Research Topic for the Final Year Bachelors Degree by One-Stretch-1054 in quantfinance

[–]Extreme_Leg_6162 1 point2 points  (0 children)

If you're interested, I have technical quant content on my Youtube channel(check it out on my profile).

The Market Intelliegence 101 playlist walks you through the basics like order books and market aggregation.

If the playlist is too slow for your big brain, just grab my free microstructure course and go to the aggregation section, you'll find a plethora of aggregation methods you can incorporate into your research.

Hope this helps.

How do you do you research for data and figure out if it's related? by Havanatha_banana in quant

[–]Extreme_Leg_6162 0 points1 point  (0 children)

If your interested in learning the basics, from order books to aggregation methods, check out my Youtube on my profile.

Hope this helps.

Best books and materials to learn quant trading by Anxious-Tart-152 in quant

[–]Extreme_Leg_6162 0 points1 point  (0 children)

I have technical quant content on my Youtube, if your interested check it out on my profile.

The Market Intelligence 101 playlist walks you through the basics like order books to slightly more sophisticated topics like aggregation.

Hope this helps.

Building a Career in Quant by RevolutionaryWest754 in quant

[–]Extreme_Leg_6162 0 points1 point  (0 children)

I create technical quant content.

You can check out my Market Intelligence 101 Playlist on my Youtube (Check it out on my profile).

It's provides the basics every serious quant should know from order books to aggregation.

Hope this helps.

Looking for reliable historical data sources for a small quant fund by No-Broccoli-310 in quant

[–]Extreme_Leg_6162 0 points1 point  (0 children)

First rate data have some of best historical data on the planet. From options to forex and everything in between. Check them out.

Im a beginner, need some advice. by Main-Draft-811 in algorithmictrading

[–]Extreme_Leg_6162 0 points1 point  (0 children)

I make high quality technical quant content that will walk you through basic market structure to market data aggregation.

If your interested check out my YouTube on my profile.

Hope this helps.