Watch how to download trading robots for free
Find us on Telegram!
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:
3786
Rating:
(18)
Published:
2016.09.19 12:52
Updated:
2023.03.29 13:47
\MQL5\Include\
XvaMA.mq5 (10.22 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Real author:

J.B

The vaMA moving average with the ability to change the averaging algorithm.

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".

This indicator was first implemented in MQL5 and published in Code Base on 22.04.2013.

Fig.1. The XvaMA indicator

Fig.1. The XvaMA indicator

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

OsHMA_HTF OsHMA_HTF

The OsHMA indicator with the timeframe selection option available in input parameters.

PriceChannel_Stop_Digit_HTF PriceChannel_Stop_Digit_HTF

The PriceChannel_Stop_Digit indicator with the timeframe selection option available in input parameters.

FloatPivot_HTF FloatPivot_HTF

The FloatPivot indicator with the timeframe selection option available in input parameters.

FloatPivot_Digit FloatPivot_Digit

The FloatPivot indicator with the color filling inside the channel, drawn as a cloud, with the display of the last values as price labels and the possibility to round the channel levels up to a required number of digits.