Join our fan page
- Views:
- 2564
- Rating:
- Published:
- 2018.07.09 11:14
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator WAMI allowing changing the timeframe of the indicator in its input parameters, the space between the oscillator and its signal line being filled in color, according to the trend direction
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, indicator WAMI.ex5 must be in the <terminal_data_directory>\MQL5\Indicators folder.
Fig 1. Indicator WAMI_HTF
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21015

Expert Advisor Exp_BlauTVI_Tm based on the signals of trend-following indicator BlauTVI

A trading system using oscillator BlauErgodicMDI with the option of strictly setting a trading time interval

Indicator UltraAbsolutelyNoLagLwma with the timeframe selection option available in the input parameters

Indicator WATR implemented as a sequence of candlesticks.