Put the indicator code directly into the EA.
-
Is there any way I can put the indicator's source code directly into the EA?
I saw an EA that works with a custom indicator, but I didn't need to download the indicator from the internet to use the EA.
Probably the developer with the intention of not finding out what the indicator and its calculations included in the entire source code of the indicator internally in the robot.
Does anyone know how to do this in Fxdreema? -
@ontradingx Using custom code it's possible but I am unsure how to do it, I doubt any one here will know how either.
-
@ontradingx jstap is right. Unless you are a programmer, don't even try it. Only a programmer who is also familiar with how fxDreema works could do that successfully. My only suggestion now is contacting the admin and asking for his help.
-
Not easily: There is a binary type for variables and you can then writefile.. then icustom/load the file written as appropriate. Could all be done in custom code but not easy stuff really..
You can also export as MQL5 from fxdreema then use an include to include the whole indicator.. compile in your local mt5 editor, this is likely easier path..