[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Howto: Alert



PureBytes Links

Trading Reference Links

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