  | 
		Mark Peterson 
      2015-06-13 02:12:37
	  	   	
	   
	  
	  
	  	   
	  	  
	  	  
	   	  	  
 | 	  
	  
 | 
    
 
	 
  I'm tired of searching - how do you draw a line on an indicator. I want to draw a zero line 
 
This does not work, but gives no errors: 
 
     Plot( 0 ,"", colorBlack, chartline, styleOwnScale); 
 
This does not work but gives no errors: 
 
   ZeroLine=0; 
   Plot( ZeroLine ,"", colorBlack, chartline, styleOwnScale); 
 
I realize this is an array/vector issue, but there are no declarative statements that I can find except within function code. And no examples in indicators  
I have down loaded. 
 
 
 
       
       
 
 
 | 
 |