The script is designed to place orders at the time when it is not possible, for example, when the market is closed. Specify the trad...
Showing posts with label Closed. Show all posts
Showing posts with label Closed. Show all posts
MetaTrader 4 Script | Closed WIN
0
Closure of all winning positions. (You can indicate a specific instrument if you want to). 16621 Best MetaTrader Indicators + Pr...
MetaTrader 4 Script | Closed LOSS
0
Closure of all positions with a loss. (You can indicate a specific instrument if you want to). 16622 Best MetaTrader Indicators ...
MetaTrader 4 Script | Closed TOTAL
0
Total closure of all positions (winners/losers). You can also select which are of a single instrument. 16623 Best MetaTrader Ind...
MetaTrader 4 Script | Pending Order Timer on Closed Market
0
You can send pending order on closed market between StartTime and EndTime at specific minumum and maximum price. You can also use ...
MetaTrader 5 Script | Print Closed Position
0
The script prints info about a closed position by its position ticket or identifier, on a retail hedging account. It supports only ...
MetaTrader 5 Expert Advisor | Check Last Closed Trade (Profit / Type / Symbol etc.)
0
With this code block, you can get the last closed trade data without using loops. Create a variable to set the current day start ...
MetaTrader 4 Script | Total Active / Closed orders by order type in MT4
0
There are six different type of active or closed orders which is OP_BUY OP_SELL OP_BUYSTOP OP_SELLSTOP OP_BUYLIMIT OP_SELLL...
MetaTrader 4 Expert Advisor | Get Nth Closed Trade from the end in MT4
0
This EA will scan all closed trades in the history. And check which trade closed most recently. If we pass 0 , then it will fetch mo...
MetaTrader 5 Expert Advisor | Get Nth Closed Trade from the end in MT5
0
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the...
MetaTrader 5 Libraries | Push Notification for Opened / Closed Trades (Netting)
0
Features Sends notifications for trade opens and closes Shows trade type (Buy/Sell) and lot size for new trades Displays profit/l...
MetaTrader 5 Expert Advisor | Profit labels for closed trades (deals)
0
A simple demonstration to show how it's possible to code profit and loss labels for the most recently closed deals. This EA wil...