Disliked{quote} //---- input parameters extern int BarsCount = 1500; extern int MAPeriod = 78; extern int MAMethod = MODE_SMA;//0-Simple;1-Exponential;2-Smoothed;3-Linear Weighted; extern int MAPrice = PRICE_CLOSE; // 0 - Close; 1 - Open;2 - High;3 - Low;4 - Median Price (HL/2); // 5 - Typical Price (HLC/3); 6 - Weighted Close (HLCC/4)Ignored