Difference between revisions of "Custom Strategy LE"

From MultiCharts
Jump to navigation Jump to search
(Created page with "=== Definition=== Custom Strategy LE checks the LECondition and generates a long entry order for the next bar when LECondition is true. === Usage=== Long entry based on the...")
 
(No difference)

Latest revision as of 10:11, 24 September 2021

Definition

Custom Strategy LE checks the LECondition and generates a long entry order for the next bar when LECondition is true.

Usage

Long entry based on the specified custom criteria.

Default Inputs

LECondition - true/false expression used to trigger a long entry order.


Note: Use Custom Strategy SE for entering a short position.