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

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
Could turn into the original TC.
СанСаныч Фоменко #:
We need predictions of the future
I would correct the thesis.
Recently I argued with a grown-up uncle, who proved that he has a GRAAL in his hands.
All we need to do is to open from the boundaries of the redrawing TMA indicator - and there, if anything, to refill, if the price continues to go not in our direction. In spite of the fact that the concept of "dolivka" means the opposite - going to the side of the deal.
To my simple argument: "How long have you been testing?", he answered: "Two weeks on XAUUSD M1".
And, trying to keep his zen, he kindly came to the following lucid arguments:
What is the difference between the coolest trader, who closes 99 deals out of 100 in +, and the same trader, but with a martingale grid?
100- position of the original trader?The original trader will close a position at STOP LOSS at the very peak of a long-term reversal.
But if this trader uses a martingale grid, he will lose his entire deposit.
I said "closing", not "predicting" 99 trades in + out of 100.
The point is to make mistakes with minimal losses: successful traders are not successful because they predict a reversal, but because if they fail, they exit quickly. And ignore further development of events. Until the next set-up occurs.
That is why the essence of AI, MO, NS is not to forecast, but to learn how to trade. That is, for the model to be able to quickly get out of the forecast, and not to sit until victory. After all, most "temporarily" working models just have low risk-reward and try to pull out at the expense of quantity.
And, if a regular stop-loss is a non-working crutch, we need a dynamic one, but with a short range. And this range should directly depend on the price structure (liquidity withdrawal, etc.), i.e. it should be close to some local extremum, which would "cancel" the forecast scenario of the model.
Two models are suggested:
1) The first one learns to vang
2) The second one cannot vang, but learns to close if the floating loss grows. And it can use not chart patterns, but trading history as an input. For example. + something from volatility, etc.
I would correct the thesis.
Recently I had an argument with a grown-up uncle, who was proving that he had a GRAAL in his hands.
All you need to do is to open from the boundaries of the redrawing TMA indicator - and there, if anything, to refill, if the price continues to go not in our direction. In spite of the fact that the concept of "dolivka" means the opposite - going to the side of the deal.
To my simple argument: "How long have you been testing?", he answered: "Two weeks on XAUUSD M1".
And, trying to keep his zen, he kindly came to the following lucid arguments:
What is the difference between the coolest trader, who closes 99 deals out of 100 in +, and the same trader, but with a martingale grid?
100- position of the original trader?The original trader will close a position at STOP LOSS at the very peak of a long-term reversal.
But if this trader uses a martingale grid, he will lose his entire deposit.
I said "closing", not "predicting" 99 trades in + out of 100.
The point is to make mistakes with minimal losses: successful traders are not successful because they predict a reversal, but because if they fail, they exit quickly. And ignore further development of events. Until the next set-up occurs.
That is why the essence of AI, MO, NS is not to forecast, but to learn how to trade. That is, for the model to be able to quickly get out of the forecast, and not to sit until victory. After all, most "temporarily" working models just have low risk-reward and try to pull out at the expense of quantity.
And, if a regular stop-loss is a non-working crutch, we need a dynamic one, but with a short range. And this range should directly depend on the price structure (liquidity withdrawal, etc.), i.e. it should be close to some local extremum, which would "cancel" the forecast scenario of the model.
Two models are suggested:
1) The first one learns to vang
2) The second one cannot vang, but learns to close if the floating loss grows. And it can use not chart patterns, but trading history as an input. For example. + something from volatility, etc.
All your reasoning has nothing to do with prediction based on MO, as MO predicts movement for some number of steps forward: 1, 2, 3, 4, ..... When the predicted number of steps expires, the position is closed regardless of the current result.
All your reasoning has nothing to do with prediction based on MO, because MO predicts movement for some number of steps forward: 1, 2, 3, 4, ..... When the predicted number of steps expires, the position is closed regardless of the current result.
Ok
Have specialised on GPT time series, problem is that most of them are local. Requires a lot of resources for tests.
But there are some with API. Well, or GigaChat and so on.
And, well, the problem is that on a mac with arm chip you can hardly install custom packages, without bitterness.I wonder how context works in case of API. All messages (my own and neuronkey's) need to be saved and passed again as context on each new request.
I had to make a class like this:
And validation:
It seems that tokens should not be spent when passing already known requests, at least that's how it's written.
So it doesn't remember the context verbatim within itself, but only in the form of... I don't even know what to call it. A form of general embedding or something.
Oh, I see:
"With each new request, the model receives the full context of the previous communication, which creates the illusion of "memory", although in fact it is just a longer prompt with the history of the dialogue."
Theoretical question. Suppose there is a certain trending asset. Due to trendiness, it makes sense to make a trailing stop exit.
Does it mean that it makes sense to build the model only as a regression? That is, the distance travelled by the price before the exit should be used as the exit Y.
And reduction to classification (by fixing the exit level) will be some kind of distortion of the TS essence?