Hi, it returns the lowest close since the second recent Macd - zero cross.
Thomas www.PatternExplorer.com From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of faked Sent: Friday, November 21, 2008 9:42 PM To: [email protected] Subject: [amibroker] lowestsince? Hi all, I do not fully understand the lowestsince-function. In the helpsection I found the following: lowestsince( Cross( macd(), 0 ), Close, 1 ) returns the lowest close price since macd() has crossed above zero. but what does the following mean: lowestsince( Cross( macd(), 0 ), Close, 2 ) Does it return the low after the second cross above zero, or does it return the 2nd low after cross, or ...?? Thanks in advance for help.
