Unisciti alla nostra fan page
- Visualizzazioni:
- 4556
- Valutazioni:
- Pubblicato:
- 2018.04.18 17:20
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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:
The indicator has two input parameters:
- Period - MA calculation period;
- Method - MA calculation method.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/20213

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.

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

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

A Moving Average based on Heiken Ashi candlesticks.