I added it to the top text in the ami chart window.
Bar = BarIndex();
SpanBars = EndValue( Bar ) - BeginValue( Bar );
SetChartOptions(0,chartShowArrows|chartShowDates);
_N(Title = StrFormat("{{NAME}} - {{INTERVAL}} %g", SpanBars));
Donot have to plot it now and can see easily.
Also this place seems to Be a good place to display signals from many signals.
--
Rajeev
For Live Data System Join
http://finance.groups.yahoo.com/group/EagleEyeTrading/
Mo: 98608 51052
On 5/5/06, Steve Dugas <
[EMAIL PROTECTED]
> wrote:
Hi - I think this should work by setting begin/end range markers. You can get more info on these functions in the helpfile.Bar = BarIndex();SpanBars = EndValue( Bar ) - BeginValue( Bar );// Display number of bars in TitlePlot( SpanBars, "Span Bars", colorBlack, styleNoLine|styleNoLabel );Steve----- Original Message -----From: ^RajeevMundra^Sent: Thursday, May 04, 2006 4:01 PMSubject: [amibroker] Couting num of candlesHello
I very often use time related concepts in my trading.
Any tool in ami which can easily say to me the num of candles in a particular span..
Say the way he draw a line in ami.
If I drag this tool from one location to another.. can it display the num of candles as the dragging is on?
Manual couting is not easy especially if there is a large num of candles.
Let me know if some tool /afl etc is already there to do this.
--
Rajeev
For Live Data System Join
http://finance.groups.yahoo.com/group/EagleEyeTrading/
Mo: 98608 51052Please 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
SPONSORED LINKS
Investment management software Real estate investment software Investment property software Software support Real estate investment analysis software Investment software
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service .
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
SPONSORED LINKS
| Investment management software | Real estate investment software | Investment property software |
| Software support | Real estate investment analysis software | Investment software |
YAHOO! GROUPS LINKS
- Visit your group "amibroker" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
