PureBytes Links
Trading Reference Links
|
Dear Ian,
Your afl is working fine,thanks a lot,i salute you
regards
bobby kular
--- In amibroker@xxxxxxxxxxxxxxx, "ian_rosbif" <ian_rosbif@xxx> wrote:
>
> Bobby,
> Use:
> StartIndex = Max(BeginValue(BarIndex()), 0);
> EndIndex = Max(EndValue(BarIndex()), 0);
>
> Double-click on the chart to choose your start bar (will highlight
> green) & do the same to pick your end bar (highlights red).
>
> You can then use something like:
> Difference = Close[StartIndex] - Close[EndIndex];
>
> The MAX... when determining the index sets 0 for both indexes when
> you have no bars selected, otherwise you'll get an error trying to
> use the indexes.
>
> Cheers,
> Ian
>
> --- In amibroker@xxxxxxxxxxxxxxx, "stocks_bobby" <stocks_bobby@>
> wrote:
> >
> > Dear Tomasz and Group Members,
> > I want to find difference between any two bars on intraday charts.
> > how can we do it?
> > Will it be possible to select any one bar and after that select
any
> > other bar using selector line .
> >
> > if yes then what would be the afl code?
> >
> > kindly help
> >
> > regards
> > Bobby Kular
> >
>
------------------------------------
**** 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/
|