It is a little unclear what is the ideal inputs for NS.
Do they (inputs) what? Do they not contain contradictory patterns? Or what other criterion of ideality?
Inputs from the point of view of trading.
The indicator shows what should be taught to NS, when learning with a teacher. I.e. what should be at the output of the network.
Entries from the point of view of trading.
The indicator shows what you should teach the NS, when learning with a teacher. I.e. what should be the output of the network.
Have you done a contradiction check?
This is when the past of an example is similar, but the future is multidirectional.
Have you done a contradiction check?
It's when the past of the example is similar, but the future is divergent.
"The past of the example is similar" is similar to what?
It depends on the data fed into the network input.
The indicator only calculates the desired output of the network (in several variants), it does not calculate any future or inputs. What to feed to the input is another topic.
For a rollover system (always in the market) - it is better to use 1 signal method or analogue buffer.
For a system with fixed stop loss and take profit - the 2nd method.
I made the indicator to simplify the preparation of training examples.
How the network will identify these examples - it depends on its abilities.
"the past of the example is similar" is similar to what?
It depends on the data fed to the network input.
The indicator only calculates the desired output of the network (in several variants), it does not calculate any future or inputs. What to feed to the input is another topic.
For a rollover system (always in the market) - it is better to use 1 signal method or analogue buffer.
For a system with fixed stop loss and take profit - the 2nd method.
I made the indicator to simplify the preparation of training examples.
How the network will identify these examples - it depends on its abilities.
Let's make a fool of ourselves, come on.
There is a correlation between two examples (for example), an example (training example) is an example because it has a past (those inputs) and a future (those desired outputs).
In this context, the biggest problem is when the same past of two examples has different future, such examples cannot be learnt by the grid in principle. And this is the main problem why nets on vr don't work.
Let's play dumb, come on.
I didn't mean to. I thought I misunderstood the question.
There is a correlation between two examples (for example), an example (training example) is an example because it has a past (those inputs) and a future (those desired outputs).
In this context, the biggest problem is when the same past of two examples has different future, such examples cannot be learnt by the grid in principle. And this is the main problem why nets on vr don't work.
Now I know I got the question right.
I don't know yet what I will feed to the grid input (I am still searching for optimal solutions). But I already know exactly (this indicator will tell me) what should be at the output.
One of the options to solve your problem (imho):
Take two grids, train one for purchases - the other for sales. Then if both grids give multidirectional signals - ignore the signal.
I wasn't even going to. I thought I misunderstood the question.
Now I know I got it right.
I don't know yet what I'm going to feed to the input of the network (I'm still searching for optimal solutions). But I already know exactly (this indicator will tell me) what the output should be.
One of the options to solve your problem (imho):
Take two grids, train one for purchases - the other for sales. Then if both grids give multidirectional signals - ignore the signal.
Yeah, well, the idea is clear, it has its place. I think many networkers will be interested.
Thanks for the posted development.
It doesn't redraw?
He's not redrawing?
No, he doesn't redraw.
P.S. He only draws.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Sampler:
The indicator (i_Sampler.mq5) calculates perfect market entry signals, which can be used for neural network training.
It has two buffers:
The discrete signal can be calculated 2 different methods:
The e_CheckSampler.mq5 Expert Advisor is created for checking of the indicator values.
Author: her.human