
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
no, it is not clear - I don't have a cat and I doubt that the temperature of any pet is relevant to forex information.
By the way, I give 100% that the dynamics of the cat's temperature will have a non-zero correlation with the price series of a financial instrument
Well, earlier you claimed that all data has predictive power. Of course we are talking about predicting financial markets.
If the computing power of our computers allowed us to use all available information, including the cat's temperature, it would simply be eliminated in the calculation process. But since resources are limited, we have to use our own head.As for the correlation, the fact that it is non-zero is a given, zero can rarely happen at all. But it is almost zero. In general, buy a cat, put a thermometer on it and check it )) Maybe you will be lucky and it will make you rich ).
Now, earlier you said that all data has predictive power. Of course we're talking about predicting financial markets.
If the computing power of our computers allowed us to use all available information, including the cat's temperature, it would simply be discarded in the calculation process. But since resources are limited, we have to use our own head.About the correlation, the fact that it is non-zero - it goes without saying, zero in general can rarely happen. But almost zero. In general, buy a cat, put him a thermometer and check it )) Maybe you will be lucky and he will make you rich )
you are lying - I quote myself"I give you the answer to your question - there is some "predictive power" in all data. So? There is some sort of information in all forex data.".
If you have a set of hundreds of thousands of observations - the question of computer power would be relevant.
you are lying - I quote myself"I give you the answer to your question - there is some "predictive power" in all data. So? There is some sort of information in all forex data.".".
meat:
you previously claimed that there is predictive power in all data
And what is the lie?
And what's the lie?
I decoded myself in the second sentence.
I.e. information = predictive power? How can you be so sure of that? If I tell you some of the "forex data", you can predict the price by it?
There are not only forex, but also stock markets, commodity markets and many other things.... Everything is interconnected.
faa1947:
I have a dozen customers here. Before communication with me all were joyful and cheerful, but now they are sad and pensive.
faa1947, please show how your model works on the example below. The first column is the modelled series, the 2nd and 3rd columns are predictors. What is the predictive power of these predictors?
What is the predictive power of these predictors?
Apparently, the numbers are not random. I checked it very simply: I generated three rows of 40 rows randomly and applied neuronka to them. On random data the generalisation ability is noticeably worse than on the above-mentioned data.
I would be interested in different universal algorithmic approaches to determine the predictive power of these two predictors. Econometrics, neuronics and deep networks are welcome. Show us what they can do. You can show either some parameter characterising such predictive ability of these predictors (correlation coefficient, mutual information, RMS, and other inventions) or show comparison of model output and simulated series.
I brought the sample to a form suitable for binary classification, i.e. to calculate the dependent variable to see if it is above zero or below (CSV file in the attached archive), searched with libVMR and got this model:
/**
* The quality of modelling:
*
* TruePositives: 9
* TrueNegatives: 11
* FalsePositives: 0
* FalseNegatives: 0
* Sensitivity of generalization abiliy: 100.0%
* Specificity of generalisation ability: 100.0%
* Generalization ability: 100.0%
*/
double x0 = 2.0 * (v0 + 0.96485) / 1.900503 - 1.0;
double x1 = 2.0 * (v1 + 1.00814) / 2.399897 - 1.0;
y = 0.12981203254657206 + 0.8176828303879957 * x0 + 1.0 * x1 -0.005143248786272694 * x0 * x1;
The secret of the "high generalisability" of your sample is revealed: the value of the first column is the sum of the values of the other two columns.