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

Dominant_Color - indicator for MetaTrader 5

Views:
3653
Rating:
(10)
Published:
2018.06.06 14:03
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

This trend oscillator displays the dominant direction of Close prices of candlesticks over the specified period.

It has two parameters:

  • Period - period;
  • Method - calculation method.

Calculation:

DC = MA(Diff)

where

Diff = Close - Open

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

TriMA TriMA

Triangular Moving Average.

Trailing_Stop_Level Trailing_Stop_Level

An indicator of StopLoss levels.

ILRS_MA ILRS_MA

Integral of Linear Regression Slope (ILRS MA).

Donchain counter Donchain counter

A trading system based on the Donchian Channel indicator.