Shows maximum, minimum and average volatility for last X bars in separate indicator window.
Input parameters:
Number of bars to count
Read the rest of this entry »
No Comments »
289 views, tags: ma, moving average
Tim Morris MA.
Created by Tim Morris in 29th May 2004 (version 2).
Converted for MT4 by Nikolay Kositsin in 2005.
Authors\’ comments:
\”use short duration bars e.g.
5min set length to give required speed of response
increase damping to eliminate overshooting
Lower length will require Higher damping\”.
Settings:
Length = 10;//inverse of driving coefficient
damping = 5;//smoothing (percent)
maxgap = 30;//maximum week gap ignored (pips)
Shift = 0;
CountBars = 300;//drawn per call – tune this to avoid
Read the rest of this entry »
No Comments »
Plots arrows where EMAs crossing over, that provides better visual perception. Indicator himself do not draw MA lines.
Input parameters:
FasterEMA
SlowerEMA
Read the rest of this entry »
No Comments »
1,559 views, tags: color, ma, moving average
Standard simple MA but with different colors when direction is changed.
Input parameters are:
MA Period
MA Type
where
type 1 – EMA
type 2 – SMMA
type 3 – LWMA
type 4 – LSMA
other – SMA
Read the rest of this entry »
No Comments »
568 views, tags: color, macd, signal
2 colored MACD with signal line. Colors shows where histogram is now, they are:
- histogram going DOWN
- histogram going UP
Read the rest of this entry »
No Comments »