×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

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