Difference between revisions of "Custom Strategy SX"

From MultiCharts
Jump to navigation Jump to search
 
Line 1: Line 1:
 
=== Definition===  
 
=== Definition===  
Custom Strategy SX checks the SXCondition and generated a short exit order for the next bar when SXCondition is true.  
+
Custom Strategy SX checks the SXCondition and generates a short exit order for the next bar when SXCondition is true.
  
 
=== Usage===  
 
=== Usage===  

Latest revision as of 10:09, 24 September 2021

Definition

Custom Strategy SX checks the SXCondition and generates a short exit order for the next bar when SXCondition is true.

Usage

Short exit based on the specified custom criteria.

Default Inputs

SXCondition - true/false expression used to trigger a short exit order.


Note: Use Custom Strategy LX for exiting a long position.