===================================================================================================================
#property copyright "MT-4"
//==========================================================================================================================
extern double LotExponent = 0.7; //          .   0.1, : 0.15, 0.26, 0.43 ...
extern double Lots = 0.1;        //     0.01     0.1       0.16
extern int lotdecimal = 2;        // 2 -  0.01, 1 -   0.1, 0 -   1.0
extern double TakeProfit = 20.0;  //  
extern double PipStep = 20.0;     //  
extern double slip = 20.0;        // 
extern int MaxTrades = 12;        //     
extern int MagicNumber = 12345;   // 
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extern int    MA_TF = 15;          //      
extern double MaPeriod=34;        //     
extern double MaMode=1;           // 0-  , 1-  , 2-  , 3--  

bool UseEquityStop = true;       //    
double TotalEquityRisk = 35.0;    //     
bool UseTrailingStop = 10.0;     //   
bool UseTimeOut = FALSE;          //     
double MaxTradeOpenHours = 100.0;  //      
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
double Stoploss = 500.0;         //     
double TrailStart = 30.0;
double TrailStop = 20.0;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     /  EXPERTS.    .


:     15  (15)     .   "  " 

    .
 
!      !

