거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
귀하의 MetaTrader 5 터미널에서 CodeBase에 액세스 해보세요
올바른 코드를 찾을 수 없습니까? 프리랜싱 섹션에서 주문하십시오
Expert Advisor 또는 지표 작성 방법

사용자 등급 기준 MetaTrader 5용 최고의 지표 - 2

코드를 제출하세요

Historical Strong S/Rs Levels

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)

Engulfing Bar Occurs below Ema moving Average that is rising - Buy Trade -

심지(가는 선) 그리기: 각 캔들의 최저가부터 최고가까지 수직선을 그립니다(이를 "심지"라고 합니다). 캔들 몸통 그리기: 시초가부터 종가까지 직사각형을 그리되, 캔들이 강세 또는 약세인 경우 다른 색을 사용합니다. 색상 사용자 지정: 강세 및 약세 캔들과 심지에 사용되는 색을 쉽게 변경할 수 있습니다. 예를 들어, 사용하는 코드에서: 약세 캔들은 몸통이 적갈색(clrMaroon)이고 약세 캔들의 심지는 연보라색(clrOrchid)입니다. 어떤 경우에 유용할까요? 이 인디케이터는 다음과 같은 경우에 유용합니다. 차트에서 독특하고 명확한 시각 스타일을 갖고 싶다. 상승 캔들과 하락 캔들을 더 쉽게 구분한다. 가격 움직임을 더 시각적으로 분석하고 싶다.

데일리하이로우 인디케이터는 지정된 기간을 기준으로 차트에 고가 및 저가 수준을 표시하도록 설계된 메타트레이더 5(MQL5)용 다용도 도구입니다. 이 지표는 사용자 지정 가능한 기간과 가격 계산 방법을 통해 유연성을 제공하므로 의사 결정을 위해 주요 가격 수준에 의존하는 트레이더에게 특히 유용합니다.

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.

Combines a Moving Average with ATR-based upper and lower bands to act as a trend filter and volatility channel.

This is the exact conversion from pine script source code Supertrend by KivancOzbilgic

Alligator beginner tutorial to learn how to code in MQL5

This is an indicator with a rainbow-like display, both for trend or pullback prediction.

MQL5 version of harmonic moving average

거래량 오실레이터는 가격 추세의 강약을 예측하는 유용한 기술적 분석 지표입니다.

변동성 스톱 - 변동성별 스톱 레벨 표시기

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

"거짓 돌파.mq5" 인디케이터는 지지와 저항의 거짓 돌파를 기준으로 매수 및 매도 지점을 시각적으로 식별하고 표시하는 MetaTrader 5용 도구입니다. 버퍼를 사용하여 매수(파란색) 및 매도(빨간색) 화살표, 지지선(파란색) 및 저항선(빨간색), 시장 고점 및 저점을 나타내는 추가 화살표를 표시합니다. 인디케이터의 주요 로직은 캔들의 고가와 저가를 기준으로 고점과 저점을 감지하고 지지와 저항 수준을 동적으로 업데이트하는 것으로 구성됩니다. 가격이 지지선 또는 저항선을 돌파했다가 되돌아오면 지표는 각각 매수 또는 매도 신호를 생성합니다. 잘못된 돌파를 기반으로 전략을 운영하는 트레이더에게 유용한 도구입니다.

여러 날에 걸쳐 평균화할 수 있는 동적 VWAP 수준

The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.

Horizontal Grid Controller with KeyEvents

찬데 크롤 스톱 인디케이터 - 숏 및 롱 포지션의 스톱 레벨입니다.

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.

인디케이터는 차트에 임의의 두 번째 시간대를 그립니다.

가격 변동률(ROC)에 기반한 확실한 것(KST) 오실레이터 지표 알기

에르고딕 오실레이터 스토캐스틱 모멘텀 지수(SMI)

Standard Bollinger Bands indicator with averaging features added

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.

higher confidence to get into trade

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.

MACD 컬러 히스토그램은 기존 MACD(이동평균수렴발산) 지표의 향상된 버전으로, 시장 모멘텀을 보다 명확하고 직관적으로 시각적으로 분석할 수 있도록 설계되었습니다. 이 인디케이터는 기존 MACD 기능과 MACD 선과 신호선 사이의 관계에 따라 색상이 변하는 동적 히스토그램을 결합하여 트레이더가 시장의 추세, 반전 지점, 결정적 순간을 빠르게 파악할 수 있도록 합니다.

단일 입력을 사용하여 파도 방향 변화를 감지하기 위한 단계 크기를 조정하는 지그재그 표시기

이 MQL5 사용자 지정 보조지표는 가격 움직임과 어썸 오실레이터(AO) 사이의 차이를 감지하여 잠재적인 시장 반전 또는 지속을 알려줍니다. 차트에 매수/매도 화살표를 표시하고, AO를 히스토그램으로 표시하며, 추세선을 그려 차이를 강조합니다.

차트 시간에 따라 그날의 추세를 표시하는 인디케이터입니다. 화면에서 텍스트의 색상과 위치를 사용자 지정할 수 있습니다.

카운트다운은 다음 캔들 또는 다음 장이 열릴 때까지 남은 시간을 명확하고 효율적으로 추적하려는 트레이더를 위해 설계된 고급 인디케이터입니다. 이 인디케이터는 세 가지 유연한 표시 모드(해설, 차트 테두리 또는 가격 옆)를 통해 트레이딩 요구에 맞게 사용자 지정할 수 있는 솔루션을 제공합니다.

The indicator displaying multi level of ATR Channel.

This is a Moving Average indicator based on Heiken-Ashi candles instead of raw market price.

Super pass-band filter as described by John Ehlers

123456789...137