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:
3707
Rating:
(11)
Published:
2018.04.18 17:09
CCI_Dots.mq5 (11.75 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The indicator adds signal marks to a price chart when the CCI indicator crosses its zero line. If CCI crosses the zero line upwards, a dot is added below the candlestick, if downwards the dot is above the candlestick.

The indicator has three input parameters:

  • CCI period - CCI indicator parameter;
  • CCI applied price - price used for CCI calculation;
  • MA period - period of the moving average for the calculation of the distance from the candlestick's High or Low to placing signal marks.

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

Trend Range Trend Range

An indicator of the market state.

GapFinder GapFinder

Gap searching indicator.

HL_MA_Band HL_MA_Band

A colored histogram drawn using the High/Low prices.

StochasticMomentum StochasticMomentum

A stochastic momentum.