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
Indicators

XPeriodCandleSystem - indicator for MetaTrader 5

Views:
2977
Rating:
(9)
Published:
2018.07.13 15:23
Updated:
2023.03.29 13:48
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.

The indicator uses the SmoothAlgorithms.mqh library classes. Working with them was described in details in article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.

Fig 1. XPeriodCandleSystem

Fig 1. XPeriodCandleSystem

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

Bear_Bulls_Power_Candle Bear_Bulls_Power_Candle

A candlestick-based chart based on histograms Bear_Bulls_Power calculated on the Open, High, Low, and Close timeseries of the price chart.

ZPF ZPF

ZPF (Zero Point Force) - zero point force indicator. It displays the market climate.

Exp_NRTR_Duplex Exp_NRTR_Duplex

Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.

Bear_Bulls_Power_Period_Candle Bear_Bulls_Power_Period_Candle

Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.