Oscillators

 

Does anyone have a large collection of oscillators (works best in a trading range) that he/she put together? Maybe we could start a thread where all oscillators are gathered.

And let's go a little beyound RSI and Stochastic

 

It is good decision to start the thread about it.

Just come connections:

https://www.mql5.com/en/forum/177239

https://www.mql5.com/en/forum/177239/page8

https://www.mql5.com/en/forum/178733

https://www.mql5.com/en/forum/177358

https://www.mql5.com/en/forum/178018

https://www.mql5.com/en/forum/173022

But it is very good to start the thread about all Oscillators in general.

 

the most basic oscillator

Ok, maybe the most simple oscillator would be the price (close) - the moving average (close) over N periods.

Because if fx rates really do move around their averages, this could be a simple indication of extreme moves: if you made a probability distribution of this oscillator you could also put an exact % of chance of such a move (vis a vis its moving average).

Is this indicator available?

 

actually this (price - MA oscillator) would be a real simple kind of detrending

It would be a lot like MAdistance.mq4 , but as an oscillator, and not just as text on the chart.

By editing the line

extern int MA.Method = MODE_EMA; to

extern int MA.Method = MODE_SMA; You get the difference between the price and the SMA.

The required indi is similar to the DPO, but still it's not the same because when you compare the value of the DPO with the difference between the price bars and the MA, you get a different value (for the same settings of MA offcourse)

 
 
 

Multi_Oscillator by cja is on this thread: https://www.mql5.com/en/forum/179078

 

hi

MrM:
Does anyone have a large collection of oscillators (works best in a trading range) that he/she put together? Maybe we could start a thread where all oscillators are gathered. And let's go a little beyound RSI and Stochastic

maybe you can try this stoc RSI indicator

===================

Forex Indicators Collection

Files:
stocrsi_2.mq4  4 kb
 

Hi, somebody have the maDistance in a mtf version?

 
Kelch Monteiro:
Hi, somebody have the maDistance in a mtf version?

Is this the version of maDistance your looking for mtf on? https://www.mql5.com/en/forum/general

 

mrtools, hi!

no, isn't. I need in mtf. :/

if plotted in lines would be perfect.

I have this one, but isn't mtf.

madistance.mq4

Files:
Reason: