IDT_sell_order

0 Views
0 Downloads
0 Favorites
IDT_sell_order
//+------------------------------------------------------------------+
//|                       IDT_sell_order.mq4                          |
//|                      Copyright © 2004, Globus                    |
//+------------------------------------------------------------------+
#include <IDT_library.mqh>

#import "IDT_library.ex4"
double glob(string promena);
int buy_limit();
int buy_order();
int sell_limit();
int sell_order();
int variables(int predvolba);
#import


//+------------------------------------------------------------------+
//| script "intraday trading - sell order"                            |
//+------------------------------------------------------------------+
int start()
  {
  variables(0);
  sell_order();

   return(0);   
 
  }

Comments