RefIndi

Reference indicator's value
Description
Retrieves an indicator value from N bars back and displays at current bar. Sets the title text to indicate the name of the indicator and the number of bars back.
Category
Extended
Parameters
Indi ( Default: C Min: 0 Max: 0 )
N ( Default: 10 Min: 1 Max: 10000 )
Chart Script

REF(FML(Indi),N);
@SetName(Indi+'-'+N);