Bars Since Activated >= X
Abbreviation: BarsSinceAct>=X
Category: Trading Strategy: Exit Signals
Input Parameters:
Name | Range | Default |
Trading Strategy | ||
Bars | Int >= 0 | 20 |
Calculation:
If Bars Since Entry Activated (Trading Strategy, 0) greater than or equal to X then
Bars Since Activated Flag = 1
else
Bars Since Activated Flag = 0
Discussion:
Indicates that an entry order signal occured a specified number of bars ago. Very useful as one of several exit signal for a trading strategy.