DEl_ALL_GRAFICS

Author: Copyright � 2009, MetaQuotes Software Corp.
Miscellaneous
It plays sound alerts
1 Views
0 Downloads
0 Favorites
DEl_ALL_GRAFICS
//+------------------------------------------------------------------+
//|                                              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