Experts need your attention.

fahed

Active Member
#41
Ananth,

Can this AFL be modified to show Target in a smooth line like the way the Trailing SL is shown. I am attaching you the latest AFL, Please go thru it and help me fine tune it.

I need the target to be set on the date we get a trigger and once that is met then, 1.5 times the price between Close and Trailing SL, Almost the same way your AFL is written for targets.

Ananth I hope you can find time this weekend for this work.
 
Last edited:

fahed

Active Member
#42
Anant,

Can i add this line to get targets :

T1 = ValueWhen(Buy,C,1);
Target = T1 + (1.5*(T1 -TRENDS));

or

TARGET = Trough (C+ (1.5*(C-TRENDS)),1,1);

Both the way I am not satisfied with the result, Can you please help.
 

Similar threads