      .        .

InitialLots = 0.1; //     
LotsDecimal = 2;
LotIncrement = 1.0; //   "Lots"  . 
MaxLot = 5; //   
Risk = 0.1; //    %  (0.05...3),  = 0,  InitialLots 
InitialTP = 10; //       
PipStep = 30;
PipStepExponent = 1.3; //     .  
slip = 3; //   (    ) ))
MaxLots = 6; //  - 
//-----------------------------------------------------------------------------------------------------------
AfterMaxLots = 0.3; //        
//============================ MACD_STOCH======================================== ========================
MACD_ = " MACD";
MACD_STOCH_ = True;
MACDFast = 8; 
MACDSlow = 17; 
MACDSignal = 9; 

Stochastic_ = " Stochastic";
KPeriod = 13; 
DPeriod = 5; 
Slowing = 4; 
LimitLevel = 20;
// Tral
extern string t = "============";
UseTrailingStop = true;
TrailTP = 10; // ,    
TrailDist = 2; //   ,    
AutoTakeProfit = 50; //   TrailingStop
//-------------------------------------------------------------------------------------------------------------------
//  
extern string o = " ";
Overlapping = True; //       
LeadingOrder = 4; //     .
FLPersent = 4; //   
//-----------------------------------------------------------------------------------------------------------------------------
PriceDist = 5; //  (  3-5,       ) 
//--------------------------------------------------------------------------------------------------------------------

MN_Buy = 12345; //   (      )
MN_Sell = 54321; //   (      )
//------------------------------------------------------------------------------------------------------------
ShowComment = 1; //       : 0- , 1-  , 2- 
debug = False; // 