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);   
 
  }



Sample





Analysis



Market Information Used:



Indicator Curves created:


Indicators Used:



Custom Indicators Used:
IDT_library

Order Management characteristics:

Other Features: