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

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

icon

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

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

코드를 제출하세요

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

cycles though market watch symbols, using hotkeys Comma and Period for prev/next symbol in market watch list

This is a simple script to chart the intermarket spread between 2 different futures or CFD contracts. The spread trading is a popular futures trading strategy and can be done using CFDs more easily as there is no formal expiry date.

The indicator highlights the value in "over Sold" and "over Bought" zones.

Moving Average Cloud draws 4 MAs on chart simultaneously in histogram style.

Displays the current timeframe and symbol name in large font on the chart background. Useful when hopping between several charts with different symbols at the same time.

The script is best use to clean up all drawings ( Delete All Object, Comment, horizontal line, vertical line, arrows etc) on current chart. Please feel free to modify based on your needs.

Dynamic pivots - any time frame

It's an expert to open and close orders on specific day and time. Expert open and close orders only with the same symbol it attached.

Limit channels - with states - metatrader 4 version

Show Orders History On Chart

ATR based limit channels - metatrader 4 version

DMH

Directional Movement using Hann windowing - metatrader 4 version

This Is Just A Normal Trailing Step Function.

This Is a Normal Trailing Function For All Open Order In MT4.

MyRsi with Noise Elimination Technology - by John Ehlers : metatrader 4 version

MyRsi - by John Ehlers : metatrader 4 version

A script that displays MarketInfo and SymbolInfo data through a button list built from MarketWatch.

Two RSI indicator periods smoothed and displayed as histogram.

Nadaraya-Watson estimator - metatrader 4 version

1...456789101112131415161718...104