Zephyrnet Logo

Tag: Forex MT5 Indicators

iCCI iRSI MT5 Indicator

The EA trades on two custom indicators, CCI Color Levels and RSI Custom Smoothing

La entrada iCCI iRSI MT5 Indicator se publicó primero en ForexMT4Indicators.com.

Murrey Math Fix Period Lv MT5 Indicator

Indicator of Murrey levels in indicator buffers with the added visual text information on those levels, calculating the levels on a timeframe specified in the inputs. //+----------------------------------------------+ //| INDICATOR INPUT PARAMETERS | //+----------------------------------------------+ input ENUM_TIMEFRAMES Timeframe=PERIOD_D1; //Indicator timeframe for calculating the levels input int CalculationPeriod=64; //P calculation period input int StepBack=0; input int FontSize=8; //font size input type_font […]

La entrada Murrey Math Fix Period Lv MT5 Indicator se publicó primero en ForexMT4Indicators.com.

Murrey Math Lv MT5 Indicator

Indicator of Murrey levels in indicator buffers with the added visual text information on those levels.  

La entrada Murrey Math Lv MT5 Indicator se publicó primero en ForexMT4Indicators.com.

FitFul 13 MT5 Indicator

The EA calculates the main levels on timeframe W1. The levels are specified on timeframes TimeFrame 1 and TimeFrame 3. No more than three positions may be opened at the same time. Trading signals are only obtained and trailing only works when a new bar appears on the current timeframe.

La entrada FitFul 13 MT5 Indicator se publicó primero en ForexMT4Indicators.com.

Stalin Signal MT5 Indicator

Indicator Stalin_Signal displays information on the current trend, using the values of indicator Stalin_NRTR with a fixed timeframe NRTR line color is used as the signal source. Colored dots on lines appear when the bar of the corresponding timeframe changes.  

La entrada Stalin Signal MT5 Indicator se publicó primero en ForexMT4Indicators.com.

Stochastic Custom MT5 Indicator

When standard iStochastic is called from the EA, then two levels, 80.0 and 20.0 will ALWAYS be displayed for this indicator in the Visual Tester. It’s no good, if the EA uses other levels, such as 75.0 and 25.0. Therefore, the standard indicator was modified: Indicator Stochastic Custom has two new parameters: Sample indicator call from the […]

La entrada Stochastic Custom MT5 Indicator se publicó primero en ForexMT4Indicators.com.

iMA iSAR EA MT5 Indicator

The EA only operates when a new bar emerges. Trading signals are generated based on the values of three indicators iMA (Moving Average, MA), two indicators iRSI (Relative Strength Index, RSI), and the value of close (all balues are taken for bar #1). Block for decision making: if(ma_fast[1]>ma_normal[1] && ma_fast[1]>ma_slow[1] && sar_fast[1]<close[1] && sar_normal[1]<close[1]) […]

La entrada iMA iSAR EA MT5 Indicator se publicó primero en ForexMT4Indicators.com.

Latest Intelligence

spot_img
spot_img

PY Signal MT5 Indicator

TDI Indicator for MT5

PY HighLow MT5 Indicator