melfice_187
New member
Hoping someone can help me out with this. I'm trying to store the price(close) when the RSI crosses a certain value and store it as a label.
E.g., If RSI crosses the overbough line(70) get price and store it as a label.
	
	
	
	
	
		
	
		
			
		
		
	
				
			E.g., If RSI crosses the overbough line(70) get price and store it as a label.
		Code:
	
	AddLabel(yes, if RSI crosses below OverBought then AsDollars(close) else ????, Color.RED);