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

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

icon

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

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

코드를 제출하세요

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

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 파일에 기록하는 스크립트의 예입니다.

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

상대 강도 지수(Relative Strength Index (RSI) 기술적 지표

자본 감소도 계산됩니다.

변동성은 표준 편차입니다.

시장 프로필에 기반한 주식 지표의 예

이동 평균 지표는 특정 기간 동안의 상품 가격의 평균적인 값을 보여줍니다.

라이브러리는 데이터 배열에서 최대, 최소, 보편적 평균, 표준 편차, 왜곡, 첨도 및 Z-점수의 계산을 구성하는 데 도움이 됩니다.

12345678910111213141516...104