♥ 0 |
Hi, I hope you can help. I have a scanner or study that finds Inside Bars, and after the inside Bar is close it shows me an alert with an arrow for the third bar. I have the code here: def IsUp = close > open; PatternPlot.AssignValueColor(Color.YELLOW); Alert(PatternPlot, ” InsideBar”, Alert.BAR, Sound.Chimes);
I would like to show the value of the high and low of the inside bar that is close. for example I found these: but it does it in every single candle. I only want when the condition is met. I have these: plot data_low = low; I appreciate all your help thanks Arlette
Marked as spam
|
Please log in to post questions.