Dear Avery,
thanks a lot for posting your indicator!
I would like to have a closer look to the results of this method in backtesting and have a problem regarding the order entry. I hope my question is not to stupid but how can I achieve a long entry at close(d) plus 1pip? I tried the following
Buy next bar at (Highd(1) +0.0001) limit;
Unfortuntely it doesn't work - I enter a trade without triggering my entry limit.
Also switching to stop orders does not work as expected:
Buy next bar at (Highd(1) +0.0001) stop;
I hope someone is able to enlighten me...
What I think about is the point that some bigger losing trades could wipe out all winning trades!?
Best regards
Marc
BTW: sorry for my grammar
