Buy = A
OR B;
Sell = IIf(B, ApplyStop( 1, 1, 4.5,
True), IIf(A, ApplyStop( 1, 1, 2, True), 0));
Unfortunately, this formula doesn't work. The exit always
happens when a 4.5% profit is reached, whatever the entry is (A or
B).
Could someone tells me the correct formula or where I can find
info in order to resolve this problem ?
Thanks a lot
Claude Marc-Aurčle