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...")
 
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]]

Revision as of 17:35, 23 September 2021

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 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.