//+------------------------------------------------------------------+
//| DEl_ALL_GRAFICS.mq4 |
//| Copyright © 2009, MetaQuotes Software Corp. |
//| http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2009, MetaQuotes Software Corp."
#property link "http://www.metaquotes.net"
//+------------------------------------------------------------------+
//| script program start function |
//+------------------------------------------------------------------+
int start()
{
//----
ObjectsDeleteAll();PlaySound("expert.wav");
//----
return(0);
}
//+------------------------------------------------------------------+
Comments