
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
Article about auto-optimization, which looms as a bright spot on the site ... not that it does not work ... there are only 4 parameters that can be put on the optimum, and as it all works laxly.In general, maybe someone will prompt....
Try to look here (I haven't got round to it myself yet): - Autooptimization
I started with Stochastic - it's the fastest, then I diluted it with OsM filter...and then it was on to HighLow, Aligator, Mashki, CCI.
Afternoon...or night, everyone. I'm working on a maniacal EA here. I'm not going to post it yet, it's just not finished yet, but I'll post it for sure...for FREE. I just need help. Question namba van - how to make auto-optimization ... say 8-16 napametrov? Article about auto-optimization, which looms large on the site ... not that does not work ... there to 4 parameters can be put on the optimum, and how dodgy everything works. In general, maybe someone will prompt Chago of their own developments? MY DEAR KIM, IT WOULD BE WORTH REFERRING TO YOU IN PARTICULAR. If I've got a good idea, I may try to draw some of them on the market but I don't have any good ones. Sometimes it overdraws, sometimes slows down, sometimes shows nothing worthwhile. I am not saying "give me a subomega indicator and I will change the world". The essence of my strategy in the Expert Advisor is the percentage ratio of a group signal of 8 indicators and a little filtered one. So I have indicators of standard collection and I want to experiment with individual indicators. In general, maybe the collective mind will win.
To help you understand, linear optimization of 8-16 parameters is 8-16 nested for loops, in which each
where each variable changes from minimum Min_n to maximum Max_n with the corresponding step Step_n.
Now imagine how many calls of the function optimized by such a linear optimizer should be performed:
(Max_1-Min_1)/Step_1 * (Max_2-Min_2)/Step_2 * * * (Max_16-Min_16)/Step_16.
A year ago I wrote such an optimizer for 10 parameters on mq4.
The optimization runs for about 10-20 minutes depending on Step_n.
The way out of this situation, as it seems to me, is as follows:
- switch to genetic, or other algorithm for fast optimization (difficult);
- search for xeon's posts, he wrote an optimization pack using MetaTrader built-in optimizer (strange);
-write optimizer in C or other fast programming language(complicated).
Afternoon...or night, everyone. I'm working on a maniacal EA here. I'm not going to post it yet, it's just not finished yet, but I'll post it for sure...for FREE. I just need help. Question nemba van - how to make auto-optimization ... say 8-16 napametrov? Article about auto-optimization, which looms large on the site ... not that does not work ... there to 4 parameters can be put on the optimum, and how dodgy everything works. In general, maybe someone will prompt Chago of their own developments? MY DEAR KIM, IT WOULD BE WORTH REFERRING TO YOU IN PARTICULAR. If I've got a good idea, I may try to draw some of them on the market but I don't have any good ones. Sometimes it overdraws, sometimes slows down, sometimes shows nothing worthwhile. I am not saying "give me a subomega indicator and I will change the world". The essence of my strategy in the Expert Advisor is the percentage ratio of a group signal of 8 indicators and a little filtered one. So I have indicators of standard collection and I want to experiment with individual indicators. In general, maybe the collective mind will win.
Here is an example.
Figar0 писал(а) >>
... Вообще, мне кажется что 90% индикаторов... это пережиток ручной торговли, для автоматической нужны другие инструменты.
OK, I agree. Everyone knows that truth is born in an argument. In fact, there is truth in it. But then how do we give signals to the indicator, because nobody cancelled the If() system. Propose your concept of automatic systems.
To help you understand, a linear optimization of 8-16 parameters is 8-16 nested for loops in which each
variable changes from minimum Min_n to maximum Max_n with the corresponding step Step_n.
Now imagine how many calls of the function optimized by such a linear optimizer should be performed:
(Max_1-Min_1)/Step_1 * (Max_2-Min_2)/Step_2 * * * (Max_16-Min_16)/Step_16.
A year ago I wrote such an optimizer for 10 parameters on mq4.
The optimization runs for about 10-20 minutes depending on Step_n.
The way out of this situation, as it seems to me, is as follows:
- switch to genetic, or other algorithm for fast optimization (difficult);
- search for xeon's posts, he has written the optimization package using the call of MetaTrader's built-in optimizer (strange);
-I want to write optimizer in C or any other programming language (difficult).
I understand it very well. This is exactly what is posted in Autooptimizer of foreign forum. The essence of optimisation is to follow the market. Optimisation is to do auto-optimisation every day.
Yes, and another thing, Figar0, comrade, and the system even in a fecal form works)))) Of course not as planned and I'm not shouting that you're a fool and I'm smart, I just want to say that the strategy is working, but it's only a preliminary test on the demo for today. I started with 50$, lot 0.01 at 60% and 0.02 at 75% on 5 pairs
"omitting" indicators, Figar0 offers you, Hoper23, to work directly with bars, i.e. directly with price information, without intermediaries