Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
CloseMultipleOrders - script pour MetaTrader 4
- Vues:
- 17673
- Note:
- Publié:
- 2014.12.05 11:38
- Mise à jour:
- 2016.11.22 07:32
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
A simple script to close multiple market orders.
Input parameters:
- ClossAll -> If this parameter is set to true, all orders (Buy, Sell, Pending orders) are close. This parameter supercedes every other.
- CloseBuyOders -> Closes only Buy orders. If 'CloseOnlyProfit is set to true it closes only Buy positions in profit.
- CloseSellOrders -> Closes only Sell Orders. If 'CloseOnlyProfit' is set to true it closes only Sell positions in profit.
- CloseBuyLimits -> Delete all BuyLimit pending orders if set to true.
- CloseSellLimit -> Delete all SellLimit pending orders if set to true.
- CloseOnlyProfit -> Will close only trades in profit. If 'CloseAll' is set to true, this parameter will be ignored and all trades will be closed
- Slippage -> The minimum allow Slippage. Leave current settings intact if unsure of slippage to apply.
Please make sure you enable automated trading in your terminal, as the figure below, for scripts to function.
PRSI and PCCI
The indicator draws two indicators in separate window.
RoNz Auto SL and TPThis EA automatically sets preconfigured Stop Loss and Take Profit value on all orders with empty TP & SL.
Delete all objects on all charts
The script deletes all objects on all active charts.
ATR LevelsATR Levels indicator marks 5pm NY on the chart along with the 14 day ATR value.