Software >> Metatrader 4 scripts >> Trade Opener
Trade Opener
This script attempts to open several trades of the same type at once. All orders will have the same parameters: buy/sell, SL, TP and lot size.
Parameters
- Count - number of trades to open
- Type - buy or sell
- Lots - lot size
- SL - stop loss distance in pips
- TP - take profit distance in pips
- Market_Execution [true/false] - if set to true, it will set SL and TP in a separate order (necessary for some brokers)
- Magic_Number - optional magic number to be added to every trade (may be useful for other scripts or expert advisors)
- Slippage - maximum acceptable price deviation in pips
- Max_Retries - number of attemps to open each trade
Installation
- Find the correct location of your MQL4 folder by going to File->Open Data Folder
- Copy the script file into MQL4\Scripts
- The script should appear in the Scripts section of the Navigator panel
- Double-click on the script or drag it to the chart