SetStopPosition

From MultiCharts
Revision as of 16:48, 19 February 2012 by JoshM (talk | contribs)
Jump to navigation Jump to search

Forces the built-in strategy exit functions to be applied on the entire position basis.

The built-in strategy exit functions are: SetStopLoss, SetProfitTarget, SetBreakEven, SetDollarTrailing, and SetPercentTrailing.

Usage

SetStopPosition

Notes

Example

Force SetStopLoss strategy exit function to be applied on the entire position basis:

SetStopPosition; 

SetStopLoss(100);

An exit order for the entire position will be generated if the position loss reaches $100.