Skip to content

EA Programming

August 26, 2009

//+——————————————————————+
//|                                                 Pips Express.mq4 |
//|                                 Copyright © 2009, Tompinai Corp. |
//|                                          http://www.tompinai.com |
//+——————————————————————+
#property copyright “Copyright © 2009, Tompinai Corp.”
#property link      “http://www.tompinai.com”

//+——————————————————————+
//| expert initialization function                                   |
//+——————————————————————+
int init()
{
//—-

//—-
return(0);
}
//+——————————————————————+
//| expert deinitialization function                                 |
//+——————————————————————+
int deinit()
{
//—-

//—-
return(0);
}
//+——————————————————————+
//| expert start function                                            |
//+——————————————————————+
int start()
{
//—-

//—-
return(0);
}
//+——————————————————————+

Advertisement
No comments yet

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.