Discussion of article "Genetic Algorithms - It's Easy!" - page 18

 
gedd:

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 ...


You can.

Look in the articles for examples with autooptimisation of Expert Advisors, there are articles based on this algorithm.

 

Someone could help me, i was trying to use the UGA library and adaptate to use with some indicator, anyone can help me to do that? 


I really not understand what I need to change in the FitnessFunction.


Thanks for any help or idea

 
You're planning to optimize something, aren't you? So you need to present this "something" in the form of FF, it can be for example the number of profit points on the indicator signals. This is the FF.
 
Why make an analogy when you can talk about the subject? Totally unnecessary. It was unpleasant to read.
 
Very interesting article, thank you. The article says that the UGA source codes are attached. However, I have not found where to download them. Can someone please tell me where to get the source codes.
 
torontoxx:
Very interesting article, thank you. The article says that the UGA source codes are attached. However, I have not found where to download them. Can someone please tell me where to get the source codes.

Are you looking in Android? Switch your browser to "PC version" mode

 
Edgar:

Are you watching on Android? Switch your browser to "PC version" mode.

Yes, that's right! Thank you!

 

Excellent article, congratulations on the quality of the contextualisation and didactics.


abs

 

Hello. Is something wrong? MT5 update? The old compiled one is working. 'UGA_The_alternative_ZigZag.mq5'. Where to edit? I don't understand.

 
Michael Dolgushin:

Hello. Is something wrong? MT5 update? The old compiled one is working. 'UGA_The_alternative_ZigZag.mq5'. Where to edit? I don't understand.

The question goes away. ArtificialMutation is such a variable. I renamed void ArtificialMutation (double &child[],double ReplicationOffset)