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:
3780
Rating:
(19)
Published:
2017.03.22 16:09
STD.mq5 (14.14 KB) view
STD_HTF.mq5 (17.08 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The STD indicator with the timeframe selection option available in input parameters:

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

To provide correct operation of the indicator, place the compiled STD.mq5 indicator file in terminal_data_folder\MQL5\Indicators.

Fig1. The STD_HTF indicator

Fig1. The STD_HTF indicator

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

KhaosAssault KhaosAssault

The price chart speed expressed in points, with the author markup of significant price change levels.

NRTR_extr_ZigZag_Price_HTF NRTR_extr_ZigZag_Price_HTF

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

XCCXCandleKeltner XCCXCandleKeltner

Keltner Channel built relative to the average value of the XCCX oscillator as a sequence of candlesticks

TypePendingOrderTriggered TypePendingOrderTriggered

An example of determining the moment when a pending order has triggered.