Changes

Jump to navigation Jump to search

SetBreakEven

35 bytes added, 12:33, 27 January 2012
==== Example ====
<syntaxhighlight>Generate an exit order for the entire position if it is at the breakeven point after position profit
has reached $50:
<syntaxhighlight>SetStopPosition;
SetBreakEven(50); </syntaxhighlight>
Generate an exit order for the entry if it is at the breakeven point after per contract profit has
reached $10:
<syntaxhighlight>SetStopContract;
SetBreakEven(10);</syntaxhighlight>
Anonymous user

Navigation menu