- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
You could use the Reference (Ref) function to shift your indicator backin time and you could add or multiply by a constant or variable to give your indicator a vertical shift. I've never used a time series moving average so I'm kind of outof my league, but I guess it could look like this: |
|
Shifted TSMA Indicator TSMA:= Mov(CLOSE,5,TIMESERIES); ShiftedTSMA:= Ref(TSMA, -1) + 2; ShiftedTSMA |
from Ken Wallace gcwallace@home.com | |
| |
Source / From: |