PureBytes Links
Trading Reference Links
|
many2 thanks jose.
Jose Silva <josesilva22@xxxxxxxxx> wrote: Jony, you've left the Ref() function out of your formula:
---8<---------------------------
Ref(PDI(14),-1) > Ref(MDI(14),-1)
AND
Ref(ADX(14),-1) > Ref(ADX(14),-2)
---8<---------------------------
Likely alternative:
---8<---------------------------
PDI(14) > MDI(14)
AND
ADX(14) > Ref(ADX(14),-1)
---8<---------------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, jony gila
<hypersteroid2000@xxx> wrote:
>
> does any one know what is not right with this formula
>
>
> (PDI(14),-1) > (MDI(14),-1) AND
> (ADX(14),-1) > (Ref(ADX(14),-1))
>
> thanks
---------------------------------
On Yahoo!7
360°: Your own space to share what you want with who you want!
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|