TradingView
rbrossi
Aug 30, 2018 6:42 PM

Reversal Closing Price 

Euro Fx/U.S. DollarFXCM

Description

long = (low < low[1] and close > close[1])

short = (high > high[1] and close < close[1])
More