afrofere.blogg.se

Htf Digiter 1.0
Htf Digiter 1.0









Htf Digiter 1.0

+100 and influences the quality of the transient process - wave smoothing input Smooth_Method bMA_Method=MODE_JJMA // Averaging method input int bLength= 5 // Smoothing depth input int bPhase= 100 // Smoothing parameter // for JJMA it varies within the range -100. - ADX parameters input int ADXPeriod= 14 Input ENUM_APPLIED_PRICE RSIPrice= PRICE_CLOSE - RSI parameters input int RSIPeriod= 14 Input ENUM_APPLIED_PRICE MOMPrice= PRICE_CLOSE - Momentum parameters input int MOMPeriod= 14 Input ENUM_APPLIED_PRICE CCIPrice= PRICE_MEDIAN

Htf Digiter 1.0

- CCI parameters input int CCIPeriod= 14 Input ENUM_APPLIED_PRICE OsMAPrice= PRICE_CLOSE - OsMA parameters input int FastPeriod = 12 Input ENUM_APPLIED_PRICE PriceMACD= PRICE_CLOSE - MACD parameters input int FastMACD = 12 Input ENUM_APPLIED_PRICE MAPrice= PRICE_CLOSE - Moving Average parameters input int MAPeriod= 13 If zero, the indicator doesn't take part in the wave calculation input double WeightMA = 1.0 The BinaryWaveSign input parameters: input string Symbol_= "" // Financial asset input ENUM_TIMEFRAMES Timeframe= PERIOD_H6 // Timeframe for indicator calculation //- indicators weight.Its color and direction correspond to the trade direction.Īll input parameters can be divided into three large groups: If the trend has changed at the selected bar, the indicator displays a diagonal arrow. Its color corresponds to the trend direction. If the trend continues at the selected bar, the indicator displays a right arrow.

Htf Digiter 1.0

It also triggers alerts and plays audio signals. The BinaryWave_HTF_Signal indicator shows a trend direction or a signal generated by the BinaryWaveSign indicator at the chosen bar as a graphical object with colored indication of trend or trade direction.











Htf Digiter 1.0