Watch how to download trading robots for free
Find us on Twitter!
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:
3163
Rating:
(16)
Published:
2018.01.22 09:56
\MQL5\Indicators\
Dtm_HTF.mq5 (21.69 KB) view
Dtm.mq5 (57.13 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The Dtm indicator with the possibility to change the indicator timeframe from input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)

The indicator requires the compiled Dtm.ex5 indicator file. Add it to <terminal_data_folder>\MQL5\Indicators.

Fig.1. The Dtm_HTF indicator

Fig.1. The Dtm_HTF indicator.

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

Exp_CMO_Duplex Exp_CMO_Duplex

Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor.

Exp_Daniella Exp_Daniella

A trading system based on the signals of the Daniella semaphore signal indicator.

N Candles v5 N Candles v5

The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.

BeerGodEA BeerGodEA

The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.