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

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

icon

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

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

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

Let's say we have 20 open orders on one symbol and want to set takeprofit or stoploss for all of them at the same level(price) .The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). If the input parameters are left to zero , the stop or the takeprofit are left unchanged .

You can send pending order on closed market between StartTime and EndTime at specific minumum and maximum price.

The script exports summary of closed trades grouped by each trading day to .csv file

The script downloads the historical quotes data of a single timeframe for all symbols in the market watch.

This is useful if you want to earn and work on 5 min chart . it uses bb , ma 10, ma50 , Psar, slow s, one faster s and macd along with rsi to give a perfect view of market . if you need some help let me know in my email. rinkanrohitjena@live.com only works in mq4 language . just drag and drop on a five min chart

The script exports summary of closed trades grouped by each currency pair to .csv file

Quick scripts to remove Equity from a demo account for a broker that does not support anyway to withdraw.

Display interactive HTML graph of the account balance inside the web browser.

1) Close all order on the Symbol Chart 2) Take screen for keep a Trading Journal

This script will create, automatically, a CSV file with all your broker markets listed. We thought would be useful. We use it to integrate it with all our experts statistics. The CSV file will be created in MQL4/Files folder. Good Trading and good statistics!!

Execute pending order(s) according to lines in the chart you have drawn before.

Changes the zoom level for all opened charts.

Change the timeframe for all opened charts simultaneously.

Set all opened charts to use auto scaling or fixed scaling simultaneously.

The script downloads the historical quotes data of the current chart symbol and timeframe.

Calculate the average volume per hour in a 1 hour chart.

Script to start an external program.

This script provides quick work with a large number of pending orders in the market and contains functions for placing, changing, and deleting of orders within the your price range.

Can be used for hedging or trading breakout systems.

The script allows you to try regular expressions in MetaTrader 4.

After back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to the new chart. This script helps to save the objects into a file and show the objects on a new chart.

The script downloads history for all timeframes and symbols in the Market Watch.

This script is used to convert history data from M1 to M5, M15, M30, H1, H3, D1, W1, MN.

This script removes all instruments with spread higher than the specified maximum requested and it also removes all non-trade enabled instruments from Market Watch, which allows you to concentrate on items you may want to trade without all the clutter.

This script is used to modify StopLoss and TakeProfit.

This script scans for open orders and sets a fixed stop loss and take profit to all of the relevant.

A script used to submit market or pending orders with take profit and stop loss levels, lot size, and optional trailing stop.

This script allows you to close orders with one click, filtering by profit, loss, magic number and comment.

OpenOrder script allows you to open an order defining the % of balance to risk, the Stop Loss distance in pips and the Take Profit distance in pips and a magic number.

Open orders / positions in MT4 with absolute control of the risk / reward ratio, automatically calculating the lot size.

Basket offline chart creator script using geometric mean method.

Script for drawing a price markup.

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

The script is designed for opening trades on binary options via the MetaTrader 4 terminal, if your broker supports this feature.

Downloads the history of Alpari PAMM accounts and displays it on the chart.

Immediately deletes the SL/TP of all positions.

Total closure of all positions (winners/losers). You can also select which are of a single instrument.

Closure of all positions with a loss. (You can indicate a specific instrument if you want to).

Closure of all winning positions. (You can indicate a specific instrument if you want to).

The script modifies all orders (market and pending) on the symbol with specified Take Profit and Stop Loss.

123456789