PureBytes Links
Trading Reference Links
|
<x-html>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<font color="#FF0000">This is going to be hard.</font><font color="#FF0000"></font>
<p><font color="#FF0000">How do you input the daily data, advancing
and declining issues?</font><font color="#FF0000"></font>
<p><font color="#FF0000">Or are we talking about using a vendor to supply
the data, which I do not use.</font><font color="#FF0000"></font>
<p><font color="#FF0000">Songyun</font>
<p>Glen Wallace wrote:
<blockquote TYPE=CITE>Songyun:
<p>This is how I set up the McClellan Oscillator:
<p>1. Create a composite security in DownLoader consisting of NYSE
<br> Advancing Issues minus NYSE Declining Issues.
Name the new
<br> security something like "Adv-Decl Issues."
<br>2. Open the Adv-Decl Issues chart in MetaStock.
<br>3. Create a new inner window.
<br>4. Create two custom indicators in MetaStock:
<br> a) First is the McClellan Oscillator:
<br> Mov(CLOSE,19,EXPONENTIAL)
-
<br> Mov(CLOSE,39,EXPONENTIAL)
<br> b) Second is the McClellan Summation
Index:
<br> Cum(Mov(CLOSE,19,EXPONENTIAL)
-
<br> Mov(CLOSE,39,EXPONENTIAL)
)
<br>5. Plot the McClellan Oscillator custom indicator in the main
chart
<br> window over top of the data plot and select
"Display New Scale
<br> on Right." This will eliminate the Adv-Decl
Issues' scale.
<br>6. Select the Adv-Decl Issues data plot by clicking on it, then
right
<br> click it and select "Adv-Decl Issues Properties"
and change the
<br> bar colours to the same colour as your background
to make it
<br> invisible. The raw data is needed for
indicators, but need not be
<br> displayed.
<br>7. Plot the McClellan Summation Index in the inner window.
<br>8. Add whatever base lines you want.
<p>Hope this helps.
<p>----- Original Message -----
<br>From: Songyun Fox
<br>To: metastock@xxxxxxxxxxxxx
<br>Sent: Thursday, July 27, 2000 5:43 AM
<br>Subject: Ref. mc Clellan Oscillator Indicator Set-Up
<p>Hello.
<br>Would someone please tell me step by step on
<br>how to set-up the Mc Clellan oscillator.
<br>Songyun</blockquote>
</html>
</x-html>
|