self-loading presets.set - possible in EA?

 

Hello forum,

1) I was wondering, is it possible at all to have the EA automatically self-loading a certain presets, for example

if (CONDITION A) {load file "PresetA.set" into the EA}

if (CONDITION B) {load file "PresetB.set" into the EA}

2) Similarly, is it possible to link to conditions and toggle automatically Trade Long Only vs. Long&Short vs. Short Only .. etc? I do not mean tweaking BUY and SELL signals within the EA code itself, but rather automating the manual drop-down list available under "F7" and linking them to specific conditions.

Any insights - most welcome!
D.

 
1. you can overwrite the values in the extern variables at any time . . . they will be reset in some circumstances though . . .
Reason: