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

HL_MA_Band - indicator for MetaTrader 5

Views:
3486
Rating:
(10)
Published:
2018.06.06 12:35
HL_MA_Band.mq5 (11.91 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator is a variation of Bollinger Bands and Envelopes, based on two moving averages calculated by the Linear Regression method (LSMA Linear regression MA).

It has one input parameter:

  • Period - LSMA calculation period.

A smoothed version of the indicator: SHL_MA_Band.

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

LR_MACD LR_MACD

MACD based on the Linear regression MA.

ProfLine ProfLine

The script draws horizontal lines representing BUY (blue) and SELL (red) orders.

SHL_MA_Band SHL_MA_Band

A trend indicator: Smoothed High/Low Linear regression band.

Cumulative_Volume Cumulative_Volume

A volume indicator with different types of data representation.