PureBytes Links
Trading Reference Links
|
Hi,
There is a HOLD() function that is equivalent of MS Alert().
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Marek Chlopek" <mchlopek@xxxx>
To: "Amibroker ML" <amibroker@xxxxxxxxxxxxxxx>
Sent: 10 October, 2001 15:55
Subject: [amibroker] Howto: Alert
Hi,
Does equivalent to formula from MS:
Alert(RangeIndicator(opt1,opt2) > opt3, opt7)
is in Amibroker:
opt1 = 6; /or any other value
opt2 = 8;
--- RangeIndicator formula here ---
BarsSince(RangeIndicator > opt3) < opt7
?
Thanks,
Marek Chlopek
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|