PureBytes Links
Trading Reference Links
|
The value should be correct if you are exploring on later bars, or
selected later bars on the chart. If you are clicking on a chart, or
exploring on that particular bar of the event it will only look
backwards.
You can use Lastvalue to get the highest since that event at the last
bar of the chart/period. If this is in a chart then click on later
bar, or off the chart.
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 4/8/06, fatboycato <fatboycato@xxxxxxxxx> wrote:
> 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
>
>
>
>
>
>
>
>
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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|