Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
9430
Rating:
(16)
Published:
2018.10.25 18:35
OBOS.mq5 (16.02 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Overbought/Oversold oscillator displays the market movement direction color histogram in a separate window.

The indicator has three input parameters:

  • Period - calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

Up = EMA(EMA((WP-EMA(WP)) / StdDev(WP))) Down = EMA(Up, Period)

where:

EMA - EMA(PRICE_WEIGHTED, Period) StdDev - StdDev(PRICE_WEIGHTED, Period) WP - weighted price (High+Low+Close+Close)/4

The upward movement is displayed by the green histogram
The downward movement is displayed by the red histogram
Uncertain movement is displayed by the gray histogram


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22186

CCI_OBOS_Crossover CCI_OBOS_Crossover

CCI OBOS Crossover indicator

DNC DNC

DNC indicator

Auto_Envelope Auto_Envelope

Auto Envelope indicator

Aroon_Filter Aroon_Filter

Aroon Filter indicator