Changes

Jump to navigation Jump to search

SetDollarTrailing

35 bytes added, 12:33, 27 January 2012
==== Example ====
<syntaxhighlight>Generate an exit order for the entire position if position profit drops by $50:
<syntaxhighlight>SetStopPosition;
SetDollarTrailing(50); </syntaxhighlight>
Generate an exit order for the entry if per contract profit drops by $10:
<syntaxhighlight>SetStopContract;
SetDollarTrailing(10);</syntaxhighlight>
[[Category:Strategy Orders]]
Anonymous user

Navigation menu