% Chg
From MultiCharts
This indicator plots the percent value of price change.
Default Inputs
Price( Close ) sets the price value to be used for calculations.
Length( 14 ) sets the number of previous bars used for % of change value calculation.
HiAlert( 0 ) positive percent change value that will activate an alert.
LoAlert( 0 ) negative percent change value that will activate an alert.
UpColor( Cyan ) sets the color of plot for positive movement.
DnColor( Red ) sets the color of plot for positive movement.