Does this mean MA0515study = ema( 15,close(inv(5)));
the same as
MA0515study = offsetSeries(eval(Type1)(Length1,eval(Source1)(sym (vSymbol)(inv(5)))),Offset1)
type ema
length 15
source1 close
vsymbol
offset 0
Iam trying to check on higher time frames without having to open the chart of the higher time frame
the same as
MA0515study = offsetSeries(eval(Type1)(Length1,eval(Source1)(sym (vSymbol)(inv(5)))),Offset1)
type ema
length 15
source1 close
vsymbol
offset 0
Iam trying to check on higher time frames without having to open the chart of the higher time frame
Comment