ytg_ObjectsDeleteAll

Author: Yuriy Tokman
ytg_ObjectsDeleteAll
1 Views
0 Downloads
0 Favorites
ytg_ObjectsDeleteAll
//+------------------------------------------------------------------+
//|                                         ytg_ObjectsDeleteAll.mq4 |
//|                                                     Yuriy Tokman |
//|                                            yuriytokman@gmail.com |
//+------------------------------------------------------------------+
#property copyright "Yuriy Tokman"
#property link      "yuriytokman@gmail.com"

//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
  {
//----
   ObjectsDeleteAll();
//----
   return(0);
  }
//+------------------------------------------------------------------+

Comments