♥ 0 |
I am trying to create an alert that alerts me when the price is crossing the bollingerband (9 length,exponential) on either the upper and/or lower band. This is for forex pairs. I would also liek to ou tthat code into a scan if possble. The code that I have created with condition wized is below. Also, a screenshot of the price action set up im looking for. I want the alert when its eithere or. bid() is greater than BollingerBands(“length” = 9, “average type” = “EXPONENTIAL”).”UpperBand” or bid() is less than BollingerBands(“length” = 9, “average type” = “EXPONENTIAL”).”LowerBand”
Marked as spam
|
Please log in to post questions.