Просмотров: 3,976
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 ...
Просмотров: 8,104
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, ...
Просмотров: 2,255
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 ...
Просмотров: 2,902
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 ...
Просмотров: 2,301
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 лот.
Набрасываем скрипт на ...
Просмотров: 12,818
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,071
01 мая 2019
Я объединил два скрипта (SL Mouse и TP Mouse) в один.Скрипт SL-TP Mouse ставит стопы и профиты разнонаправленных позиций в одну точку и показывает сумму прибыли которую мы получим при закрытии всех этих позиций в указанной точке.
Важно! Нужно понимать, что позиции buy закрываются по цене Bid, а позиции Sell ...
Просмотров: 6,916
11 июня 2016

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

The Script operates like an Expert Advisor except the only fact that it will be unloaded from memory, when it completes its mission.
It will set two pending orders – BuyStop and SellStop orders – at a certain time (set up in its inputs) and at the distance (set up in ...
Просмотров: 8,975
24 декабря 2015

The script was developed to set orders at the time, when it is impossible to do it, for example, when the market is closed.
You need to specify direction of your trades (Buy or Sell trades), lot size and settings of stop-orders in the script inputs. As soon as the market ...