PureBytes Links
Trading Reference Links
|
Ok. Think I understand why it's not working...
Anyone have any idea how I can achieve what I'm after...??
TIA
--- In amibroker@xxxxxxxxxxxxxxx, ricko@xxx wrote:
>
> I think the HighestSinceBars function is looking for something
specific to be true, such as
> Crossover = Cross(C,something);
> x = HighestSinceBars(Crossover,y,2);
> Best Regards
> Rick Osborn
>
>
>
>
> ________________________________
> From: sidhartha70 <sidhartha70@xxx>
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, November 13, 2008 11:14:33 AM
> Subject: [amibroker] Coding Question
>
>
> Hi All,
>
> Hopefully simple coding question that seems to be foxing me briefly...
>
> I have an array who's value is true on the current bar. I want to find
> how many bars back the prior occurence of 'true' was. The array is
> only every true or false...
>
> I thought this would work,
>
> x = HighestSinceBars( True,y,2) ;
>
> Where y is the array in question....
>
> But it doesn't seem to be working.
>
> Any ideas...?
>
> TIA
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|