I'm trying to find the highest value since a signal was given, but the 
HighestSince() function doesn't work the way I anticipated it to work. 
Hopefully, someone can give me insight into how to solve the problem.

Suppose stock ABC matches some criteria I'm looking for (e.g. high 
volume breakout) on 1/1/2006. I would like to know the highest high 
price it reached from then to now, 4/7/2006. When I try HighestSince
(myCriteria,H,1) I get the high value of the day the criteria were 
true, i.e. 1/1/2006. What am I missing, please?

I'm sure there's a smarter way to do this in backtesting, but that's a 
whole 'nother can of worms that I'm trying to understand. For now, if 
I could just get the data I need exported to a .csv file I could do my 
analysis somewhere else.

Thank you in advance.

Jeff






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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to