Recognise changes in the "behaviour" of a financial time series (Trading on the news) - page 3

 
Aleksander:

write - it's easy to output parameters to a log file via Print... or preferably to a separate file via file operations...

and then also make a table by Exodus when there was ++ and after which number of Minuses...

because it's possible that at least the total number of --- will be greater than +++

but by manipulating lots you can generally output the result in +++


As soon as I started programming in mql, I wrote a quote upload to excel.

You propose to go to differences, if D(Currency)>0, then "+" otherwise "-". then if neighbours "+" and "-", then result variable y(t)=1.

 

Uh-huh - to the differences... and the +-+-+++-+-+-+-+-+-+-+

to tabulate the outcomes... + -+ -+ + + --+ -+ -+ -+

+ appeared on 1 "turn" - 4 times

+ Appeared on "turn 2" (-+) 5 times

+ Appeared on 3 "turns" ( --+ ) 1 time

---

this makes it easier to see what we can do next with the sample....

 
Aleksander:

Uh-huh - to the differences... and the +-+-+++-+-+-+-+-+-+-+

to tabulate the outcomes... + -+ -+ + + --+ -+ -+ -+

+ appeared on 1 "turn" - 4 times

+ Appeared on "turn 2" (-+) 5 times

+ Appeared on 3 "turns" ( --+ ) 1 time

---

this makes it easier to see what we can do next with the sample....


definitely won't work, essentially a shift to probability, no link to anything.
 
orb:

Recognise changes in the "behaviour" of a financial time series (Trading on the news)

Start by gathering statistics. First collect all positive news and see how the price behaved before/after the news. Do the same for negative news. If you find a pattern, you can become an effective "agent".
 
C-4:
Start by gathering statistics. Start by collecting all the positive news and see how the price behaved before/afterwards. Do the same for negative news. If you find a pattern, you can become an effective "agent".
There is no such correlation. Positive news can either cause the market to go up or down, or not move it at all. It's a well-known fact.
 
faa1947:
There is no such connection. Positive news can either cause the market to rise or fall or not move at all. It has been known for a long time.


Of course not. But he must see for himself, otherwise he will continue to be deluded.

s.s. What's to say, even 9/11 had no impact on the dollar, but this is news.

 
faa1947:

There is no complete solution, only approaches.

The problem is understood intuitively. To fit the model, the bigger the sample, the better. But the bigger the sample, the less it takes into account the current situation. It would seem that AP(1) is ideal - only previous candle, but no, it works, but very rarely.

The model should predict the breaks, but how to do it?

Why predict when it is possible to detect them, and quite early.

Maybe I was unclear, the idea is not to choose the "shortest" model, but to fix the selected "sometimes working" model, but to require that the data corresponds to the model very precisely, much more precisely than usual (say, within 0.1-0.2 sigma). If we have exceeded this narrow interval - we immediately stop trading. Come back - trade again.

 
alsu:

Maybe I didn't make myself clear, the idea is not to choose the "shortest" model, but to fix the "sometimes working" model, but to require that the data corresponds to the model very precisely, much more precisely than usual (say, within 0.1-0.2 sigma). If we have exceeded this narrow interval - we immediately stop trading. Come back - trade again.

The result is displayed in Econometrics: One Step Forecast. The accuracy of model fitting within a sample does not affect the accuracy of the forecast. You have to be able to use the forecast, which is a separate problem called "predictability". I have brought up this problem in the thread, I have brought the team up to this point, but nobody has understood it.
 
C-4:


Of course it didn't. But he must see for himself otherwise he will continue to be deluded.

s.s. What can I say, even 9/11 had no impact on the dollar and this is news.

Pardon me for interfering.
 
faa1947:
I posted the result in the Econometrics branch: one step forecast. The accuracy of model fitting within a sample does not affect the accuracy of the prediction. You have to be able to use the forecast, which is a separate problem called "predictability". I've been in the thread, bringing the team up to this problem, but no one understood it.
Oh, man... It's not the accuracy of the fit, it's the accuracy of the forecast itself. We limit it, in real time. We say the model will be considered relevant to the current situation if its forecast falls within a sufficiently narrow interval. If not, we consider this point to be a "breaking point" and either put another, pre-prepared model into effect, or, for lack of one, we simply minimise it and wait.