Analysis Techniques & Strategies

Consecutive Downs SE (Strategy)

image\trumpet2.gif Disclaimer

Input Information

Name Type Default Description
Price Numeric Close Price value to consider.
ConsecutiveDowns Numberic 3 Number of consecutive closes required to generate an order.

Usage

Short entry based on a number of consecutive closes lower than the previous.

Description

This strategy counts the number of occurrences where Price (Close) is less than the previous Price. If the condition is true over the last ConsecutiveDowns (Input) number of bars, a short entry will be generated for the next bar.

Order Name: ConsDnSE

Related Strategy: Consecutive Ups LE

Related Function(s): CountIf