당사 팬 페이지에 가입하십시오
This indicator shows changes in the direction of a moving average. It works like looking with a microscope at a moving average curve.
The On Balance True Range Indicator is essentially based on the On Balance Volume indicator but uses the Average True Range Period 1 instead of Volume.
This indicator computes the median of odd span. It is often considered as one of the most robust smoothing operator in the presence of outlier values, and particularly more robust than the mean.
EURX=34.38805726 x [(EURUSD x 0.3155) + (EURGBP x 0.3056) + (EURJPY x 0.1891) + (EURCHF x 0.1113) + (EURSEK x 0.0785)]
Draws either MACD, Stochastic, RSI or CCI of 3 timeframes in a separate window.
Continuously records tick data in format "DateTime, Bid, Ask, Volume" even after restart.
The code consists of lines created according to the opening, closing, low and high values of prices.
I recently needed an indicator that, once placed in a window, is able to change the Time Frame of all open windows. In addition, I wanted this indicator to be able to react to Metatrader's Time Frame selection bar. Despite my various searches, I couldn't find anything suitable. So I decided to develop my own indicator. I propose it to you here.
Moving Average Candlesticks MetaTrader indicator — is a chart visualization of a standard moving average using the candlestick bars. It draws the candlesticks based on the moving average values calculated for Close, Open, Low, and High. It allows seeing a compact snapshot of the more detailed market information compared with the classic MA indicator. It works with any currency pair, timeframe, and MA mode. The indicator is available for MT4 and MT5.
QQE MetaTrader indicator — or Quantitative Qualitative Estimation, is based on a rather complex calculation of the smoothed RSI indicators. As a result, you get two lines in a separate indicator window — the fast one and the slow one. There is also an important indicator level (50), which is used in signals. You can enable text, sound, and e-mail alerts for this indicator. This QQE implementation supports multi-timeframe analysis with upper timeframe display. The indicator is available for MT4, MT5
It is not recommended to open a position when the histogram is red. If all indicators give entry signals, the final check is done according to this indicator. The histogram must be green.
My version of Squeeze Indicator for MetaTrader 4. This indicator is based on a strategy mentioned in John Carter's book, Mastering the Trade. It is also a fully improvised version of Squeeze_Break indicator by Des O'Regan.
The indicator is similar to ASCTrend, in my opinion it is even better. Works by the system: High - Low.
An indicator of support and resistance levels. The levels themselves are not calculated, as for example the pivot ones, but they are read from the text file of a specific format.
This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121.
This indicator combines two groups of six exponential moving averages of different periods to elucidate the direction and the strength of the short-term and long-term trend.
The RSI indicator implemented as a histogram with a designation of the overbought and oversold levels.
The spread_on_chart indicator shows the current values of spread, stop and freeze levels.
BBMACD_v2 is the Bollinger Bands® and MACD indicator in the same place at separate window version 2.
This is an indicator on Daily Pivot Points and Support and Resistance levels.
Here, the focus is on the middle part of the price series. In fact, they are double-smoothed simple moving averages. The simple Moving Averages' length depends on evenness or oddness of the chosen number of periods.
Indicator Impulse CD (Color) is a sequel of impulse approach. By users' requests, colors and signal line are added.