Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4411
- Rating:
- Published:
- 2018.06.06 13:31
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
A simple indicator, which marks candlesticks with the maximum and minimum volume over a given period on a price chart.
It has one input parameter:
- Period - indicator calculation period.
A candlestick having the maximum volume for a given period, is marked with a signal dot above the candlestick, the one having the minimum volume is marked with a dot below.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20364

A signal indicator based on the Moving Average

Signals are generated by the iBands, Bollinger Bands indicator. When a signal is received, opposite positions are closed.

A moving average by Tim Tillson

An indicator of volumes relative to the positive/negative price increment