Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Script

Global Close Orders Management - script per MetaTrader 4

Close Orders of global trades
Pubblicati da::
[Eliminato]
Visualizzazioni:
1394
Valutazioni:
(3)
Pubblicato:
2024.03.29 12:02
Aggiornato:
2024.04.01 20:54
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

//***************************************************************************//

extern string  Close_Orders_Management                    =  ""   ;
//***************************************************************************//
input bool     Close_All_ORDERS                          =  false;
input bool     Close_Active_Buy_and_Sell_ORDERS          =  false;
input bool     Close_Active_Buy_ORDERS                   =  false;
input bool     Close_Active_Sell_ORDERS                  =  false;
//***************************************************************************//
input bool     Close_All_Pending_Orders                  =  false;
input bool     Close_Buy_Pending_Orders                  =  false;
input bool     Close_Sell_Pending_Orders                 =  false;
//***************************************************************************//
input bool     Close_All_LIMIT_Orders                    =  false;
input bool     Close_BUY_LIMIT_Orders                    =  false;
input bool     Close_SELL_LIMIT_Orders                   =  false;
//***************************************************************************//
input bool     Close_All_STOP_Orders                     =  false;
input bool     Close_BUY_STOP_Orders                     =  false;
input bool     Close_SELL_STOP_Orders                    =  false;
//***************************************************************************//
input int      Close_ALL_Positive_Orders_Higher_than_PIPS    =  0;
input int      Close_BUY_Positive_Orders_Higher_than_PIPS    =  0;
input int      Close_SELL_Positive_Orders_Higher_than_PIPS   =  0;
//***************************************************************************//
input int      Close_ALL_Negative_Orders_Lower_than_PIPS     =  0;
input int      Close_BUY_Negative_Orders_Lower_than_PIPS     =  0;
input int      Close_SELL_Negative_Orders_Lower_than_PIPS    =  0;

//***************************************************************************//


#property copyright     "Copyright 2024, MetaQuotes Ltd."

#property link          "https://www.mql5.com"

#property version       "1.01"

#property description   "persinaru@gmail.com"

#property description   "Julian 2024 - free open source"

#property description   "Global Close Orders Management."

#property description   ""

#property description   "WARNING: Use this software at your own risk."

#property description   "The creator of this script cannot be held responsible for any damage or loss."

#property description   ""

#property strict

#property show_inputs




    Symbol Spread Equity Profit Banner V1.mq4 Symbol Spread Equity Profit Banner V1.mq4

    Simple banner showing Symbol Spread Equity Profit Banner

    Open Charts of open trades symbols Open Charts of open trades symbols

    Open Charts