So, if I were interested in the relative price trajectory of, say, "Resolute Mining", the script could be changed to
study("")tickr = input("ASX:RSG/ASX:XAO", type = input.symbol)val = security(tickr, timeframe.period, close)plot(val)
to generate the relative price of RSG over a time period, is that correct?
JoMo
- Forums
- ASX - General
- relative price charts