Author: Copyright � 2008, MetaQuotes Software Corp.
1 Views
0 Downloads
0 Favorites
Project1
//+------------------------------------------------------------------+
//|                                                     Project1.mq4 |
//|                      Copyright © 2008, MetaQuotes Software Corp. |
//|                                        http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2008, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.net"
#include <Project1.mqh>
//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
int start()
  {
//----
   HelloWorld();
//----
   return(0);
  }
//+------------------------------------------------------------------+

Comments