私たちのファンページに参加してください
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.
サポート/レジスタンスレベルを表示するインディケータです。ピボットポイントのようにサポート/レジスタンスレベルが計算されませんが、一定の形式を持ったテキストファイルから読み込まれます。
This is the updated version of the indicator i uploaded previously at http://codebase.mql4.com/7121.
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.
ほぼ同じ量を持つバーが生成されます。mode引数には計算期間の値を指定します。0は週間を表し、1は月を意味し、2は四半期となり、3は年のことを表します。TM引数には時間軸を指定します(非標準的な時間軸でもいい)。標準的な時間軸なら、1分足、5分足や15分足などです。
Shows the Max and Min levels of the previos day and today's open price. Change the "up" and "dn" parameters to see the day candle.