Global Close Orders Management – script MetaTrader 4

Global Close Orders Management - script for MetaTrader 4
//***************************************************************************// 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             

The CGV class for working with global variables – library MetaTrader 5

The CGV class for working with global variables - library for MetaTrader 5
The CGV class simplifies the work with global variables of MetaTrader 5 client terminal. Class methods: GlobalVariableSet GlobalVariableTemp GlobalVariableCheck GlobalVariableGet GlobalVariableDel GlobalVariablesFlush The CGV class for working with global variables – library MetaTrader 5