Quantcast
Channel: Traderji.com
Viewing all articles
Browse latest Browse all 10287

MA ribbon simple help to the coding gurus out here

$
0
0
Hey Guys,

Need some help with this code;-

/*Plot Ribbon */
Ribbon1=IIf( EMA( Close , 20 )>MA( Close , 50 ) ,colorGreen, IIf(MA( Close , 50 )>EMA( Close , 20 ), colorRed,colorYellow));
Plot(6, "Ribbon", Ribbon1, styleOwnScale| styleArea| styleNoLabel,-0.1,100);
_SECTION_END();

The change needed is ribbon should change colour when there is a cross over not > / < values.

Thanks In Advance:thumb::thumb:

ISA

Viewing all articles
Browse latest Browse all 10287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>