Machine learning in trading: theory, models, practice and algo-trading - page 1611

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
If by predictors you mean fiches, then I think in general it won't be equivalent, it depends on how to divide fiches. Most likely due to lack of data a model that could theoretically be trained by 1000 will not be trained by 100.
It is unclear why we should do so, the chips are chosen on the basis of giving the model a minimally sufficient set of data. Since it was originally conceived as minimal, how to divide it later?
Dividing to reduce dimensionality...
How do we know this sufficient minimum of features? Only by training, a hundred chips cannot be trained, a thousand chips is not enough for a computer, but what if we need 10 000 chips?
For example, to describe a two-candle feature, we need to create 45 variables, and 105 variables for three candlesticks...
Here's the first one I found:
There were also similar posts, but I'm too lazy to look...
Saber always writes in such a way that until you understand what it means, a week will pass, and then it turns out that he did not mean it. And he himself, in fact, uses the same strategy on the same symbol (the other has not seen).
Max, do not scare me that you're completely gone from forex... That would be very sad... Everything is just beginning :))
Sometimes I`m trading arbitrage or hands... Neural networks are dead, they do not want to trade properly
Dividing to reduce dimensionality...
How do we know this sufficient minimum of features? Only by training, a hundred chips cannot be trained, a thousand chips is not enough for a computer, but what if we need 10 000 chips?
For example, to describe a complete trait with two candlesticks, we need to create 45 variables, and with three candlesticks we need 105 variables...
Could you please explain how we get 45 variables from two candlesticks?
I think it's too much, or what I think.
Dividing to reduce dimensionality...
How do we know this sufficient minimum of features? Only by training, a hundred chips cannot be trained, a thousand chips is not enough for a computer, but what if we need 10 000 chips?
For example, to describe a two-candle fixture, we need to create 45 variables, and 105 variables for three candlesticks...
In the settings choose TPU, works fast enough, the only disadvantage - do not let long use, switch to a regular CPU, but it too zhiviny, you can charge overnight
Can you tell me more about how that makes 45 variables out of two candles?
It seems to me something too much, or what I think.
We have two vectors of variables, the current candle and the previous one ("-1")
a = "open", "high", "low", "close", "center"
b = "open-1", "high-1", "low-1", "close-1", "center-1"
the variable "center" is the middle of the candlestick (high+low)/2, without this variable it is impossible to describe a pattern like "eskimo" etc. I think the meaning of other variables is not necessary to explain, they are obvious.
So, let's create all kinds of logical combinations (which can also be non-logical).
Just two candles, miserable two candles.....The clearest answer is why ensembles of models work better than individual weak models.
Explanation in terms of DSP (Digital Signal Processing) by the example of signal and noise, how noise suppresses itself when summed
https://www.youtube.com/watch?v=wqD892r-wfo&list=PLmu_y3-DV2_kpP8oX_Uug0IbgH2T4hRPL&index=13
I recommend to watch all this lecture series, you will get wiser and get new ideas... Great lectures! )
We have two vectors of variables, the current candle and the previous one ("-1")
a = "open", "high", "low", "close", "center"
b = "open-1", "high-1", "low-1", "close-1", "center-1"
the variable "center" is the middle of the candlestick (high+low)/2, without this variable it is impossible to describe a pattern like "eskimo" etc. I think the meaning of other variables is not necessary to explain, they are obvious.
So, let's create all possible logical combinations (not logical ones, either).
Just two candles, miserable two candles.....Wow))
Wow)))
Wow)))