[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] Digest Number 351



PureBytes Links

Trading Reference Links

Re: #1- http://www.tradingxl.com.au/metastock.html
Haven't tried it myself, looks interesting...


At 11:30 AM 3/31/2003, you wrote:
>
>To unsubscribe from this group, send an email to:
>equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>------------------------------------------------------------------------
>
>There are 13 messages in this issue.
>
>Topics in this digest:
>
>       1. Metastock Coding Books
>            From: "David Olson" <trader7@xxxxxxxxxxxxx>
>       2. Multiple Ribbons displayed
>            From: "bex1210" <hmw3@xxxxxxxxxxxxxx>
>       3. RE: Metastock Coding Books
>            From: "Jonathan King" <jking@xxxxxxxxxxxxxxx>
>       4. Metastock online exploration
>            From: belice2003
>       5. Re: off-topic
>            From: vin st <vinst1@xxxxxxxxx>
>       6. Re: off-topic
>            From: vin st <vinst1@xxxxxxxxx>
>       7. macd
>            From: Johannes Pressler <jopr2003@xxxxxxxx>
>       8. Finding and Using the Maximum Value of a Variable
>            From: "Barry Seeger" <barry.seeger@xxxxxxxxxxx>
>       9. Re: macd
>            From: pumrysh
>      10. Re: Finding and Using the Maximum Value of a Variable
>            From: pumrysh
>      11. Re: Re: Finding and Using the Maximum Value of a Variable
>            From: Ron <ronber@xxxxxxxxxxxxx>
>      12. Re: Re: macd
>            From: Johannes Pressler <jopr2003@xxxxxxxx>
>      13. $3000.00 profit before lunch
>            From: "naztrader5000" <naztrader5000@xxxxxxxxx>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 1
>    Date: Sun, 30 Mar 2003 14:25:52 -0700
>    From: "David Olson" <trader7@xxxxxxxxxxxxx>
>Subject: Metastock Coding Books
>
>Metastock Users,
>
>Does anyone know if there are any books on coding systems, indicators, etc 
>with the Metastock "language".  I have several books for coding Trade 
>Station's Easy Language but have not seen any for Metastock.
>
>Thanks,
>
>Dave
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 2
>    Date: Sun, 30 Mar 2003 21:58:38 -0000
>    From: "bex1210" <hmw3@xxxxxxxxxxxxxx>
>Subject: Multiple Ribbons displayed
>
>I have Metastock 8. I like the Ribbon feature, which is available as part 
>of the Expert Advisor.
>
>I would like to display two different ribbons on a chart with only one 
>base security. But Metastock only allows one Expert to be attached to a 
>security. For quick visual reference, creating two different copies of the 
>base security and applying one ribbon to each is not as convenient.
>
>Does anyone know a way to attach two Ribbons to one base security?
>
>Harry
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 3
>    Date: Mon, 31 Mar 2003 07:44:41 +0800
>    From: "Jonathan King" <jking@xxxxxxxxxxxxxxx>
>Subject: RE: Metastock Coding Books
>
>Hi Dave,
>
>There is the Formula Primer, from Equis, available in the download area of
>this group.  You may also wish to try the following site, which is where you
>can purchase the MetaStock Programming Guide:
>http://www.tradingxl.com.au/metastock.html.  I have both and find the latter
>a much more useful document - very practical.
>
>Cheers,
>
>Jono
>
>
>   -----Original Message-----
>   From: David Olson [mailto:trader7@xxxxxxxxxxxxx]
>   Sent: Monday, March 31, 2003 5:26 AM
>   To: equismetastock@xxxxxxxxxxxxxxx
>   Subject: [EquisMetaStock Group] Metastock Coding Books
>
>
>   Metastock Users,
>
>   Does anyone know if there are any books on coding systems, indicators, etc
>with the Metastock "language".  I have several books for coding Trade
>Station's Easy Language but have not seen any for Metastock.
>
>   Thanks,
>
>   Dave
>
>         Yahoo! Groups Sponsor
>               ADVERTISEMENT
>
>
>
>
>   To unsubscribe from this group, send an email to:
>   equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
>
>
>   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 4
>    Date: Mon, 31 Mar 2003 02:07:23 -0000
>    From: belice2003
>Subject: Metastock online exploration
>
>Dear Metastock 8.0 EOD users,
>
>Can anyone explain to me step by step how to utilize the online
>exploration?  My online data vendor is Trader's Access
>(www.tbsp.com).  Thanks!
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 5
>    Date: Sun, 30 Mar 2003 19:30:56 -0800 (PST)
>    From: vin st <vinst1@xxxxxxxxx>
>Subject: Re: off-topic
>
>Thanks for helping me out with the French language
>sentences.
>vin
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
>http://platinum.yahoo.com
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 6
>    Date: Sun, 30 Mar 2003 20:27:13 -0800 (PST)
>    From: vin st <vinst1@xxxxxxxxx>
>Subject: Re: off-topic
>
>The use of those French sentences is in a bollinger
>band system advocated by P. Cahen which I am now
>struggling to code as the info is in French. Cahen's
>English book is too costly for me.
>vin
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
>http://platinum.yahoo.com
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 7
>    Date: Mon, 31 Mar 2003 10:14:04 +0200 (CEST)
>    From: Johannes Pressler <jopr2003@xxxxxxxx>
>Subject: macd
>
>
>dear metastock users,
>
>I try to program an exit signal using the macd over a williams i.e. if the 
>solid line crosses under the signal line then an exit signal should be 
>activated.
>
>all this should only happen if the DX is above 25 (=trend)
>
>if not, a trailing stop should be used to exit the trade
>
>if (dx(nr.of days)>25) AND (cross(mov(macd(willr(nr.of days)))), 
>macd(willr(nr. of days)), exit, trailing stop)
>
>it doesn't work at all:
>
>1) no acceptance for (dx(nr.of days)>25)
>
>2) no acceptance for the macd on the williams, do I have to split it into 
>two mov s?
>
>3) didn't arrive at the exit, trailing stop problem so far, but I have the 
>feeling there will be one.
>
>many thanks in advance for everyone who tries to help.
>
>happy trading
>
>jopr
>
>
>
>---------------------------------
>Gesendet von http://mail.yahoo.de.
>Das DiBa-Tagesgeldkonto: 3,5% Zinsen ab dem ersten Euro +
>Tankgutschein nur noch bis 31.03. Lassen Sie Ihr Geld arbeiten! Bei
>täglicher Verfügbarkeit und kostenloser Kontoführung.
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 8
>    Date: Mon, 31 Mar 2003 21:11:54 +0930
>    From: "Barry Seeger" <barry.seeger@xxxxxxxxxxx>
>Subject: Finding and Using the Maximum Value of a Variable
>
>MetaStock Users,
>
>Can anyone tell me how to go about finding the maximum value of a
>variable when one parameter is allowed to vary, and use the resulting
>value of the variable in an indicator formula?  Let's say I want to
>discover today's maximum value of the simple moving average of closing
>price, where the averaging period can be anything from the last 10 to 30
>periods. That is, I want to find the maximum value of mov(c,10,s),
>mov(c,11,s) etc right through to mov(c,30,s). Then I'll use the
>resulting highest moving average value in a formula, and plot the
>result.
>
>Many thanks for your help,
>Barry
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 9
>    Date: Mon, 31 Mar 2003 14:41:00 -0000
>    From: pumrysh
>Subject: Re: macd
>
>jopr,
>
>It is best to post the exact code that you are trying to use.
>
>MACD and Williams should be viewed seperately. They are powerful
>technical analysis tools when used correctly on an individual basis.
>It is possible to combine the two and gain an edge in some cases.
>Generally, a MACD or Williams and a trigger(simple moving average)
>will give exceptional signals.
>
>Again, post your complete code.
>
>Preston
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, Johannes Pressler
><jopr2003@xxxx> wrote:
> >
> > dear metastock users,
> >
> > I try to program an exit signal using the macd over a williams i.e.
>if the solid line crosses under the signal line then an exit signal
>should be activated.
> >
> > all this should only happen if the DX is above 25 (=trend)
> >
> > if not, a trailing stop should be used to exit the trade
> >
> > if (dx(nr.of days)>25) AND (cross(mov(macd(willr(nr.of days)))),
>macd(willr(nr. of days)), exit, trailing stop)
> >
> > it doesn't work at all:
> >
> > 1) no acceptance for (dx(nr.of days)>25)
> >
> > 2) no acceptance for the macd on the williams, do I have to split
>it into two mov s?
> >
> > 3) didn't arrive at the exit, trailing stop problem so far, but I
>have the feeling there will be one.
> >
> > many thanks in advance for everyone who tries to help.
> >
> > happy trading
> >
> > jopr
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 10
>    Date: Mon, 31 Mar 2003 14:49:35 -0000
>    From: pumrysh
>Subject: Re: Finding and Using the Maximum Value of a Variable
>
>Barry,
>
>Try using the HHV [highest high value]. Since you are planning on
>using a variable moving average you may experience some difficulty.
>It can be done though. Post your code and I'm sure some of the great
>coders on this site will be able to help you.
>
>Preston
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "Barry Seeger"
><barry.seeger@xxxx> wrote:
> > MetaStock Users,
> >
> > Can anyone tell me how to go about finding the maximum value of a
> > variable when one parameter is allowed to vary, and use the
>resulting
> > value of the variable in an indicator formula?  Let's say I want to
> > discover today's maximum value of the simple moving average of
>closing
> > price, where the averaging period can be anything from the last 10
>to 30
> > periods. That is, I want to find the maximum value of mov(c,10,s),
> > mov(c,11,s) etc right through to mov(c,30,s). Then I'll use the
> > resulting highest moving average value in a formula, and plot the
> > result.
> >
> > Many thanks for your help,
> > Barry
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 11
>    Date: Mon, 31 Mar 2003 10:16:51 -0500
>    From: Ron <ronber@xxxxxxxxxxxxx>
>Subject: Re: Re: Finding and Using the Maximum Value of a Variable
>
>Barry,
>
>I think you can do it by brute force something like:
>
>C1:=max((max(mov(c,10,s),mov(c,11,s)),(max(mov(c,12,s),mov(c,13,s));
>C2:=max((max(mov(c,14,s),mov(c,15,s)),(max(mov(c,16,s),mov(c,17,s));
>C3:=max((max(mov(c,18,s),mov(c,19,s)),(max(mov(c,20,s),mov(c,21,s));
>C4:=max((max(mov(c,22,s),mov(c,23,s)),(max(mov(c,24,s),mov(c,25,s));
>C5:=max((max(mov(c,26,s),mov(c,27,s)),(max(mov(c,28,s),mov(c,29,s));
>C6:=max(c1,c2);
>C7:=max(C3,c4);
>C8:=max(C5,mov(c,30,s));
>c9:=max(c6,c7);
>c10:=max(c8,c9);
>cmax:=max(c9,c10);
>
>I didn't test it, but I think you can get the idea.
>
>Ron
>
>
>
>
>
>
>
>
>pumrysh wrote:
>
> > Barry,
> >
> > Try using the HHV [highest high value]. Since you are planning on
> > using a variable moving average you may experience some difficulty.
> > It can be done though. Post your code and I'm sure some of the great
> > coders on this site will be able to help you.
> >
> > Preston
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Barry Seeger"
> > <barry.seeger@xxxx> wrote:
> > > MetaStock Users,
> > >
> > > Can anyone tell me how to go about finding the maximum value of a
> > > variable when one parameter is allowed to vary, and use the
> > resulting
> > > value of the variable in an indicator formula?  Let's say I want to
> > > discover today's maximum value of the simple moving average of
> > closing
> > > price, where the averaging period can be anything from the last 10
> > to 30
> > > periods. That is, I want to find the maximum value of mov(c,10,s),
> > > mov(c,11,s) etc right through to mov(c,30,s). Then I'll use the
> > > resulting highest moving average value in a formula, and plot the
> > > result.
> > >
> > > Many thanks for your help,
> > > Barry
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> > 
> <http://rd.yahoo.com/M=243066.2784921.4151384.1769302/D=egroupweb/S=1705375617:HM/A=1377500/R=0/*http://www.verisign.com/cgi-bin/go.cgi?a=b31540113206004000> 
>
> >
> >
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/>.
>
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 12
>    Date: Mon, 31 Mar 2003 17:56:39 +0200 (CEST)
>    From: Johannes Pressler <jopr2003@xxxxxxxx>
>Subject: Re: Re: macd
>
>
>Dear Preston,
>I have tried to solve the problem as follows:
>A:=mov(willr(37),13,e); B:=mov(A,13,e);
>((dx(20)A>=20) AND (cross(B,A)))
>anyway, the signals I receive are wrong, as everytime I get a buy signal 
>the sell signal follows suit.
>I still have a problem how to put the sell order so that only if the trend 
>indicator shows the market is trending the system displays a sell signal 
>if the second (MACD over the williams) condition appears. if not, there is 
>a trailing stop which should be out of order in a trending market.
>
>
>  pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:jopr,
>
>It is best to post the exact code that you are trying to use.
>
>MACD and Williams should be viewed seperately. They are powerful
>technical analysis tools when used correctly on an individual basis.
>It is possible to combine the two and gain an edge in some cases.
>Generally, a MACD or Williams and a trigger(simple moving average)
>will give exceptional signals.
>
>Again, post your complete code.
>
>Preston
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, Johannes Pressler
>wrote:
> >
> > dear metastock users,
> >
> > I try to program an exit signal using the macd over a williams i.e.
>if the solid line crosses under the signal line then an exit signal
>should be activated.
> >
> > all this should only happen if the DX is above 25 (=trend)
> >
> > if not, a trailing stop should be used to exit the trade
> >
> > if (dx(nr.of days)>25) AND (cross(mov(macd(willr(nr.of days)))),
>macd(willr(nr. of days)), exit, trailing stop)
> >
> > it doesn't work at all:
> >
> > 1) no acceptance for (dx(nr.of days)>25)
> >
> > 2) no acceptance for the macd on the williams, do I have to split
>it into two mov s?
> >
> > 3) didn't arrive at the exit, trailing stop problem so far, but I
>have the feeling there will be one.
> >
> > many thanks in advance for everyone who tries to help.
> >
> > happy trading
> >
> > jopr
>
>
>
>
>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/
>
>
>
>
>---------------------------------
>Gesendet von http://mail.yahoo.de.
>Das DiBa-Tagesgeldkonto: 3,5% Zinsen ab dem ersten Euro +
>Tankgutschein nur noch bis 31.03. Lassen Sie Ihr Geld arbeiten! Bei
>täglicher Verfügbarkeit und kostenloser Kontoführung.
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 13
>    Date: Mon, 31 Mar 2003 17:28:22 -0000
>    From: "naztrader5000" <naztrader5000@xxxxxxxxx>
>Subject: $3000.00 profit before lunch
>
>I'm making money like this every day, and it's easy. I use a trading
>system called BATS and it picks all winners. Email me at
>naztrader5000@xxxxxxxxx and I'll send you details. It's a pay
>service.....Naz
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/


------------------------ Yahoo! Groups Sponsor ---------------------~-->
FREE Cell Phones with up to $400 Cash Back!
http://us.click.yahoo.com/_bBUKB/vYxFAA/i5gGAA/BefplB/TM
---------------------------------------------------------------------~->

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/