Hi
I need help with some piece of code. I want to use SAR as a trailing SL for my long only
system. The SAR should start from the buy day and move on till Sell happens with SAR
crossover. The existing SAR function doesnt allow plotting it from the buy Day.
Here is my algo:
Buy = Condition1;
if (Buy)
InitialSar = Some value below Bur Price;
else