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

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

icon

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

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

코드를 제출하세요

Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.

This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.

Just simple codes to Disable/Enable Auto/Algo-Trading in both MT5 and MT4. Of course, DLLs must be allowed, This cannot be done without DLLs

Export the history of transactions on the MT4 trading account.

ADXm experiment (metatrader 4 versions)

Adviser-Utility for copying transactions from one MT5 account or MT4 account to another MT4 account.

Adds the ability to automatically export the transaction history after running the Expert in the strategy Tester.

Chaikin Oscillator with smoothing option.

Simple Slope Oscillator Normalized with symbol overlay for MT4

Recursive Moving Average calls itself a number of times in order to reach the appropriate smoothing. For instance DEMA,TEMA and Rainbow indicators are recursive exponential moving averages. The goal is to remove the loop limit while still running fast. In addition a trigger line provides the trading signal.

Not sure if anyone need this. Just showing the angle of the MA of current and adjacent candle.

Adaptive momentum oscillator idea from David Varadi.

Just a Basic Functions For BreakEven.

A second version of GARCH volatility indicator of https://www.mql5.com/en/code/11776.

Due to recent popularity of Multi currencies EA, This codes allows to Close Orders or delete Pending orders of a Multi Currencies EA, Single Currency EA or Manual orders.

ALGLIB 수학 함수 라이브러리(v. 3.5.0) MQL4용 .

DailyPivot_Shift 지표를 사용하여 주요 수준을 쉬프트된 하루의 개장을 기반으로 계산할 수 있습니다.

파일 연산 기능은 kernel32.dll의 시스템 라이브러리에서 사용됩니다. 이 라이브러리를 EA로 가져옵니다. 코드가 첨부되어 있습니다.

최적화 결과를 계산하기 위한 함수 집합.

DailyPivot Points 지표는 일반적으로 시장 후행적인 다른 도구들과 달리 미래 시장의 움직임에 대한 예측을 얻는 데 도움이 됩니다.

MetaEditor 기사에서 좀더 최적화한 EA 템플릿: Templates as a Spot to Stand On

지표는 다른 시간대의 현재 시간을 차트에 표시합니다.

DailyPivot Points 지표는 일반적으로 후행성의 다른 도구와 달리 미래 시장의 움직임에 대한 아이디어를 얻는 데 도움이 됩니다.

상대 활력 지수 지표(RVI)의 요점은 강세장에서 종가가 일반적으로 시가보다 높다는 것입니다.

자금 흐름 지수(Money Flow Index)(MFI)는 주식에 돈을 투자하고 인출하는 비율을 나타내는 지표입니다.

표준편차(StdDev)는 시장의 변동성을 측정합니다.

이 지수는 지수가 증가할 때마다 Bulls Power를 측정하고 감소할 때마다 Bulls Power를 측정합니다.

Developed by John Ehlers, the RSI-based inverse Fisher Transform is used to help clearly define trigger points. The normal RSI indicator is calculated and adjusted so that the values are centered around zero. The inverse transform is then applied to these values.

This is an MT4 indicator which generates signals based on Bollinger bands crossover with price.

표를 표시하기 위해 그래픽 객체 OBJ_LABEL을 사용하는 예입니다.

Williams의 퍼센트 레인지 지표(%R)는 시장이 과매수/과매도 되었는지 여부를 결정하는 동적 기술 지표입니다.

OBV(On Balance Volume Indicator)는 거래량을 가격의 변화와 연관시키는 모멘텀 기술 지표입니다.

Volumes 지표는 볼륨을 별도의 창에 히스토그램으로 표시하고 두 가지 색상으로 칠합니다.

시장 촉진 지수(BW MFI)는 하나의 틱에 대해 변화하는 가격을 보여주는 지표입니다

게이토 오실레이터는 앨리게이터를 기반으로 합니다.

상향 프랙탈은 중간에 가장 높은 HIGH가 있고 양쪽에 2개의 낮은 HIGH가 있는 최소한 일련의 5개의 연속적인 막대입니다.

엔벨로프스 지표는 두 개의 이동 평균으로 구성되며 그 중 하나는 위쪽으로 움직이고 다른 하나는 아래쪽으로 움직입니다.

디마커 지표는 기간 최대값과 이전 기간 최대값의 비교를 기반으로 합니다.

The Average Directional Movement Index (ADX) 지표는 가격의 추세가 있는 것인지 확인하는데 도움이 됩니다.

123456789101112...102