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

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

icon

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

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

코드를 제출하세요

cycle timeframes using hotkeys 'N','M' prev,next timeframe

Elegant oscillator - metatrader 4 version

스피어맨의 순위 상관은 현상 간의 관계에 대해서 통계적인 연구를 수행하기 위해 사용되는 비모수적 방법입니다. 이 경우 두 숫자의 시퀀스 간의 실제 병렬도가 감지됩니다.

Williams의 누적/분배, W_A/D 지표는 양의 "누적"된 가격의 움직임과 음의 "분배"된 가격의 움직임의 누적 합계입니다.

Larry Williams가 개발한 Ultimate oscillator는 단기, 중기, 장기로 정의된 3가지 확률적 지표 값의 가중 평균(weighted average)입니다.

PVT(Price and Volume Trend Indicator)는 OBV(On Balance Volume)처럼 종가의 변동을 고려하여 계산된 거래량의 누적 합계를 나타냅니다.

이 지표는 가장 오래된 고전 지표 중 하나인 ROC와 동일합니다. 가격이 수량으로 대체됩니다.

Mass Index는 최대 가격과 최소 가격 사이의 대역폭 변화를 기반으로 추세 전환을 감지하기 위해 개발되었습니다. 대역폭이 확장되면 Mass Index가 증가하고, 대역폭이 좁아지면 지수가 감소합니다.

차이킨이 만든 변동성 지표는 최고 가격과 최저 가격 사이의 스프레드의 변동을 중요시 합니다. 최대값과 최소값 사이의 진폭을 기준으로 변동성을 판단합니다.

Accumulative Swing Index는 선물을 측정하기 위해 사용됩니다.

Force index with Volume/Volatility bands

Quantile Price Analysis by Jas Wu, Calculations are below.

정규식은 빠르고 유연한 텍스트 처리를 위한 공식적인 언어를 제공합니다. 각 정규식은 정규식 엔진이 소스 텍스트에서 일치 항목을 찾으려고 하는 패턴(마스크)입니다. 패턴은 하나 이상의 character literals, operators, constructs으로 구성됩니다.

fuzzy 모델 개발을 위한 라이브러리인 FuzzyNet library C#으로 작성되었습니다. MQL4로 변환하는 동안 Mamdani 유형 시스템을 위한 8개의 멤버십 기능과 4개의 역퍼지화 방법이 라이브러리에 추가되었습니다.

Slow Line of the original Didi Index

it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any other name you want.

Larry Williams 'Greatest Swing Value' as an indicator

This code helps beginners in MQL4, specially those migrating from C++ to perform some basic fie operation.

This code base is a simple function to check if current time lies within two specified times.

Expert Advisor는 WebRequest 기능을 사용하여 Google Finance의 World Stock Indexs의 현재 값을 보여줍니다.

Expert Advisor는 신호(시그널) 속성을 표시합니다. 또한 신호(시그널) 복사 세팅을 설정할 수 있고 선택한 거래 신호(시그널)를 구독하거나 구독 취소할 수 있습니다.

2005년의 MT4(및 MT3.83)에 포함된 지그재그 지표의 최적화된 버전입니다.

OBJ_EDIT 그래픽 객체로 작업하는 예.

OBJ_LABEL 그래픽 객체로 작업하는 예.

많은 개발자들이 같은 문제에 직면해 있습니다. 안전하지 않은 DLL을 사용하지 않고 트레이딩 터미널의 샌드박스에 접근하는 방법을 알고 싶어 합니다. 가장 쉽고 안전한 방법 중 하나는 일반적인 파일로 작동하는 표준 Namped Pipes를 사용하는 것입니다.

This indicator draws coloured histograms to identify bullish and bearish bars.

This code can be used to find out whether the symbol is a binary option symbol or not.

This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea to enter trades between two specific time of the day only. This code takes two inputs, one is the start time and second is the end time. The code will check if the current time is in between start time and end time and will return accordingly.

The code is used to demonstrate how one can create a button on the chart and assign a function to it. The code is used to delete all orders after clicking on the button. The deletion takes care of various scenarios and shows error messages.

This code will give custom sound on alert on new bar.

This code places only one order every second ( not every tick )

This code help you get the time of an object created on a chart.

This EA will tell you the Depth Per Inch of your screen.

This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.

it gives you the name of the indicator which is attached to a chart.

This code simply prints the account details for a MT4 account.

hotkeys 1-9 numbers on keyboard but not on number-pad to change timeframes 1=m1 2=m5 3=m15 4=m30 5=h1 6=h4 7=d1 8=w1 9=mn

This indicator shows a standard parabolic SAR another way. Also it send alert when SAR dot changes side.

Momentum deviation bands - MT4 version

Momentum deviation

123456789101112131415...102