PureBytes Links
Trading Reference Links
|
murusprimus
I posted a response at Reef Capital
Roy
----- Original Message -----
From: "murusprimus" <sace@xxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Monday, February 23, 2004 9:05 AM
Subject: [Metastockusers] Intra code
> Hello All, this indicator puts vertical lines on bars for the counts
> in the formula, currently Lucas counts for forex trading. I've tried
> adding code for hours and minutes without success, can you provide me
> with the correct code.
>
> Also, is it possible to have the indicator display numerals for the
> count at the top of the indicator lines, or at the top of the bars in
> place of the lines.
>
> Thanks. Wallace.
>
> Sd:=Input("Start day" ,1,31,1);
> Sm:=Input("Start month",1,12,1);
> Sy:=Input("Start year" ,1980,2020,2000);
> St:=((DayOfMonth()>=Sd AND Month()=Sm AND
> Year()=Sy) OR Year()>Sy OR (Year()=Sy AND
> Month()>Sm));
> Cum(St)=1 OR Cum(St)=4 OR Cum(St)=7
> OR Cum(St)=11 OR Cum(St)=14 OR Cum(St)=18
> OR Cum(St)=22 OR Cum(St)=28 OR Cum(St)=36
> OR Cum(St)=44 OR Cum(St)=47 OR Cum(St)=54
> OR Cum(St)=72 OR Cum(St)=104 OR Cum(St)=123;
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|