당사 팬 페이지에 가입하십시오
Keltner Channel for traders or young developers by William210
This is a first for MetaTrader 5. Now you can click on the chart to create price alerts.
Bollinger Bands with controllable outer band smoothing (post smoothing)
Trend Dashboard Indicator MetaTrader 5 indicator — a multi-timeframe indicator that is based on three standard indicators: Stochastic oscillator, RSI (Relative Strength Index), and CCI (Commodity Channel Index). It displays current trend directions for M1, M5, M15, M30, H1, H4, D1, W1, and MN1 timeframes. When you follow such an indicator you have a clear picture of the trends across all important timeframes. It doesn't matter which timeframe you attach this indicator to. The indicator can be downloaded for MT4 and MT5.
Checks if either upper or lower Wick range of a candlestick is greater than Body range of a candlestick and plot a wingding
This code does not trace the iatr() because the iatr() or this code is a more modern version. This code uses original smoothing, a kind of SMA and not wilder smoothing. The analysis of the two smoothings can suggest opportunities elsewhere
Float MetaTrader indicator — a sophisticated indicator that analyzes the previous chart history for the given currency pair and then tries to analyze the trends in the current situation. It shows where trends start and end in a separate chart window and Fibonacci retracement levels combined with DiNapoli levels on the main chart. It also displays how long ago the local high and low were detected. This indicator is available for MT4 and MT5.
Gain/Loss Info MetaTrader indicator — displays the gains and losses for all candles where the given threshold is surpassed. The values are calculated in points and percentage. The indicator can calculate gain/loss in two modes: plain candlestick Close and Open difference, and as difference between current Close and previous Close. You can set minimum change limits (for pips and percentage), change modes, and you can also control font color of the output numbers. The indicator is available for both MT4 and MT5
Keltner Channel (MetaTrader indicator) — is a classical technical analysis indicator developed by Chester W. Keltner in 1960. The indicator is somewhat similar to the Bollinger Bands and Envelopes. It uses three plot lines: the middle line is the 10-day simple moving average applied to the typical price ((high + low + close) / 3), the upper and the lower bands are produced by adding and subtracting the moving average of the daily price range (High and Low difference) from the middle line. This way, a volatility-based channel is built. In this version of the indicator you can modify all the parameters of the MA. The indicator is available both for MT4 and MT5 versions of the platform.
Pinbar Detector is a MetaTrader indicator that tries to detect Pinbars (also known as "Pin-bar" or "Pin bar") and marks them by placing a "smiling face" symbol below the bullish Pinbars and above the bearish Pinbars. It is a pure price action indicator, which is not using any standard technical indicators in its code. The configuration of Pinbar detection can be done via the indicator's input parameters. Pinbar Detector can issue platform alerts and email alerts on detection. The indicator is available both for MT4 and MT5 versions of the trading platform.
Range Expansion Index (MetaTrader indicator) — is a relative oscillator indicator that measures the pace of the price changes and signals overbought/oversold states if the price demonstrates weakness or strength. It was developed by Tom DeMark and explained in his book The New Science of Technical Analysis. The value of the indicator changes from -100 to +100. The REI is an enhanced oscillator because it tries to remain calm during the range trading and indicates signals only when the significant peaks or bottoms are spotted. You can download this indicator both for MT4 and MT5.
Calculate a moving average in one function call. Code that can easily be transported between different projects.
The indicator plots two lines. The lower line is calculated based on the latest SMA period that caused a bounce up. The upper line is calculated based on the latest SMA period that caused a bounce down.
The T3 Indicator is an advanced moving average that combines six exponential moving averages to provide smoother price action with reduced lag compared to traditional moving averages.
표준편차 알고리즘을 기반으로 컬러 점을 사용하여 추세 강도 표시를 추가한 XMA_이시모쿠 인디케이터. 첨부된 링크의 원본 코드에는 플로팅 문제가 있었습니다.
캔들 필터 인디케이터는 특정 기준에 따라 차트에서 캔들을 필터링하고 강조 표시하도록 설계된 사용자 지정 가능한 도구입니다. 이를 통해 트레이더는 상승 캔들, 하락 캔들, 도지 캔들 또는 모든 캔들 등 관심 있는 캔들만 동시에 시각화할 수 있습니다. 또한 이 인디케이터는 캔들 색상과 차트 배경을 완전히 제어할 수 있어 명확하고 적응력 있는 시각적 경험을 제공합니다.
이 보조지표는 화면 중앙에 BMP 이미지를 차트에 표시하는 것이 유일한 목적인 메타트레이더 5용 사용자 지정 보조지표입니다. 용도는? 분석 및 시장 데이터에 영향을 주지 않고 정적 이미지(로고, 개인 브랜딩, 차트 메시지 또는 알림)를 거래 차트에 직접 표시하는 데 사용됩니다. 어떻게 작동하나요? MQL5Images 폴더에서 이미지(2.bmp)를 표시하기 위해 OBJ_BITMAP_LABEL 객체를 생성합니다. 자동으로 차트 중앙을 계산하여 이미지를 배치합니다. 창 크기를 조정해도 항상 중앙에 위치하도록 새 틱이 나올 때마다 이미지 위치를 업데이트합니다.
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.
A customized bid and ask line which is labelled and clear to help visualize the bid and ask prices
EquiPeak 드로다운 트래커는 트레이딩 계좌의 최대 드로다운을 실시간으로 모니터링하고 기록하도록 설계된 지표입니다. 현재 드로다운을 알려줄 뿐만 아니라 현재 드로다운을 예상하거나 이전에 기록했던 최대 과거 드로다운과 시각적으로 비교하는 데 특히 유용합니다.
Candle Range MetaTrader indicator — is a very simple and lightweight indicator that displays the candle's range in pips on mouseover. In addition, to the High/Low range, it can optionally display the body size (Open/Close) for candles. Multiple display parameters are available to control how the indicator looks. This indicator is available for both MT4 and MT5 versions of the trading platform.
This indicator allows you to define a checklist for you to manually check and confirm your strategy before entering into a trade.
A very simple, efficient and non-obtrusive clock for your Chart. KISS compliant! :)
This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.