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

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

코드를 제출하세요

This indi will draw OBJ_ARROW_BUY/OBJ_ARROW_SELL when find signals on Arrow Indi Buffers.

When I start learning about trading, I remember the trading pioneer Shawn Lucas (founder of Apiary-fund) saying "trading is simple, you go from bound range market to breakout market and vice versa". I looked at few charts and he was right. So I told myself, I have to always eyeball ranging market and trending market but with the help of an indicator. There are plenty for indicator that help us eyeball these ranging/trending market and they work really well, but I like using Pivot Points.

The script is developed for placing a SellStopLimit order with fixed trigger levels, Stop Loss and Take Profit levels in points from the current price and order trigger prices.

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

ChartNavigate() 함수 사용 예 스크립트.

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

This script is to get the last deal history data, for example : profit, deal type, etc, and put the Comment on the chart.

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

Simple risk management tool.

The script is designed for closing open positions.

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

This script highlights Forex sessions for Sydney, Tokyo, London and New York with colored rectangles, according to the user time definitions.

The script removes old objects of the selected type from all charts, if the time coordinates of these objects are outside of the trigger level.

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.

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

The script removes all objects of the type selected by the trader in input parameters from all charts of the client terminal.

이 스크립트는 고정된 손절가 값으로 매수하고 현재 가격에서 핍 단위로 이익을 취하도록 설계되었습니다.

다음은 EA에서 작업을 수행하는 데 유용한 몇 가지 #define 문입니다. 파일 시작 부분에 변수 이름만 지정한 다음 다른 #define 문이 작업을 수행하도록 하면 됩니다. 이 파일을 사용하려면 EA 파일의 첫 줄에 #include <DEFINE_statements.mqh> 를 추가하세요.

This is a Script and Class for creating, evaluating and adding accounts to an encrypted license file for licensing an MQL EA or Indicator.

The script closes all open positions on the current account.

This script displays useful information.

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.

I find the lot calculation tedious so I just use this script and tell it the dollar amount to use. It then does the rest. This works for any currency.

Script for checking the LeadLagRelationship indicator (https://www.mql5.com/en/market/product/26229)

Trade Transmitter will Transmit Trades from MT5 Demo or Real accounts using CSV Files. Each trade request created manually or by other EAs on MT5 terminal will be automatically transmitted. Positions and orders summaries are also transmitted, so the receiver on the other platform can catch up, in case it misses any of the trade request transmissions. This Code will save your time if you are working on a bridge to copy trades between MT5 and any other platform.

The script removes from the chart a comment located in the upper left corner.

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

A script for automatically drawing the levels of the intraday High/Low on the FORTS trading session. There is also an option to draw the levels of the night High/Low prices (if the latter ones are beyond the intraday ones)

The script calculates the average and weighted volatility of a symbol.

Placing pending orders with no need to calculate lot size. Script calculates the proper lot size and opens the pending order(s) for you.

이 기능은 거래가 마감된 시간에 거래 요청으로 서버에 과부하가 걸리지 않도록 하는 데 유용합니다.

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

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

Convert MqlTick-s into minified structures to free RAM or store tick arrays in a compact files.

Sets of latin, russian characters, digits, punctuation, etc.

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

Calculation of slippages of the performed deals in account currency.

This script downloads bars and ticks from EURUSD as required for the correct execution of Kiss on Billions on EURUSD from Saeid Irani.

You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.

이 스크립트는 손절매와 현재 가격에서 핍 단위의 이익 실현을 고정값으로 설정하여 판매할 수 있도록 설계되었습니다.

12345678