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:
5715
Rating:
(20)
Published:
2017.05.29 15:52
Updated:
2023.03.29 13:47
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Two Keltner channels based on one moving average, drawn as a colored cloud, with the display of the last values as price labels.

The indicator uses SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The use of the classes was thoroughly described in the article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.

Fig1. The XMA_KLx5_Cloud indicator

Fig1. The XMA_KLx5_Cloud indicator

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

XMA_BB_Pivot_HTF XMA_BB_Pivot_HTF

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two Bollinger channels on one bar of any timeframe of the XMA_BBx5_Cloud indicator.

Statistics Statistics

Analyzes bars whose opening time (hour and minute) is equal to the current bar opening time.

XMA_Keltner_Pivot_HTF XMA_Keltner_Pivot_HTF

Two colored filled rectangles with the display of channel levels. The rectangles are drawn between the values ​​of two Keltner channels on one bar of any timeframe of the XMA_KLx5_Cloud indicator.

Move Trend line Move Trend line

The script finds on the chart all OBJ_TREND (trendline) objects and moves the line to the specified date with the specified price shift.