VR Close Orders - Close and delete all orders
Version: 20.103
Updated: 14.10.2020
Added: 14.06.2018
License: Free
27 downloads in 60 days
for free!
More → Crypto exchangeVersion: 21.042
Updated: 07.04.2021
Added: 25.08.2014
License: Free
The script uploads the trading history according to the specified settings. In the uploaded file, the trader can see hidden fees and real prices for executing trading orders. It is designed to create reports in csv format for a more in-depth analysis of the trading history in Excel, Openoffice and Libreoffice.
Version: 21.030
Updated: 16.03.2021
Added: 12.10.2014
License: Free
Simple script to remove all unnecessary data from the charts in the MetaTrader terminal, just drag the script to the chart and within a few seconds the script will complete its work and clear the chart completely.
The VR Close orders script is designed to close positions in the terminal at a profit or loss mark set by the trader. The program is written as a script and can work together on the same chart with any other indicators and expert advisors. The program has a simple visual panel and is easy to configure with the mouse. With this program's help, the trader can automatically close positions and delete orders depending on the conditions set.
There is often a situation when you need to close positions of a working expert advisor. the VR Close Orders script will help you close positions in profit, loss, or all at once with the specified settings
The script's algorithm may seem complicated at first glance, but it's actually quite simple.
Important note for Buy + Sell + All, if the amount of lots for buying and selling is the same, this mode will not work. Reason: the same volume of lots to buy and the same volume of lots to sell make it impossible to make a profit or loss, since all positions are fully locked.
This program is a script for closing positions and orders, the profitability of such a program can not be calculated.
It would be a good solution to assign scripts a hotkey in the MetaTrader terminal. This way you will always be able to close all orders and positions as quickly as possible.
Version 20.103 - 14.10.2020
Code optimization
Version 20.102 - 13.10.2020
Code optimization
Version 17.031 - 30.03.2017
Fixed the behavior of settings:
When setting the value for closing by profit (Profit = Value) equal to the value (Value), the value Off was previously dropped.
At the moment, there are no plans for further development.
You can suggest an idea or revision in the "Reviews and discussions" section.
You can't test the script in the strategy tester, but you can test it on a training or demo account. To conduct tests, it is enough to open a large number of different types of orders on a demo account, and then run the script.
For MetaTrader 4
For MetaTrader 5
Documents
Question:how do scripts differ from expert advisors and indicators?
Answer:Unlike expert advisors, which work all the time, a script works once, so you run a script, it does its job and deletes itself. This is a one-use code. There are ways to loop scripts, that is, the script runs until the user deletes it. You can also delete looped scripts when you change a financial instrument or chart period. The advantage of looped scripts is that they can work even if another expert advisor is already running on the chart. The script works in the general flow of the terminal.
Comments