From:Peter <dan217 /at\ abacho.de>
To:equismetastock /at\ yahoogroups.com <equismetastock /at\ yahoogroups.com>
Date:Saturday, April 1, 2006, 6:18:09 PM
Subject: [EquisMetaStock Group] Guppy's MMA
Just what does Guppy's MMA find when running an exploration using it.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From:Ron Berlin <rsb_44 /at\ hotmail.com>
To:equismetastock /at\ yahoogroups.com <equismetastock /at\ yahoogroups.com>
Date:Sunday, April 2, 2006, 12:19:02 AM
Subject: [EquisMetaStock Group] Guppy's MMA
Depends what you have in the exploration. If you explore for convergences across all the GMMAs, it functions in much the same way as BB contractions.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From:Bruno Flor <brunorendeiroflor /at\ yahoo.com.br>
To:equismetastock /at\ yahoogroups.com <equismetastock /at\ yahoogroups.com>
Date:Sunday, April 2, 2006, 12:53:23 AM
Subject: [EquisMetaStock Group] Creating lines at a Indicator
I wonder if anyone can help me solve this problem:
I want to create a indicator that plots the closing of security. And then it should plot 2 lines.
The value of line A should be the value of the highest 40th closing in the last 200 bars.
And the value of line B should be the value of the lowerst 40th closing in the last 200 bars.
I'm not sure if I'm being clear, so let me show you an exemple using only 10 days:
Day Close
110
29
35
46
58
66
74
82
91
103
I want a line (line A) that the 20% highest closing will be above (or equal) it: in this case the value of the line would be 9.
Line B would be one that the 20% lowerst closing will be below (or equal) it: in this case: 2.
In this case using only 10 bars when a download bar number 11, the indicator would consider only the data for the last 10 bars (it would ignore bar number 1).
Sorry about my poor English, I hope you understand my problem.
Thanks in advance.
Bruno Flor.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
From:Jose Silva <josesilva22 /at\ yahoo.com>
To:equismetastock /at\ yahoogroups.com <equismetastock /at\ yahoogroups.com>
Date:Sunday, April 2, 2006, 8:34:46 AM
Subject: [EquisMetaStock Group] Re: Creating lines at a Indicator
Nth values in a series may involve loops, which are not available in MetaStock.For a possible solution, take a look at the "Nth Hi/Lo" athttp://www.metastocktools.com/MetaStock/NthHiLo.txt
Or perhaps this approach may be suitable: