Просмотров: 1,389
27 октября 2022

The script for MT4 displays all closed transactions in the account history. Copy the script to the scripts folder and run it on the chart of any currency. On this chart, the script will show all the transactions that were opened for this currency. Including all pending orders. For closed ...
Просмотров: 3,572
06 августа 2022

The script resets the stop loss and take profit of orders. There are no settings for the script. We throw it on the chart and the script removes previously placed stops and takeaways from all orders, after which it is unloaded from the chart.
Просмотров: 6,255
20 июля 2021

The script shows the maximum and minimum correlation for the selected period of history, for example, for the last 10,000 candles. Thus, it is possible to analyze in advance which pairs and how they correlate. In the parameters, we set the Tf correlation period and the correlation analysis period. Pairs ...
Просмотров: 9,529
01 февраля 2021

The script places pending orders when the price reaches the specified level.In the MT5 terminal, there are such orders as Buy Stop Limit and Sell Stop Limit, but it is very inconvenient to set them. (A lot of unnecessary actions). There are no such types of orders in MetaTrader 4, ...
Просмотров: 4,187
30 января 2021

A script showing the correlation for three selected zones at once (TF-bar)In the parameters, select 3 optionsThe data is displayed sorted by the first zoneThe script also creates a file in which it writes all the data without sorting.In this way, you can expand the number of zones to any ...
Просмотров: 4,307
23 августа 2020

Script for quickly selecting a tool with high correlation. The script is placed on the tool to which you need to select the second correlating one. Then you can change the number of bars to calculate and the timeframe. The script iterates through all available symbols in the market ...
Просмотров: 3,042
21 апреля 2020

The script is intended for partial closing of an open position. The script closes the specified percentage of the position to which it was thrown with the mouse.
Example of work:
У нас зависла позиция 0,03 лота и мы хотим закрыть у нее только 0,01 лот.
Набрасываем скрипт на ...
Просмотров: 14,287
12 сентября 2019

It is a universal script to set a grid of orders.
The script will set a grid of pending orders of your choice.
You can place Stop and/or Limit orders in any combination.
You can set a lifetime of orders.
You can set the time, when orders are placed.
The script can be applied for ...
Просмотров: 3,645
01 мая 2019
Я объединил два скрипта (SL Mouse и TP Mouse) в один.Скрипт SL-TP Mouse ставит стопы и профиты разнонаправленных позиций в одну точку и показывает сумму прибыли которую мы получим при закрытии всех этих позиций в указанной точке.
Важно! Нужно понимать, что позиции buy закрываются по цене Bid, а позиции Sell ...
Просмотров: 7,540
11 июня 2016

Скрипт cm_script_Hedge - открывает два ордера по указанным парам, указанного объема. При этом кидать его можно в любое окно любой валютной пары.
Настройки:
extern string SYMBOL1 = 'GBPUSD'; //первый символ
extern string SYMBOL2 = 'EURUSD'; //второй символ
extern ...