Difference between revisions of "StpOrLim Exit"

From MultiCharts
Jump to navigation Jump to search
(Created page with "_StpOrLim Exit places an Exit order (Sell or Buy To Cover) for a number of shares specified in ExitQuantity input and at a price point specified in TriggerPrice input. <br>...")
(No difference)

Revision as of 13:54, 18 November 2021

_StpOrLim Exit places an Exit order (Sell or Buy To Cover) for a number of shares specified in ExitQuantity input and at a price point specified in TriggerPrice input.

This signal may be used to partially exit a position.

Default Inputs

SellOrCover (1) - the type of the exit (1 - Sell, 2 - Buy to Cover).

StopOrLimit (1) - the type of the order ( 1 - Stop, 2 - Limit)

TriggerPrice (100) - the price at which Stop or Limit order is set.

ExitQuantity (1000) - number of shares to exit the position.