“cm open 2 stopopders” Script
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 ...Trading on the closed market – script for Metatrader 4
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 ...“7 stop orders” Script
The “7 stop orders” Script will place up to 7 stop-orders at the price level, to which you have drag-and-dropped the script by holding the left mouse button.
You can set individual stop-loss and take-profit levels for each order and also a lot size.
Inputs:
extern int stoploss_1 = 100, //level, at which ...“Trail Lock (Stop Order)” sCRIPT
The Script will place a stop-order at the price level, to which you have drag-and-dropped the script, or at the distance equal to Delta value from the price, if the value set in the “Delta” parameter is larger than 0.
The Script will place a BuyStop/SellStop order, if the script has ...“SL_MOUSE” Script
The Script will set a stop-loss at the price level, to which you have drag-and-dropped the script.
Stop-losses will be set only for those orders that can be closed in profit at the given price level. Profit (in points and currency) will be displayed on the info panel on your chart.
The ...Script for opening a market order at the pre-set time
The Script will set specified orders with predetermined stop-losses and at the pre-set time. If the pre-set time doesn’t exceed the current time, then the orders will be placed at once. You can set both Buy and Sell orders and in a number specified in the “MaxOrders” parameter.
The Script inputs:
extern ...“cm_orders management” Script
When running the Script, it will draw an area from the undermost to the upmost orders and thereby cross over all the open prices of the orders. By changing location of the area, we change orders selection area. After you have marked the necessary orders by highlighting and shifting a ...“CloseAllOrders” Script
The Script will close orders in accordance with conditions pre-set in its input parameters.
You can select certain orders to be closed by profit, a magic number or a symbol. You can also select only winning or all orders to be closed.
Pending orders can also be deleted. Look into its settings ...“StopLimitOrders_Spread” Script
The Script will place both a Stop order and a Limit order at the single price level, to which you have drag-and-dropped the script by holding the left mouse button. Pending orders will be placed at a distance equal to spread size.
You should use the Script with a broker offering ...Script for deleting objects
Many graphical objects, such as trend lines, price tags, arrows and so on, will remain on chart as a result of an Expert Advisor’s and an indicator’s operation or actions performed by a trader.
It will take pretty much time to delete the objects by tools built into Metatrader 4. The ...

