Difference between revisions of "Custom Strategy SX"

From MultiCharts
Jump to navigation Jump to search
(Created page with "=== Definition=== Custom Strategy SX checks the SXCondition and generated a short exit order for the next bar when SXCondition is true. === Usage=== Short exit based on th...")
 
 
(One intermediate revision by the same user not shown)
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===  
Line 9: Line 9:
  
  
'''Note:''' Use [[Custom Strategy LX]] for exiting a long position.
+
'''Note:''' Use [[Custom Strategy LX]] for exiting a long position.  
            Use [[Custom Strategy SE]] for entering a short position.
+
 
  
 
[[Category:Pre-built Signals]]
 
[[Category:Pre-built Signals]]

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.