Unisciti alla nostra fan page
- Visualizzazioni:
- 4160
- Valutazioni:
- Pubblicato:
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The ColorParabolic indicator with the timeframe selection option available in its input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
To provide correct operation of the indicator, add the compiled ColorParabolic.mq5 indicator file to terminal_data_folder\MQL5\Indicators.

Fig1. Indicator ColorParabolic_HTF
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/17894
StreamСCandles
The indicator colors candlesticks whose size multiplied by volume exceeds a preset value.
WATR_HTF_Signal
The WATR_HTF_Signal indicator shows a trend direction or a trade signal generated by the WATR indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.
Exp_ClosePositionsByTime
The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.
Exp_CloseAllPositionsByTime
The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.