Baselining an EA

 

Hi,


The EA I developed uses indicators found in MQL4 (rvi, and williams fractals)


I want to store (or backup) these indicators (ideally the code, but compiled version will do.), so that my EA will perform the same way in the future, even if these indicators get changed/removed/etc. for any reason.


I cant find the codes in the MT4 folders installed. If the codes are not available, on which libraries/dlls/etc. are these indicators found?

 
It is highly unlikely that the well known standard indicators suddenly disappear in MT4. It is unlikely that there will be any more changes in MT4 at all since they are now 100% dedicated to making an entirely new product with entirely new bugs instead of fixing and improving the current one.
 
The files are in \program files\<BROKER>\experts and experts\indicators.
 
WHRoeder:
The files are in \program files\<BROKER>\experts and experts\indicators.

Not rvi nor williams fractal.


An alternative which is best, is to study the logic of how they are generated.

Reason: