I want to start by saying that I am exploring the concepts in this tweet and by no means am I going to represent them in perfection.
I welcome anyone to correct me in the way I am representing the thoughts here shared.
Let's imagine we are trying to predict tomorrow's weather.
We have a feature or set of features that give us a prediction.
However these features are very "jumpy" and change their mind a lot.
This is the volatile alpha that is mentioned in the conversation.
Now because our weather detection system is so jumpy, we try to average out its predictions over a few days to make it more stable.
This is what's meant by "smoothing" the alpha.
However, as always, there's a catch. The more you average the signal, the less accurate it becomes.
That loss in accuracy is similar to the "decay in IC" that is talked about here.
IC = Information Coefficient.
However we notice that when we average out those predictions, they tend to follow a certain pattern or trend.
This is what is meant by autocorrelation.
Autocorrelation, in the context of our weather prediction, it's like noticing that it has been sunny for the past few days, and due to that it's likely to remain sunny for the remaining of the days.
Let's now get into @macrocephalopod answers.
Continuing with our weather analogy, let's say you're planning a picnic tomorrow.
You care a lot about tomorrow's weather.
But if you're planning a week long camping trip, you care more about overall trend.
And instead of just relying on the "jumpy" set of features we have, maybe use other tools or methods to decide when to have the picnic or camping trip.
Like trading, every time you go on that picnic or camping trip you will incur in costs.
I'm sharing a simple backtest of trading strategies & ideas I find online for 30 days.
Today we go over a simple MACD crossover and analyze its historical performance.
Let's put the strategy to the test. Check it out below!
The MACD is an indicator commonly used for its trend identification properties.
The MACD is typically calculated by subtracting the 26 EMA from the 12 EMA.
A 9 EMA of the MACD, termed the "signal line," is then plotted on top of the MACD line, which acts as a trigger.
Strategy Rules:
Entry Rules:
1. MACD line is greater than the Signal line on the previous day, indicating a bullish crossover. 2. The MACD line is below the Signal line on the day before the previous day, ensuring that the crossover has just occurred.
Day 9: "EMA Positive and Volume Expansion Strategy"
I'm sharing a simple backtest of trading strategies I find online for 30 days.
Today we go over a strategy that displayed 78% win rate since 2016.
Let's put the strategy to the test. Check it out below!
This idea emerged when I was researching ideas around volume and trend and has been laying around in my own research folders.
The simple concept is about trying to understand if after a volume expansion in a positive trend, we can extract some profits from that.
So we use two exponential moving averages to gauge higher timeframe trend and then we look at the current volume to understand its relationship to the average volume.
If it's above average than we assume there's some interest for whatever reason and we buy the next bar open.
I'm sharing a simple backtest of trading strategies I find online for 30 days.
Today we will be looking into a momentum strategy and how it has performed vs a simple buy and hold.
Let's put the strategy to the test. Check it out below!
Even though this idea of a breakout is well known by momentum and trend-following traders, I got the idea for this backtest from this interview:
In the interview @therobotjames also mentions a momentum strategy he used in crypto back in 2020/2021.
James mentions the following ideas:
1) "Around price extremes, conditional returns tend to be higher" 2) "Around a new high it's a good place to be long" 3) "Around a new low it's a good place to be short"
These are core fundamental principles for any trend/momentum system.