{ Downloaded From https://www.WiseStockTrader.com } {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" )