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

MQL4 MetaTrader 4용 소스 코드 스크립트 - 2

icon

스크립트는 일회성 작업을 수행하는 소규모 응용 프로그램입니다. 예를 들어 차트에서 모든 개체를 삭제하거나 열린 포지션에 대한 일련의 주문을 배치할 수 있습니다. 소규모 분석 또는 거래 기능을 자동화할 수 있는 수백 개의 응용 프로그램을 여기에서 확인하십시오.

스크립트는 MetaTrader 4에서 무료로 다운로드 및 실행할 수 있습니다.

코드를 제출하세요
최근 | 최고

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

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

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

자본 감소도 계산됩니다.

파일 읽기 및 쓰기 작업의 예

객체 작업의 쉬운 예: 객체 생성, 속성 수정, 차트 다시 그리기.

Simple stoploss script

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.

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

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

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.

This Is Just A Normal Trailing Step Function.

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

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

Script to download EVZ data for Euro FX Vix indicator

Building good trading habits by seeing things in terms of percentage not in terms of money.

Custom Function To Get Comma Separated Things From String.

This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time.

Building good trading habits by seeing things in terms of percentage not in terms of money.

This one may not be the fastest, but it will definitely close all your positions.

The currency strength meter is a trading tool that is used to identify trending and consolidating markets based on the percentage rate of change in price from one period to the next.

The breakout strength meter is a trading tool that is used to identify which currencies are the strongest to breakout, and which currencies are the weakest to breakout

In MetaTrader 4, we intend to calculate the intersection coordinates of two straight line objects with different slopes using MQL4.

With this script, you can send a message from MetaTrader 4 to Telegram.

Script that opens 2 orders - one set to close percent of position when profit equals stoploss, another set to close at TP

This script was developed in order to help us detect if a chart is actually trending or going nowhere.

The 8 effective steps to build a robust day trading plan using Fibonacci retracement

For day traders. 2 highly important indicators to turn strategies into extreme winning ones. The Win/Loss ratio and the Reward/Risk ratio will allow us to identify the best times and days our strategy works the best

For day traders, this is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best TIME during the day to trade when the market moves the most as well

This is one of the important thing to consider in order to improve our strategy by calculating on average how much an asset moves, in which it will allow us to identify the best days to trade when the market moves the most as well as the worst days to trade in order to prevent trading during these days.

Most traders keep losing money because they focus on money rather than planning their trades based on Percentage risk.

Are you tired and lost when it comes to creating an attractive market watch list ? You always see pro traders creating an attractive market watch list in which they draw support/resistance and create all possible scenario ? Well we will guide you step by step to create your own attractive market watch list for potential entries.

This strategy is the well known set & forget accompanied by the martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

Short description: This Script will draw a line from the open to the close for each order in you account history. please show all history in account history before using this script.

Mark your historical trades in you mt4 with lines and arrows. You can load data from your history or load data from a csv file.

Simple script to delete all object on the current chart.

Hi, so I just made a little code here that will help out a lot of coders that hate doing this (I count myself in it haha). It's made to calculate the lot size of a position based on the risk input and the account size+currency.

This EA can detect trades in your MT4 account and transmit them via web

123456789