PureBytes Links
Trading Reference Links
|
Hallo !
What about these options from the AmiBroker User's guide ?:
LOWESTSINCE
- lowest value since condition met Lowest/Highest
(AFL 1.4)
SYNTAX lowestsince( EXPRESSION, ARRAY, Nth = 1 )
RETURNS ARRAY
FUNCTION Returns the lowest ARRAY value since EXPRESSION was true on
the Nth most recent occurrence.
EXAMPLE lowestsince( Cross( macd(), 0 ), Close, 1 ) returns the
lowest close price since macd() has crossed above zero.
OR maybe:
LLV
- lowest low value Lowest/Highest
SYNTAX llv( ARRAY, periods )
RETURNS ARRAY
FUNCTION Calculates the lowest value in the ARRAY over the preceding
periods (periods includes the current day).
EXAMPLE The formula "llv( close, 14 )" returns the lowest closing
price over the preceding 14 periods.
SEE ALSO The hhv() function (see Highest High Value ).
Kind regards,
Louw
--- In amibroker@xxxxxxxxxxxxxxx, "Kropotkin" <backup_dayad@xxxx>
wrote:
> How do I calculate how many days since an expression (e.g.
bollinger
> bandwidth, or Low) was lower than today's value? ie, if today's
low
> is the lowest price for n days, what is the formula for n?
>
> Thanks
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|