PureBytes Links
Trading Reference Links
|
Here's another option.
If(C<PREV,C*0.75,Max(C*0.75,PREV));
Roy
> How can I write a 25 % trailing stop -indicator? If I just write C -
> (Ref(C,-1 )*0,25) it is ok but the stop just moves up and down with
> the price =)
> How can I prevent that? How to write an indicator that doesn't move
> down, only sideways or up??
>
> Thanks!
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|