Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Alligator System Modifications for Metastock
free88x
about 14 years ago
Metastock

Rating:
5 / 5 (Votes 1)
Tags:
metastock, alligator

Alligator System Modifications

from Murray Richards . . .

Similar Indicators / Formulas

Alligator Indicators
Submitted by free88x about 14 years ago
Price Action Indicator (PAIN)
Submitted by star123 over 13 years ago
O.B.V. Good example of if() func
Submitted by karim.chakib over 10 years ago
Cycle Indicator by Bill Irwin
Submitted by roszyk about 13 years ago
Flat Market Indicator (FMI)
Submitted by chsmcp about 11 years ago
Adaptive Wilders Smoothing
Submitted by aashish51 about 12 years ago

Indicator / Formula

Copy & Paste Friendly
{Alligator System Modifications

from Murray Richards . . .

Drag this to the chart and change it to a histogram and plot green}

{AO oscillator Green}
If( Mov(( H+L)/2, 5, S)- Mov(( H+L)/2, 34, S),
>,Ref(Mov( ( H+L)/2, 5, S)- Mov(( H+L)/2, 34, S),-1),( Mov(( H+L)/2, 5, S)-
Mov(( H+L)/2, 34, S )),0)

{Put in the same window and plot it red as a histogram}

{A Oscillator red}
If( Mov( ( H+L)/2, 5, S)- Mov( ( H+L)/2, 34, S),
<,Ref(Mov( ( H+L)/2, 5, S)- Mov( ( H+L)/2, 34, S),-1), Mov( ( H+L)/2, 5,
S)- Mov( ( H+L)/2, 34, S),0)

{Acc}
Mov(( H+L)/2, 5, S)- Mov(( H+L)/2, 34, S)-
Mov(Mov(( H+L)/2, 5, S)- Mov(( H+L)/2, 34, S) , 5, S)

{Put in its on window as a histogram and plot red}

{AC Red}
If( Fml( "Acc" )<Ref( Fml( "Acc" ),-1) ,Fml( "Acc" ),0 )

{Put in the same window and plot green}

{AC green}
If( Fml( "Acc" )<Ref( Fml( "Acc" ),-1) ,Fml( "Acc" ),0 )

{Start a new expert and chose highlights color red}

Fml( "AC RED" )AND Fml( "A Oscillator red" )

{Color green}
Fml( "AC Green" ) AND Fml( "A Oscillator Green " )

Save as a template

0 comments

Leave Comment

Please login here to leave a comment.

Back