Analysis Techniques & Strategies
Name | Type | Default | Description |
Price | Numeric | Close | Price value to consider. |
ConsecutiveUps | Numeric | 3 | Number of consecutive closes required to generate an order. |
Long entry based on a number of consecutive closes greater than the previous.
This strategy counts the number of occurrences where the Price (Close) is greater than the previous Price. If the condition is true over the last ConsecutiveUps (Input) number of bars, a long entry will be generated for the next bar.
Order Name: ConsUpLE
Related Strategy: Consecutive Downs SE
Related Function(s): CountIf