EMA4

Exponential Moving Averages
Description
A ribbon of 4 exponential moving averages.
Category
Trend Indicators
Parameters
P1 ( Default: 5 Min: 1 Max: 300 )
P2 ( Default: 10 Min: 1 Max: 300 )
P3 ( Default: 20 Min: 1 Max: 300 )
P4 ( Default: 60 Min: 1 Max: 300 )
Chart Script

MA1:EMA(CLOSE,P1);
MA2:EMA(CLOSE,P2);
MA3:EMA(CLOSE,P3);
MA4:EMA(CLOSE,P4)