Script for automatically placing orders.
First of all, it should be noted that this is a fully working script for automatically setting the parameters of buy and sell orders; it works on any DC and quotes, regardless of the number of decimal places (three, four, five).
The type of account also does not matter - demo, cent, standard or ECN account ; the script works with the same efficiency on all.
What can such a script do and what are its settings?
• Automatically set the volume of opened transactions - Auto Lot, set as a percentage of the deposit.
• Maximum lot - that is, what is the maximum deal that can be opened when using an auto lot.
• Open trades with a predetermined volume.
• When opening, use pre-set parameters for take profit and stop loss .
• Adjust the amount of slippage allowed when trading using market execution.
To avoid changing the script settings every time you open a new order, open it in MetaEditor and set the parameters on an ongoing basis.
To do this, right-click on the script in the trader’s terminal and select edit, change and save. You can make the launch almost instantaneous if you remove the preliminary settings window; to do this, delete the line #property show_inputs in the same MetaEditor //
Download Script for automatically placing orders