//==========================================================================================================================
#property copyright "MT-4"
=======================================================================================================================
extern double LotExponent = 1.37; //          .   0.05, : 0.15, 0.26, 0.43 ...
extern double Lots = 0.05;        //     0.01     0.1       0.16
extern int lotdecimal = 2;        // 2 -  0.01, 1 -   0.1, 0 -   1.0
extern double TakeProfit = 10.0;  //  
extern double PipStep = 20.0;     //  
extern double slip = 20.0;        // 
extern int MaxTrades = 12;        //     
extern int MagicNumber = 12345;   // 
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
extern int    MA_TF = 1;          //      
extern double MaPeriod=34;        //     
extern double MaMode=1;           // 0-  , 1-  , 2-  , 3--  
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bool UseEquityStop = FALSE;       //    
double TotalEquityRisk = 20.0;    //     
bool UseTrailingStop = FALSE;     //   
bool UseTimeOut = FALSE;          //     
double MaxTradeOpenHours = 48.0;  //      
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
double Stoploss = 5000.0;         //     
double TrailStart = 100.0;
double TrailStop = 100.0;

     /  EXPERTS.    .


:     15  (15)      Fxbs.ru
 
    .  "  " 

    .
 
!      !

