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

MQL5 코드베이스에서 MetaTrader 5용 라이브러리를 무료로 다운로드하십시오. - 27

코드를 제출하세요

The PercentageCrossover indicator with the timeframe selection option available in the indicator input parameters.

The class monitors the emergence of a candlestick

A trading system based on the Omni_Trend indicator signals.

The indicator allows displaying on a chart eight Moving Averages with the same averaging methods and calculation prices, but with different periods.

An indicator based on Elder's "Safe Zone".

LRL

Linear regression line (LSMA) - a moving average calculated by the linear regression method.

An indicator of important extremums.

This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.

A trading system based on the KWAN_CCC indicator signals.

Indicator PCaudateXPeriodCandleRange with the timeframe selection option available in its input parameters.

CRF

Indicator CRF (Cumulative Rotation Factor) displays the states of the market: Uptrends/downtrends/consolidation.

The SilverTrend indicator with the ability to change the indicator timeframe using the input parameters.

Trend direction and force

Flat/trend indicator.

Extreme TMA Line indicator

Generalized double DEMA

ATRStops_v1 indicator in the candle form

Ehler's Center of Gravity indicator

Trend intensity index

Adaptive Moving Average - AMA - as described by Vitali Apirine

This is a working singleton code example. The sole purpose of this post is to provide a working code sample of a singleton object. A singleton object is created when there 'can be only one' of the object. This is accomplished by making an object's constructor private, and ensuring assignment and copy operations are also private. I was working on an EA and identified that an object should never have more than one copy. I don't expect the EA to ever get large enough for it to actually matter that a singleton is used, but I like the clarity in the code for the object's type. The code follows closely the tutorial at http://www.yolinux.com/TUTORIALS/C++Singleton.html.

Ichimoku beginner tutorial to learn how to code in MQL5

This Indicator creates automatically a Risk/Reward Box on you all opened chart base on High, Low price with the old candles. You can use it easily to drag and change size and price to your desire wanted.

로트 크기와 손절매에 따라 위험을 동적으로 계산하는 지표(백분율 및 금액)를 제공합니다.

Introducing MP by SPLpulse, a sophisticated and highly versatile Expert Advisor designed for the modern trader. Whether you are a scalper, a trend follower, or a reversal trader, MP by SPLpulse combines multiple trading strategies with an institutional-grade risk management suite to adapt to your unique trading style. Take control of your trading with unparalleled customization and powerful automation.

디마커 지표(DeM)는 기간 최대값과 이전 기간 최대값의 비교를 기반으로 합니다. 지표가 30 밑으로 하락하면 강세장으로의 전환이 기대됩니다. 지표가 70 위로 상승하면 약세장으로의 전환이 기대됩니다.

표시기는 반전 막대 다음 막대를 강조 표시합니다.

실제 가격이 아닌 시가, 고가, 저가, 종가에 적용된 적응 평균 수치를 기반으로 하는 하이켄 아시 지표입니다.

차트에 거래 내역을 표시합니다.

3 검은 까마귀/3 하얀 병사 + CCI에 기반한 매매 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.

스토캐스틱 지표에 의해 확인된 "해머/교수형" 캔들스틱 패턴에 기반한 거래 신호를 살펴봅니다. 이 전략에 기반한 Expert Advisor 코드는 MQL5 마법사를 사용하여 자동으로 생성될 수 있습니다.

DRAW_COLOR_LINE 그리기 스타일은 다른 색상으로 선을 그리는 데 사용되며 색은 색상 버퍼에 지정됩니다.

MACD에 겹쳐진 RSI 지표는 현재 가격의 차이를 매우 명확하게 보여줍니다.

이 인디케이터는 차트에 컬러 점으로 매매 신호를 주고 메시지를 표시합니다.

간단하지만 명확한 트렌드 지표입니다.

다양한 평균 알고리즘을 사용할 수 있는 4가지 색상의 오실레이터 이동 평균(OsMA) 히스토그램입니다.

미카헤킨 인디케이터는 인디케이터라기보다는 전체 분석 블록입니다. 막대의 색상에 따라 추세 방향이 결정되며, 막대의 높이에 따라 추세의 강도가 결정됩니다. 파란색과 분홍색 점은 각각 롱 포지션과 숏 포지션의 추적손절매 수준을 나타냅니다.

차트 해설에 있는 간단한 시계입니다.

Modification of Bollinger Bands ® trend indicator.

The simple script for deleting all graphical objects from a financial asset chart. It can be useful, in case the chart is overcrowded by objects that are not needed anymore.

1...202122232425262728293031323334...191