PureBytes Links
Trading Reference Links
|
Paul,
If(C>Mov(C,14,E)
AND
LinRegSlope(C,29)>
LinearReg(LinRegSlope(C,41),50),
{bullish} +1,
{bearish} -1)
Reads out as
linregslope of close
is greater than
linearreg of the linregslope of the close
plus one if its bullish
minus one if its bearish
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Paul Harris"
<paul_vicmar@xxx> wrote:
>
>
> Posted this yesterday.
>
> C>Mov(C,14,E) AND LinRegSlope(C,29)>LinearReg(LinRegSlope
(C ,41),50).
> Which becomes
> If(C>Mov(C,14,E) AND LinRegSlope(C,29)>LinearReg(LinRegSlope(C
> ,41),50),{bullish} +1, {bearish} -1) as a binary wave.
>
> Could someone explain the last part of the code -
> LinRegSlope(C,29)>LinearReg(LinRegSlope(C ,41),50)
> and what its relevance to the rest of the code is.
> Many thanxs
>
> PAUL
>
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/
|