Watch how to download trading robots for free
Find us on Facebook!
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:
3917
Rating:
(14)
Published:
2018.04.18 17:20
DPO_Bar.mq5 (12.7 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Detrended Price Oscillator Bar - this oscillator indicator eliminates the trend component of the price movement chart. This simplifies the process of determining price fluctuation cycles and overbought/oversold levels.

Long cycles consist of several short cycles. Analysis of such short elements helps to determine the critical moments of the cycle. The indicator allows eliminating the influence of the price on visibility of long-term cycles.

Calculation formula:

DPO = Price - SMA (Price, N)

The indicator has two input parameters:

  • Period - MA calculation period;
  • Method - MA calculation method.

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

SV v.4.2.5 SV v.4.2.5

The Expert Advisor opens no more than one position per day. Positions are opened at the specified time. It searches for the Highest and Lowest price in an interval. Data of two iMA (Moving Average, MA) indicators are used.

Days of the week color Days of the week color

A colored histogram of the days of the week. Uses the drawing style DRAW_COLOR_HISTOGRAM.

BW_Zone_Trading BW_Zone_Trading

Modified BW Zone Trading - a modified indicator of Bill Williams' zone trading.

HA EMA3 Indicator HA EMA3 Indicator

A Moving Average based on Heiken Ashi candlesticks.