Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Alligator System Modifications for Metastock
Alligator System Modifications
from Murray Richards . . .
Similar Indicators / Formulas
Indicator / Formula
{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 template0 comments
Leave Comment
Please login here to leave a comment.
Back