
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
mql5 is >20 times faster than mql4
Joo, UGA rocks. See http://www.forexfactory.com/showthread.php?t=523313&page=2 - Thank you!
Question; what is the best way to optimize for multiple variables, with a different min/max at the same time.
For example, one may want to optimize; iMA(_Symbol,_Period,x,0,MODE_SMA,PRICE_OPEN,i+y);
Where x could be 1-100 and y could be 0-10. At the moment, I cover this by 2 genes, first gene is 1-100 direct and second gene is 1-100 in "sections" of 10 which map to 1-10 (i.e. divived by 10 is another way of thinking about it)
Is there a better way?
The EA Can not run in back testing while using this library ?
Joo, UGA rocks. See http://www.forexfactory.com/showthread.php?t=523313&page=2 - Thank you!
Question; what is the best way to optimize for multiple variables, with a different min/max at the same time.
For example, one may want to optimize; iMA(_Symbol,_Period,x,0,MODE_SMA,PRICE_OPEN,i+y);
Where x could be 1-100 and y could be 0-10. At the moment, I cover this by 2 genes, first gene is 1-100 direct and second gene is 1-100 in "sections" of 10 which map to 1-10 (i.e. divived by 10 is another way of thinking about it)
Is there a better way?
I read the article (two or three times), I liked it very much, I have been thinking in the same direction for a long time - I mean embedding the tester directly into the EA code,
I looked at the examples, honestly I don't understand how to use your algorithm.
You have already been asked here, but once again: Can you give an example for any simple indicator like RSI, CCI, MACD without using any scripts?
in order to find optimal values ... for example, you can take any built-in Expert Advisor like "MACD Sample.mq5" and find optimal parameters InpTakeProfit, InpTrailingStop ...