TradingView
samuelhei
26. Mrz. 2015 14:43

Snake Oscillator 1.1 

Euro Fx/U.S. DollarFXCM

Beschreibung

This Oscillator helps to identify the ending of waves, good to get entries and exits. Now, with a tolerance line.
Kommentare
satyakiran
can you please help me understand how to use it ? Especially, what does the colors indicate ?
raghavgupta677
can you add the feature of histogram in plot background
greyghost7
like it.
sigmadict
Can you explain how it works please ? Thanks !
samuelhei
hp = h/h[len] // This provides the porcentage of change of ema(high, len) considered len periods back
lp = l/l[len] // same of hp, but with lows

avg = avg(hp,lp) // Average of porcentage of change of low and High

havg = ema(highest(avg,len),len) // Highest avg of change of len periods back amortized by ema
lavg = ema(lowest(avg,len),len) //Lowest avg of change of len periods back amortized by ema

--

Idea is check if the trend is making the same proportion of highs and lows in a trend move.
sigmadict
thank you for taking time to respond !
Rocketman
@samuelhei, Dag, I still don't understand. Is it the same thing as "Snake In Borders" on MT4 (A.k.a snake force)?
Mehr