|
yes
Wouldn't be too hard, I think: the last argument tells which bar of the indicator to read off, and you would read off the same bar as you shift the indicator in order to get its value for "this bar".... iMA( NULL, 0, 14, 8,MODE_SMA,PRICE_CLOSE,8) versus iMA( NULL, 0, 7, 5,MODE_SMA,PRICE_CLOSE,5).
|