♥ 0 |
Hello Is there any way we can create alert when everytime ticker SPY or any move 50 cents up on down then alert ring. input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = AggregationPeriod.day)[1]; AddLabel(yes, “SPY” + ”:” + AD, if AD >= -0.50 then Color.Light_orange Else getcolor(5));
Marked as spam
|
Please log in to post questions.