- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
RSI(9) Divergence Buy If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19),1,0) OR If(CLOSE <= LLV(CLOSE,19) AND RSI(9) >LLV(RSI(9),19), 1,0) RSI(9) Divergence Sell If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR If(RSI(9) <= LLV(RSI(9),19) AND CLOSE >LLV(CLOSE,19),1,0) |
|
RSI Divergence Buy & Sell If(RSI(9) >= HHV(RSI(9),19) AND CLOSE <HHV(CLOSE,19),1,0) OR If(CLOSE <= LLV(CLOSE,19) AND RSI(9) >LLV(RSI(9),19), 1,0); If(CLOSE >= HHV(CLOSE,19) AND RSI(9)<HHV(RSI(9),19),1,0) OR If(RSI(9) <= LLV(RSI(9),19) AND CLOSE >LLV(CLOSE,19),1,0); |
You can substitute any formula for the "RSI(9)" from Mike Arnoldi | |
| |
Source / From: |