Changes

Jump to navigation Jump to search

SetStopLoss

35 bytes added, 12:36, 27 January 2012
==== Example ====
<syntaxhighlight>Generate an exit order for the entire position if the position loss reaches $100:
<syntaxhighlight>SetStopPosition;
SetStopLoss(100); </syntaxhighlight>
Generate an exit order for the entry if the loss per contract reaches $10:
<syntaxhighlight>SetStopContract;
SetStopLoss(10);</syntaxhighlight>
[[Category:Strategy Orders]]
Anonymous user

Navigation menu