당사 팬 페이지에 가입하십시오
This indicator calculates the range difference between the 'MACD and Signal lines' and also the range distance between 'the last two MACD bar'.
This is an indicator to calculate 14 types of moving averages based on close price.
It will detect whether there's confluence between the current chart timeframe and two other timeframes.
Bollinger Bands with controllable outer band smoothing (pre smoothing)
Synchronized custom crosshair indicator showing price and (server/local) time.
A zigzag indicator that uses a single input to adjust the step size for detecting wave direction changes
심지(가는 선) 그리기: 각 캔들의 최저가부터 최고가까지 수직선을 그립니다(이를 "심지"라고 합니다). 캔들 몸통 그리기: 시초가부터 종가까지 직사각형을 그리되, 캔들이 강세 또는 약세인 경우 다른 색을 사용합니다. 색상 사용자 지정: 강세 및 약세 캔들과 심지에 사용되는 색을 쉽게 변경할 수 있습니다. 예를 들어, 사용하는 코드에서: 약세 캔들은 몸통이 적갈색(clrMaroon)이고 약세 캔들의 심지는 연보라색(clrOrchid)입니다. 어떤 경우에 유용할까요? 이 인디케이터는 다음과 같은 경우에 유용합니다. 차트에서 독특하고 명확한 시각 스타일을 갖고 싶다. 상승 캔들과 하락 캔들을 더 쉽게 구분한다. 가격 움직임을 더 시각적으로 분석하고 싶다.
This indicator is a utility that shows labelled trade levels on any chart. If you want to replace your native trade levels on a native chart, then turn off "Show trade levels" in your F8 Chart Properties and attach this indicator. If you want to show trade levels on a Custom Chart (where native trade levels cannot be shown), then simply attach this indicator. BaseSymbol - specify the Symbol from which the trade level data will be pulled--handy for unique Custom Symbols. TextBarsBack - specify the number of bars back in history from the current bar where the level labels will be drawn. Note: Although magic number is referenced in the code, it is not presently included in the trade lines. If you're running multiple EA's on the same Symbol, you can edit the code to show magic numbers and then run multiple instances of the indicator on one chart. You can also edit the font sizes and text spacing in the object properties as needed for different display resolutions.
Stochastic beginner tutorial to learn how to code in MQL5
This is an indicator with a rainbow-like display, both for trend or pullback prediction.
MovingAverages.mqh Part II A multi timeframe version is available with colors for orientation, for developers or profitable traders for free. Offer under conditions. Other multi timeframe indicators are also available.
A demonstration on how to modify objects in an indicator without having the source code
거래량 개선은 가격 차트에서 거래량의 움직임을 분석하기 위해 고안된 고급 지표입니다. 거래량 정보를 캔들 범위 및 이동평균과 같은 지표와 결합하여 매수/매도 고점, 이탈 및 약세 캔들과 같은 시장의 중요한 패턴을 식별합니다. 동적 시각적 인터페이스와 거래량 분류를 통해 거래량 흐름에 따라 정보에 입각한 결정을 내리고자 하는 트레이더에게 유용한 인사이트를 제공합니다.
The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.
Perfect Seconds chart indicator allows you to convert minute candles of live data into seconds. 1. Choose any number of seconds to close a bar with accurate time. 2. This is Live OHLC rates based data, It works even if ticks are not available. 3. No external DLL required, it works smoothly on VPS 4. Fast and optimized code 5. Supports Crypto Pairs such as BInance, Kucoin and all other exchanges where Futures live chart can be converted into seconds easily. 6. Support all type of symbols such as Gold and Forex pairs. 7. Options to delete symbol and rates.
This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.
The MT5 custom indicator, named "wd.Multi_LineMA.mq5," is designed to offer traders valuable insights into Moving Average values from a higher timeframe (MTF Multi TimeFrame). It encompasses additional visual features for in-depth analysis, such as the ability to view trails for a specified number of bars and a dynamic MA horizontal price line.
Indicator displays the value of defined stop loss and or take profit in the deposit currency. Note: It calculates an estimated value based on a simple calculation and does not take into account brokerage commissions.
Prototype for data collection. Dummy buffers for the data window (for data collection purposes) for the hour of the day, and an additional buffer for the hour of the day. Comments the hour of the day.
Dots (MetaTrader indicator) is based on the 2006 indicator by TrendLaboratory. It displays the current trend direction by placing the dots on the main chart. The blue dots signal bullish trend and the red dots signal bearish trend. Although the indicator doesn't rely on any standard MetaTrader indicators, it uses a call to iMA() (moving average) to get the price values depending on the input price type used (Close, Open, High, Low, Typical, etc.) The calculation is based on the cosine of the angle of price change. Trader can modify several input parameters. The indicator is available both for MT4 and MT5 versions of the platform.
카운트다운은 다음 캔들 또는 다음 장이 열릴 때까지 남은 시간을 명확하고 효율적으로 추적하려는 트레이더를 위해 설계된 고급 인디케이터입니다. 이 인디케이터는 세 가지 유연한 표시 모드(해설, 차트 테두리 또는 가격 옆)를 통해 트레이딩 요구에 맞게 사용자 지정할 수 있는 솔루션을 제공합니다.
All indicators required by BBMA Strategy in a single indicator.
Custom MACD for MetaTrader 5 enhances the classic MACD with real-time signal alerts sent to your phone. Detect trends and reversals with customizable parameters, intuitive visuals, and automated buy/sell notifications.
The DailyHighLow indicator is a versatile tool designed for MetaTrader 5 (MQL5) to display high and low price levels on a chart based on a specified timeframe. This indicator is particularly useful for traders who rely on key price levels for decision-making, offering flexibility through customizable timeframes and price calculation methods.