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

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
https://nplus1.ru/material/2016/11/04/recurrent-networks
Did things get better after using the trawl?
And maybe the condition to close the deal should be adjusted, because trawl is too easy way out, without trying to sort things out?
For an automaton, the deal closing is associated with some condition.
On the real, the stops will ruin the nerves...
Did things get better after using the trawl?
And maybe the condition to close the deal should be adjusted, because trawl is too easy way out, without trying to sort things out?
For an automaton, a deal closing is bound to some condition.
On the real, stops will ruin your nerves...
Did things get better after using the trawl?
And maybe the condition to close the deal should be adjusted, because trawl is too easy way out, without trying to sort things out?
For an automaton, a deal closing is bound to some condition.
On the real, the stops will spoil the nerves...
I don't know, maybe the parameters were wrong on the VPS... Later, the updated version will be put in the monitoring with a normal risk
There are a lot of improvements, in particular, I will add more inputs.
Started to train a neural network. The planned task is not going yet. Writes that the data is not in the format. I don't understand what it wants yet(.
But here is an example, I made for the network [3,4,1].
It seems to be fine.
Started to train a neural network. The planned task is not going yet. Writes that the data is not in the format. I don't understand what it wants yet(.
But here is an example, I made for the network [3,4,1].
Seems to be fine.
The tensorflow from google also looks good, but it is not very convenient to install and python
Google's tensorflow also looks good, but it is not very convenient with installation and python
This is SciLab neuronics. Now the main task suddenly (unexpectedly)) began to learn. I screwed up somewhere apparently).
In general, they say there are a lot of neuronics on the Internet and in C++. But I was not looking for them.
This is SciLab neuronics. Now the main task suddenly (unexpectedly)) began to learn. I screwed up somewhere apparently).
In general, they say there are a lot of neuronics on the Internet and in C++. But I was not searching for them.
You can get them everywhere, nowadays there's a real neural boom.)
The experiment to train a neural network (NS) to cross two MAs failed. Learning was conducted to recognize only the intersection upwards.
For the experiment the NS - 3,3,3,1 was selected and tested for training and recognition of artificially created patterns. However, after learning to recognize the MA, not a single crossover was recognized. The reason - the NS needs more contrast images, and does not care about all differences of 0.01-0.1 between inputs.
For a given structure of the NS it is quite possible to get reliable recognition when the signal difference is not less than 0.2-0.3.
I'm starting to study neural networks.
I am looking at variants, which can be implemented directly in MT5.
I am interested in the variant using ALGLIB (https://www.mql5.com/ru/articles/2279), but from the description of the network it follows that it is a sequential network without feedbacks. And the disadvantage is that it can be trained only by one thread of the processor (which processes the Expert Advisor with the neural network).
I think it would not be too difficult to add 2 hidden sequential layers to the neural network from the article https://www.mql5.com/ru/articles/497 and then train it either by full brute force or genetic in the tester. But in this case you can use a lot more computational threads (the core of your CPU, in the network and in the cloud). Do I get it right?
How can I add manual instructions for correct answers (shopping and sales locations) to the training of such a network?
Maybe there is already a library for multilayer sequential network somewhere?
And also, I don't quite understand the usefulness of using inner layers, for forex/stock market trading purposes. Does it make sense to add them? Why?