This function can be accessed only in the Toolbox.
This formula restricts the display of a study by n bars. It works backward from the most recent bar.
For example, TrncDsp(MA(@,Sim,21),10) would display only the last 10 values of a 21-period moving average. The average is still calculated using 21 periods; only the display is affected.
Example: TrncDsp(MA(@,Sim,21),10)
Parameter |
Description |
Trailing Bars |
Select the number of bars to display. |