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

MQL4 MetaTrader 4의 소스 코드 라이브러리 - 6

icon

최대 규모의 라이브러리에는 무료 버전의 거래 Expert Advisor 코드, 기술 지표 및 스크립트가 포함되어 있습니다. 사용 가능한 애플리케이션을 사용하면 자동 모드에서 거래하고 가격 역학을 분석할 수 있습니다. 금융시장의 감성에 대해 더 많이 배우려면 코드 라이브러리를 이용하십시오.

무료 응용 프로그램을 다운로드하여 테스트한 후 MetaTrader 4에서 실행합니다. MetaTrader 4 플랫폼과 MetaEditor 개발 환경에서 액세스할 수 있습니다.

코드를 제출하세요

엘리게이터 기술 지표는 프랙탈 기하학과 비선형 역학을 사용하는 밸런스 라인들의 조합입니다.

누적/분배(Accumulation/Distribution) 지표는 가격과 볼륨(거래량)의 변화에 따라 결정됩니다.

지그재그 인디케이터는 차트의 극점과 이 점들 사이의 거리를 추적하고 연결합니다.

스토캐스틱 오실레이터 지표는 주어진 기간 동안의 해당 가격 범위와 비교한 유가 증권의 종가의 위치를 비교합니다.

파라볼릭 SAR(Parabolic SAR) 지표는 시장 추세의 분석을 위해 개발되었습니다.

이동 평균 오실레이터(Moving Average of Oscillator (OsMA))는 오실레이터와 오실레이터의 평활 값의 차이입니다.

모멘텀 기술 지표는 특정 기간 동안 상품의 가격 변동을 측정합니다.

MACD(Moving Average Convergence/Divergence)는 추세 추종의 동적 지표입니다.

이치모쿠 킨코 효 지표는 시장 추세, 지지 및 저항 수준을 나타내고 매수 및 매도 신호를 생성하기 위해 사용됩니다.

상품 채널 지수(CCI)는 평균 통계 가격에서 상품 가격의 편차를 측정합니다.

This is an EA to generate signals based on RSI signal crossing the upper level or lower level.

This code can be used to find highest high and lowest low of a chart for a given period.

This indicator plots multiple signals based on MACD main and signal lines.

This code identifies highest high and lowest low in the neighbourhood.

This indicator compares the main and signals line of the stochastic indicator and marks the sam eon the respective bars on chart.

This code can be used to create rectangles on chart.

This EA demonstrates how to implement martingale based on signals from any indicator.

This is an EA based on Bollinger band crossover with prices.

This is an EA using RVI crossover.

This EA demonstrates placing orders, modify orders and then closing orders after a fixed interval.

This EA places buy trades based on trend of last 5 candles.

This code can be used to read csv files and separate string based on a separator token.

This is a RVI crossover indicator.

This is a WPR crossover indicator based signal generating indicator.

This is a ADX crossover based Indicator.

This code can be used to take screenshot from code itself at any particular desired time.

This is a multi timeframe dashboard scanner for RSI and Stochastic.

This EA is based on upper and lower Bollinger bands.

This is an indicator based on tolerance for highs of two candles.

This is an Indicator based on MA crossover.

가속/감속(Acceleration/Deceleration Indicator (AC)) 지표는 현재의 시장을 주도하는 힘의 가속과 감속을 측정합니다.

NRMA는 Konstantin Kopyrkin의 유명한 지표입니다.

Zigzag2_R_은 하나의 막대에 두 개의 극한값을 그리는 옵션이 추가된 지그재그 지표의 변형입니다.

차이킨 오실레이터 (CHO) Eric의 저서에 기반 L. Nyman Malaya entsiklopedia treidera (트레이더의 작은 백과사전)

잘 알려진 Nick Rypock Trailing Reverse 지표의 변형입니다.

이 지표에는 삼중 지수 평활이 사용됩니다.

객체 작업의 예: 개체 만들기, 속성 변경, 차트 다시 그리기.

Stdlib - 라이브러리 예

RSI 지표의 값을 CSV 파일에 기록하는 스크립트의 예입니다.

지그재그 브레이크를 결합하는 모든 섹션을 측정하며 결과 값은 포인트로 제공됩니다.

12345678910111213...101