PureBytes Links
Trading Reference Links
|
To simplyify the question further, if I add the following line to a
basic price chart,
Plot(BarsSince(DayOfWeek()==1),"x",colorPink,styleOwnScale);
Can someone explain the plot output... because I'm somewhat confused.
TJ?
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "sidhartha70" <sidhartha70@xxx> wrote:
>
> Hi All,
>
> I'm trying to do some logic using the BarsSince() function... I want
> to spot when an element of an array is true within the last 10 bars...
>
> So I used something like,
>
> x = BarsSince(y)<10;
>
> Now if I plot the result,
>
> Plot(x,"x",colorGold,StyleOwnscale);
>
> I get some quite strange results... x appears to be null for large
> periods... I think it's something to do with how BarsSince() works.
>
> Anyone know what's going on here...?
>
> Many Thanks
>
------------------------------------
**** 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/
|