PureBytes Links
Trading Reference Links
|
There are two "freebie" PDF books in circulation (in the files section here
and elsewhere). I don't know if the content is the same or different, though
I seem to recall that both files are about the same size. Personally I
prefer to work with the MS User Guide as supplied with my MS software.
Learning the MetaStock Formula Language by any method is going to require a
degree of persistence and some hard work. Tackling your own and other
peoples problems should provide all the practical exercises you need.
Roy
----- Original Message -----
From: "ktlau" <ktlau@xxxxxxxxxxxxxx>
To: <Metastockusers@xxxxxxxxxxxxxxx>
Sent: Friday, April 18, 2003 9:29 PM
Subject: RE: [Metastockusers] Roy: re Indicator.
> that's expensive (AUD 275)....any cheaper alternative??
> Tony
> -----Original Message-----
> From: Jonathan King [mailto:jking@xxxxxxxxxxxxxxx]
> Sent: Thursday, April 17, 2003 6:18 AM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: RE: [Metastockusers] Roy: re Indicator.
>
>
> Hi Wallace/Roy.
>
> Try www.tradingxl.com.au - the course is known as the MetaStock
Programming Guide by Stuart McPhee and David Jenyns. It's very good though
I'm not sure it covers time/date related issues for Gann, etc.
>
> Best bet is to contact Stuart or David via email (get off the website).
>
> Cheers,
>
> Jono
> -----Original Message-----
> From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
> Sent: Thursday, 17 April 2003 4:11 AM
> To: Metastockusers@xxxxxxxxxxxxxxx
> Subject: Re: [Metastockusers] Roy: re Indicator.
>
>
> Hi Wallace
>
> My OE just crashed losing all of my first reply so this one will be
much
> shorter :(
>
> There's a crowd in Australia somewhere that charge about $280 for what
I
> gather is a very good tutorial for MS. They're the authors of the
article
> about "Relative Strength Comparative". I'm sorry but I don't have
their web
> site to hand.
>
> Hour() and Minute() functions are no different from the other date
> functions - no great mystery. I've found that the best way to learn is
just
> by doing it (for myself and others). I just pick a problem that has
some
> challenges and work my way through.
>
> Regards
>
> Roy Larsen
>
> > Hi Roy, thank you once again for your efforts.
> >
> > All I had to do was change the 'Time of day' hours so the 24 clock's
> > covered. The Indicator works across 2 Months too, unless I suppose
> > one were using an Intraday chart with data extending to the same
> > Month of a second year.
> >
> > Re: "I suspect that multiplying Month() by 1000000 . . ."
> > I don't know enough about coding or what the code means to answer
> > this. Both the new Intraday Indicator and the original used on Daily
> > or above charts appear to work correctly, ie they do indicate
> > significant Highs or Lows to the bar. I'll try and adapt them to
fibo
> > and other numbers and see how they do.
> >
> > The main thing I wanted was the means of using an Indicator on
> > Intraday charts, as said, something that no one appeared to be
coding
> > for, which you have now provided.
> >
> > I have the 'Equis Formula Primer' pdf but do not find it that
> > helpful, for instance it has nothing about coding for 'hours and
> > minutes'.
> >
> > Can you suggest any material, books or websites Roy, where I can
> > learn more about coding ? - kindergarten level would suit me best.
> >
> > Cheers Roy and thanks again. murusprimus (Wallace).
> >
> >
> > Gann 30 degree cycles from 2 dates
> > A:=Input("First date - dd" ,1,31,31);
> > F:=Input("Time of day - hhmm",0100,2400,1015);
> > B:=Input("Second date - dd",1,31,31);
> > G:=Input("Time of day - hhmm",0100,2400,1130);BSA:=BarsSince
> > (A=DayOfMonth() AND F=Hour()*100+Minute());
> > BSB:=BarsSince(B=DayOfMonth() AND G=Hour()*100+Minute());
> > ADeg:=BSA*1.3846153;BDeg:=BSB*1.3846153;
> > Cyc1:=If(Int(ADeg)=30,1,If(Int(ADeg)=60,1,If(Int(ADeg)=90,
> > 1,If(Int(ADeg)=120,1,If(Int(ADeg)=150,1,If(Int(ADeg)=180,
> > 1,If(Int(ADeg)
> > =210,1,If(Int(ADeg)=240,1,If(Int(ADeg)=270,1,If(Int( (ADeg)=300),
> > 1,If(Int(ADeg)=330,1,If(Int(ADeg)=360,1,0))))))))))));
> > Cyc2:=If(Int(BDeg)=30,1,If(Int(BDeg)=60,1,If(Int(BDeg)=90,
> > 1,If(Int(BDeg)=120,1,If(Int(BDeg)=150,1,If(Int(BDeg)=180,
> > 1,If(Int(BDeg)
> > =210,1,If(Int(BDeg)=240,1,If(Int(BDeg)=270,1,If(Int( (BDeg)=300),
> > 1,If(Int(BDeg)=330,1,If(Int(BDeg)=360,1,0))))))))))));
> > Cyc1; Cyc2;
> >
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > Metastockusers-unsubscribe@xxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
> >
> >
>
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> To unsubscribe from this group, send an email to:
> Metastockusers-unsubscribe@xxxxxxxxxxx
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/zMEolB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|