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

사용자 등급 기준 MetaTrader 5용 최고의 스크립트 - 5

코드를 제출하세요

이 스크립트는 표준 라이브러리(CChart)의 클래스를 사용하여 차트 속성을 제어하는 방법을 보여줍니다.

This Script will Refresh All Open Charts in MT5, Usually custom symbols in MT5 needs to be Refresh sometime so this script will help to refresh all open chart at once. We can also use this Script anywhere where we need to refresh all open charts.

- 스크립트는 현재 차트에서 사용 가능한 차트 개체를 검색하여 - 그에 따라 개수를 계산하고 삭제하며 - 차트에 개체의 이름을 각각 기록합니다.

이 스크립트는 인디케이터의 값을 CSV 파일로 내보냅니다.

Empirical mode decomposition of the current symbol.

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.

A script for placing a BuyStop Limit order.

A script for placing a SellStop Limit order.

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

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

This script helps to save the objects into a file and show the objects on a new chart.

The script creates the Fibonacci levels graphic object with a large number of settings.

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 example was created to see how long it takes to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow.

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

The scripts places multiple pending orders higher than the current price.

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

Time Left To New Bar Watch

이 스크립트는 트리거 레벨, 손절매 레벨, 이익실현 레벨을 현재 가격에서 핍 단위로 고정 값으로 설정하여 SellLimit 주문을 설정하도록 설계되었습니다.

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

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

MinMargins.mq5 스크립트는 트레이더가 마켓 워치에서 사용 가능한 모든 종목의 최소 랏 크기로 포지션을 개시하는 데 필요한 최소 금액을 빠르게 계산하고 문서화할 수 있도록 설계되었습니다. 이 데이터는 쉽게 검토하고 분석할 수 있도록 CSV 파일에 저장됩니다.

자체 소스 텍스트를 생성하는 스크립트입니다. MQL5에서 고전적인 문제를 해결합니다. 응용 가치가 없습니다. 그러나 프로그래밍 및 알고리즘화를 공부하는 사람들에게는 유용할 수 있습니다.

OBJ_BITMAP 타입 객체를 사용해서 만든 백그라운드 이미지의 예.

The script has three independent functions for determining the current FORTS futures.

차트의 모든 색상을 무작위로 지정하는 간단한 스크립트입니다. 클릭만 하면 결과를 직접 확인할 수 있습니다!

The simplest script to send instant PUSH-notifications to smartphone

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

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

The script calculates the maximum lot size that can be used to open a position using the entire free margin available on the deposit.

이 스크립트는 터미널에서 열려 있는 모든 차트의 동기 스크롤을 제공합니다.

bts

Comparing the speed of a binary or a ternary search

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

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

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 demonstrates the example of using the FileWriteInteger() function

The script displays the number of bullish and bearish candlesticks.

The script closes all pending orders on the current symbol.

This script opens a buy or sell order randomly having equally spaced take-profit and stop-loss levels.

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.

12345678