♥ 0 |
I’ve not researched if this has been asked in the past so forgive me if so. I did see the approaching 200SMA study but I’m struggling with a code that shows price crossing the 200SMA on the current daily bar and finding it in a scan. What I want is when the price crosses the SMA 200 and the price is below the 50 SMA. I have other requirements for RSI but I know how to add them and left them out on purpose. Here’s my code input price = close; def SMA1 = SimpleMovingAvg(price, length1); #use this to scan for bearish burst
Marked as spam
|
Please log in to post questions.