PureBytes Links
Trading Reference Links
|
A little of bit of code might also do the trick...
{Date Operations}
{Note the day selected must have been a trading day}
fmDay:=Input("Date from (dd)",1,31,2);
fmMonth:=Input("Date from (mm)",1,12,1);
fmYear:=Input("Date from (yyyy)",1980,2099,2003);
BarsSince(DayOfMonth()=fmDay AND Month()=fmMonth AND Year()=fmYear);
Hope this helps.
wabbit :D
--- In equismetastock@xxxxxxxxxxxxxxx, "Richard Dale" <richard@xxxx>
wrote:
> A workaround would be to create a new indicator with the formula CUM
(1)
>
> Plot this on your chart. This will count each and every bar on
your chart.
> ie 1 = first bar, 5 = 5th bar etc.
>
> With a bit of mental arithmetic you can calculate the difference
between the
> value at the bar you want and where you want to be.
>
> Cheers,
> Richard Dale.
> Norgate Investor Services
> - Premium quality Stock, Futures and Foreign Exchange Data for
> markets in Australia, Asia, Europe, UK & USA -
> <http://www.premiumdata.net/> www.premiumdata.net
>
> <http://www.candlestrength.com>
> ----- Original Message -----
>
> From: PtcMan <mailto:ptc_man@x...>
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Saturday, March 06, 2004 20:51 PM
> Subject: [EquisMetaStock Group] Is it possible to "manually"
counting bars
> in MS?
>
> I would like to counting bars in a simple way on MS.
> For example, by clicking in a bar and then moving the mouse
backward or
> foreward the bar counting would start from the selecting bar.
>
> Is it possible to do this with MS?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|