Changes

Jump to navigation Jump to search

Portfolio Trader Strategy Examples

2 bytes added, 14:59, 29 September 2014
master_mp = IntPortion( value1 / ( value33 * bigpointvalue) );</syntaxhighlight>
The instrument’s current Current positionof the instrument:
<syntaxhighlight>my_mp = currentcontracts*marketposition;</syntaxhighlight>
end;</syntaxhighlight>
We’ll check if the main instrument’s position of the instrument has closed:
<syntaxhighlight>if 0 = value1 then begin // need to close position

Navigation menu