PureBytes Links
Trading Reference Links
|
i actually noticed it after i posted the message. however i find a odd
behaviour.
for eg.
i have a daily chart where my cursor is 8/10/2008
i now change tab to my 15 minute chart where if i scroll i will find
that the cursor is active at the first bar on 8/10/2008
however in zoom functions
BI = BarIndex();
SBI = SelectedValue( BI );
_TRACE("Selectd Value" + NumToStr(SBI));
the value outputted is the last bar on the 15 minute chart.
because of this, ZoomToIndex( FirstBarIndex, LastBarIndex )
always shows only the last bars on the chart.
according to the docs SelectedValue should return the value where my
cursor is active. why is it not returning the barindex on the 8/10/2008
where my cursor is active.
------------------------------------
**** 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/
|