How to link together multiple EA’s in under 15 minutes!
Step 1: Turn EA in a library file by adding #property library to the start of the file and save it in the library folder.
Step 2: Change the name of the start() to something different.
Step 3: Make sure ALL constants are the same
Step 4: Write an include file to include all the EA libraries you’ve just created.
Step 5: Modify each library to return Signals or Make trades based on your desired criteria.
Step 6: Write master handling EA
Wham bam thank you ma’am
__________________
"Anyone who has never made a mistake has never tried anything new." -Albert Einstein
Last edited by Nicholishen : 02-26-2008 at 05:15 AM.
|