♥ 0 |
Pete Could you help me with a grab candle alert. I would like an alert when the candle closes above or below the grab candles..Could the alert happen after the candle closes..Long call when it crosses above EMA1 and short when it crosses below EMA3…Thanks declare upper; plot ema1 = ExpAverage (high, 34); AssignPriceColor(if close > ema1 and open < close then Color.GREEN
Marked as spam
|
Please log in to post questions.
There seems to be an error with the code..Its highlighted re in a few places
The errors clear up when you ADD the code provided my Forex Trader to the bottom of your code.