//+------------------------------------------------------------------+ //| JS.Levels.V2.mq4 | //| Trading systems developer, contact js_sergey@list.ru © 2009 | //+------------------------------------------------------------------+ #property copyright " js_sergey@list.ru " #property link " http://multiexperts.ru/ " #property indicator_chart_window extern int Months = 120; extern color color1_High = RoyalBlue; extern color color1_Low = Crimson; extern int style1 = 0; extern int width = 1; extern bool ray = True; string lineLow[300]; string lineHigh[300]; double dLow[300]; double dHigh[300]; double dTime[300]; //+------------------------------------------------------------------+ int start() { //---- for (int i=0; i