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