I have 2 question if anyone could help me with these.
First:
If I use this example code below the efs executes fine
But if I use this, the code will not work:
Second:
Lets say I have a code where I want 2 possible long triggers and 2 possible sell triggers. If one long trigger is true the other would be false and would not be able to trigger until one of the 2 sell triggers was true.
Any help would be appreciated.
Fibbgann
First:
If I use this example code below the efs executes fine
Code:
close() < (high(-1)+low(-1))/2
Code:
close() < (high(-1)+low(-1))/1.5
Lets say I have a code where I want 2 possible long triggers and 2 possible sell triggers. If one long trigger is true the other would be false and would not be able to trigger until one of the 2 sell triggers was true.
Any help would be appreciated.
Fibbgann
Comment