TradingView
Azzrael
19 feb 2022 09:49

EMA Oscilator [Azzrael] 

Bitcoin / United States DollarCoinbase

Descrizione

Just one more simple and useless Oscilator based on EMA. I've used Standard Deviation of (close - ema) to show overheated zones.
Commenti
fraimov
Good time to you! I really liked this indicator. I am not strong in coding and I ask for your help. At the moment I'm trying to write an overheating alert, which should work when red and green colors appear.
This is how the line turned out

//SIGNAL
alertcondition(v >= dev_limit or v > dev_limit*-1, title = "signal", message = "signal" )

The problem is that this alert works with green and orange (instead of red). Attempts to teach the script to see red overheating failed, unfortunately. Please help with this.
I wanted to write to you in Russian) but I have to use a translator)
Altro