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

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

icon

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

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

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

Scripts to Close Orders under various conditions

You pick the script and drag it on a chart's point. Then it uses this point to modify all stop/take profit levels of the chart's currency.

The script is the calculator of the simple, complex, nominal and continuously charged percents.

An example of automatic running of the script when the timeframe or symbol is changed.

The script selectively clears the chart by the part of the name and/or by the type of the object.

The script closes any position using the Drag'n'Drop method, i.e. the method of "drag the script with the mouse and drop it on the order lines".

The script is intended for gathering some statistics by the symbols and its comparison.

A script for uploading the history by all known currency pairs, metals, indexes, CFD's and for controlling the "hole" in the history.

A determination of a bar and trend direction.

Uploading of history of all symbols from the Market Watch window by all TF. The recording to a file of names and trading condtions by all symbols from the Market Watch window.

Spread, swap, minimum stop limit, price of a point, calculated maximum lot!!!

A script for reinitialization of all indicators attached to the current window.

A set of scripts that are intended for the automation of some routine operations in the terminal.

The script closes all opened Buy and Sell positions in the active window.

The script moves the StopLoss at the Distance from the market.

The script opens a SELL position with the specified part of the FreeMargin.

The script moves the TakeProfit by the Distance from the market.

It deletes a pending order or closes an opened order in accordance with your selection. It is necessary just to drag the script to an order. The script will choose the closest one and will close or delete it.

The script shows the conditions of the correct and closest placing of the StopLoss and TakeProfit of the orders.

Pi

The calculation of pi character.

The script extracts the list of symbols from the *.set file and saves it as the csv file.

The script swaps out all the symbols available in the Market Watch window into a csv file.

The script automates the drawing of time lines of opening/closing of a calendar day and the price lines of opening/closing of the days.

Placing two pending stop orders for breaking through some trade range, for example, before the important news are published.

It reverses all the positions on the current symbol.

The script performs the calculation of the average volatility of the symbol on the specified interval.

The modification of an order (position) using the mouse - the second script from the "GMO" ("Graphical Management of Orders") series.

A script for visualization of trades on the chart. It is useful when you change the account/PC.

A script for valuation of trades history that is uploaded to the client terminal. The valuation is performed in points.

Placing a pending order using the mouse - the first script from the "GMO" ("Graphical Management of Orders") series.

The amplitude of price movement statistics in a text file. Quickly and comfortably.

The script draws on the chart the curve of the Polynomial regression with the channel of the mean square deviation.

The analysis of history data for the absence of bars, identifies their size, length and gap.

Unloading quotes from the selected period into an external file.

Drawing all results from a strategy tester report file into a chart.

A step-by-step passing of historical data for manual testing of trading.

Script interception of pressing keys or mouse buttons in the windows of MetaTrader 4. It can be helpful in writing controls.

Report generator

A DLL to manage and exchange data between MT4 and MS Excel. OLE is used. The description of the DLL functions is given in the attached example. The example is a script that sends quotes to Excel and builds the diagram of daily price changes. At exiting,

The script should solve the "fading charts" problem - the situation when the charts stop being updated while the connection to the server remains ok

123456789