Transactions history
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 ...
script Delete SL TP
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.
CORR
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 ...
BuySellStopLimit
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, ...
BEST CORRELATION
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 ...
Correlation for SMARTHEDGE
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 ...
Close Mouse Percent
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 лот.
Набрасываем скрипт на ...
“cm_script_OpenGread” Script
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 ...
SL – TP Mouse
Я объединил два скрипта (SL Mouse и TP Mouse) в один.Скрипт SL-TP Mouse ставит стопы и профиты разнонаправленных позиций в одну точку и показывает сумму прибыли которую мы получим при закрытии всех этих позиций в указанной точке.
Важно! Нужно понимать, что позиции buy закрываются по цене Bid, а позиции Sell ...
Скрипты Hedge
Скрипт cm_script_Hedge - открывает два ордера по указанным парам, указанного объема. При этом кидать его можно в любое окно любой валютной пары.
Настройки:
extern string SYMBOL1 = 'GBPUSD'; //первый символ
extern string SYMBOL2 = 'EURUSD'; //второй символ
extern ...