Changes

Jump to navigation Jump to search

SetProfitTarget

35 bytes added, 12:35, 27 January 2012
==== Example ====
<syntaxhighlight>Generate an exit order for the entire position if the position profit reaches $100:
<syntaxhighlight>SetStopPosition;
SetProfitTarget(100); </syntaxhighlight>
Generate an exit order for the entry if the profit per contract reaches $10:
<syntaxhighlight>SetStopContract;
SetProfitTarget(10);</syntaxhighlight>
Anonymous user

Navigation menu