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

MQL5 MetaTrader 5용 소스 코드 스크립트 - 5

icon

스크립트는 MQL5 프로그램을 사용하여 MetaTrader 5에서 일회성 동작을 수행하고 그 직후 차트에서 삭제됩니다. 샘플 기능으로는 거래 내역 업로드, 보고서 생성, 이메일 발송, 파일에서 데이터 다운로드 및 처리 등이 있습니다. 또한 스크립트를 사용하여 그래픽 인터페이스를 만들거나 단일 유형의 거래 작업을 신속하게 실행할 수 있습니다. 예를 들어, 모든 포지션을 즉시 닫을 수 있습니다.

MetaTrader 5에서 제공되는 스크립트를 다운로드하여 시작할 수 있습니다. 스크립트 라이브러리는 MQL5 프로그래밍을 학습할 수 있는 MetaEditor 개발 환경에서 직접 사용할 수도 있습니다.

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

A script for placing a SellStop order

A script for placing a BuyStop order

A script for placing a SellLimit order

A script for placing a BuyLimit order

The script closes all positions of the current symbol.

The script closes all open positions on the current account.

This script is used to modify Stop Loss and Take Profit of position.

An example of using HistorySelectByPosition (based on the HistoryDealGetTicket use example).

How many buffers does your indicator use? What's it calculating? Is it efficient? If you want to know what's going on behind the scenes, you'll now be able to.

Converts .set files from MT5 format to MT4 format.

An example of working with the trading history on Hedge accounts — reconstruction of positions.

When run on the price chart, the script modifies stop loss or take profit of all open orders for the current instrument.

Searching Nearest Bar - searching for the nearest bar.

The script allows you to try regular expressions.

The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.

The script switches all opened charts at a certain interval. It is also possible to display only the charts of certain symbols.

Symbol for downloading the history data for the current symbol with indication of progress.

Script draws the Axel Rudolph levels

Script to set correct scale on Fibonacci arcs attached to chart.

The script displays the monthly and weekly levels on the chart.

Script for drawing a price markup.

Calculation of slippages of the performed deals in account currency.

Adds period separators to your window, at a time of your choice.

The script tests the computer in 45 performance tests. It is possible to compare the performance of VPS/VDS servers.

This script closes all windows of selected symbol or all windows of any symbol.

The script displays the number of bullish and bearish candlesticks.

An example of counting the number of objects in the chart window.

The script shows the trade volume in lots required to move the position to a desired level.

The script controls the display of time and price scales for all open charts or only for one chart.

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.

This script finds DeMark pivot points, displays them on the chart and indicates their dimensions.

Setting multiple charts at one click.

Script to apply my template to all charts opened.

Simple script for apply template and/or timeframe to all charts opened.

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Sell Stop or Sell Limit pending order should be placed.

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.

A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.

A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.

Modified scripts to change Charts(next,previous) and Timeframes(higher,lower) of all charts quickly by hotkeys.

A script to place straddle orders around current price level to catch price spikes around announcements.

1234567