PureBytes Links
Trading Reference Links
|
EA,
I'm afraid that you are going to need 5 bars not 4 inorder to perform
a calculation. I think you will also find that if your first bars are
in an uptrend you will be likely to get a zero calculation for the
next 5 to 6 bars as well.
Using Ref(UL,4) I believe you will find that there is no value
calculated for the last 4 bars of the chart. The reason is that you
are using a forward reference by using the positive 4.
Finally, using prev is tricky and one of the reasons that I posted a
reference to Roy's previous explanation. Its well worth reading.
This is a busy weekend and I don't have enough time to devote my full
attention to resolving your problem at the moment. Let me work on it.
One final question is how do you plan on using this indicator?
Preston
--- 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/
|