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

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

icon

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

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

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

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.

The script allows to set transparency level of the client terminal window using Windows API.

The script calculates candles statistics (the minimal, maximal and average values of candles body and shadows) of the current chart.

The script is assigned to a hot key for quick change of charts around in a circle.

Easier visual analysis of graphical objects created by the strategy tester.

The script for searching the maximum, minimum and average values of candlestick size

The script demonstrates the example of using the FileWriteInteger() function

The script demonstrates the example of using the FileTell() function

The script demonstrates the example of using the FileSize() function

The script demonstrates the example of using the FileWriteDouble() function

The script demonstrates the example of using the FileWrite() function

The script demonstrates the example of using the FileReadArray() function

The script demonstrates the example of using the FileGetInteger() function

The script demonstrates the example of using the FileIsEnding() function

The script demonstrates the example of using the FileFlush() function

The script demonstrates the example of using the FileMove() function

The script demonstrates the example of using the FileDelete() function

The script demonstrates the example of using the FileCopy() function

The script is a simple example of using the FileFindFirst(), FileFindNext() and FileFindClose() functions

These scripts are designed to sell with fixed values of Stop Loss and Take Profit in points from the current price

These scripts are designed to buy with fixed values of Stop Loss and Take Profit in points from the current price

The OpenSellPosition_X script is created to sell at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.

The OpenBuyPosition_X script is designed to buy at fixed values of Stop Loss and Take Profit in points from the current price. Position volume is determined on the basis of the level of losses.

MPC is a script which measures (searches) the most frequently occurring candlesticks

The script imitates the One Cancel Other function for orders. When one order is triggered, the others are deleted.

bts

Comparing the speed of a binary or a ternary search

The script for manual trade: when achieving the limit price the script sets stop order and logs out

The CSV file was written to write economic news but there was a problem that the Terminal does not distinguish lines, exactly their number when working with the CSV file. That is why I decided to share my solution of this problem.

The script calculates Pivot Point on all the symbols from the market watch and displays the results in html-file.

Export of all necessary instruments and time frames in one click with load and checking history

This script attempts to demonstrate the power of using support vector machines in solving classification style problems.

The simplest script to send instant PUSH-notifications to smartphone

This script displays several subcharts in a single chart window according to the number of currency pairs in Market Watch menu.

This is an informative script displaying data on the current trading pair in the chart window.

This is an informative script displaying data on the current trading account in the chart window.

The script is designed for closing open positions.

The script is developed for reversing open positions with fixed Stop Loss and Take Profit values in points from the current price and the volume depending on the reversed position.

Empirical mode decomposition of the current symbol.

1234567