PureBytes Links
Trading Reference Links
|
eapoh,
try this:
UL:=IF(Ref(H, -3)=HHV(H, 4) AND Ref(H,-3)>=Ref( H,-4),Ref( H,-
3),PREV) ;
If(BarsSince(Cum(1)>4)=0,Ref(UL,4),0);
--- In equismetastock@xxxxxxxxxxxxxxx, "eapoh" <eapoh@xxx> wrote:
>
> Hi All,
>
> How to omit the first 4 days to this indicator
>
> UL:=IF(Ref(H,-3)=HHV(H,4) AND Ref(H,-3)>=Ref(H,-4),Ref(H,-3),PREV);
>
> Ref(UL,4)
>
> After running this indicator the starting point begins from zero
due
> to PREV function.
>
> How to start line plot on the fourth day instead of the first day?
>
> All comments and suggestions are deeply appreciated.
>
> Thanks
>
> With Best Regards,
>
> EA
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|