Machine learning in trading: theory, models, practice and algo-trading - page 474
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
Well, how can we help if you haven't answered what variables you need to call?
And for iCustom, you need to create a handle - i.e. bind it to a variable.
I do it approximately like that in my Expert Advisor (the principle is the same in the indicator, in general...).
I do it like this, but it doesn't want to be displayed... :-( Ok, let's try it....
It seems to have started everything, but it doesn't want to be displayed... :-( Ok, we'll figure it out....
Show me the code where you did it. It is not in the old code.
I did it this way - created a new column where I combined date and time, and then searched for matches of such values in different tables.
And also discarded bars introduce errors in ohlc values, i.e. bar closed at one price, and then because of the deleted bar the next one in the table will open at a different price, and High and low of the deleted bar will be lost at all. High, low and close of the deleted bar should be compared with the previous non-removed bar and update it if necessary.
I was just working with open prices, so I did not bother with them that much.
Show me the code where you started it. The old code does not have it.
I don't have an indicator from the code - I can't check it.
But, here is an example made for you on MAschka on the traces of your code
PS: I changed the file was wrong
I dabble in deep learning. I do everything with the library https://www.microsoft.com/en-us/cognitive-toolkit/ Its advantage is that it can be connected to MT5. But only 64 bit. That is why I need 64 bit Windows. The library is made for this kind of wind. I have tried two obvious approaches to forecasting price of the next bar and zigzag reversals. I have been feeding the network with price changes and bar lengths. I have not obtained good results using both approaches. I use recurrent nets. To whom it may interest https://github.com/RandomKori/Forex I need some fresh ideas what can be tested. You have the idea and I will do the realization.
I dabble in deep learning. I do everything with the library https://www.microsoft.com/en-us/cognitive-toolkit/ Its advantage is that it can be connected to MT5. But only 64 bit. That is why I need 64 bit Windows. The library is made for this kind of wind. I have tried two obvious approaches to forecasting price of the next bar and zigzag reversals. I have been feeding the network with price changes and bar lengths. I have not obtained good results using both approaches. I use recurrent nets. To whom it may interest https://github.com/RandomKori/Forex I need some fresh ideas what can be tested. You come up with the idea and I will do the implementation.
I should look what you have done there... But it is cool, I wanted to try it too, but i have not got to it yet.
Maybe you could write an article about how to connect this library with MT5 and an example of some ns?
I am not a master of writing articles. I gave you a link to a githab where all the code is. Here will be examples. I will answer your questions if I know the answer. I'm just beginning to get to grips with the library. I'm not very well with documentation on it so far. Especially for C++. And it's impossible to connect it to MT without it.
Summary of caret
I dabble in deep learning. I do everything with the library https://www.microsoft.com/en-us/cognitive-toolkit/ Its advantage is that it can be connected to MT5. But only 64 bit. That is why I need 64 bit Windows. The library is made for this kind of wind. I have tried two obvious approaches to forecasting price of the next bar and zigzag reversals. I have been feeding the network with price changes and bar lengths. I have not obtained good results using both approaches. I use recurrent nets. To whom it may interest https://github.com/RandomKori/Forex I need some fresh ideas what can be tested. You come up with the idea and I will try to make it work.