PureBytes Links
Trading Reference Links
|
How about the Hold() function.
SYNTAX |
hold( EXPRESSION, periods )
|
RETURNS |
ARRAY |
FUNCTION |
Holds a "true" result of EXPRESSION for the specified
number of periods. This true result is held true over the number
of periods specified even if a "false" result is generated. |
EXAMPLE |
hold( cross(rsi(14),70),5 )
| ----- Original Message -----
Sent: Friday, November 11, 2005 9:33
AM
Subject: RE: [amibroker] Blinking Trigger
Points
Explain what you mean my Lock? Buy = cond1 or
ref(Buy,-1); //will stay true forever once the first Buy is
found.
-- Terry -----Original Message----- From: amibroker@xxxxxxxxxxxxxxx
[mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Stockjunkie@xxxxxxxxx Sent: Friday,
November 11, 2005 02:30 To: amibroker@xxxxxxxxxxxxxxx Subject:
[amibroker] Blinking Trigger Points
Hello All...
Is it possible
in ab to lock a signal once triggered? If yes, does anyone have an
example of code that will accomplish this that I can study?
Thanks, rnr
Please note that this group is for
discussion between users only.
To get support from AmiBroker please
send an e-mail directly to SUPPORT {at} amibroker.com
For other
support material please check also: http://www.amibroker.com/support.html
Yahoo!
Groups Links
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
YAHOO! GROUPS LINKS
|
|