×

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

PlaceMarketOrder

17 bytes added, 14:19, 27 January 2012
m
no edit summary
<syntaxhighlight>PlaceMarketOrder(IsBuy, IsEntry, Contracts)</syntaxhighlight>
Where: [[ :'''IsBuy]] ''' - indicates whether order is buy or sell;
[[:'''IsEntry]] ''' - indicates whether order is entry or exit;
[[:'''Contracts]] ''' - indicates the number of contracts/shares of the order.
==== Notes ====
==== Example ====
<syntaxhighlight>If MarketPosition = 2 then
PlaceMarketOrder (true, true, 2) ; </syntaxhighlight>
Will place buy market order for 2 contracts if current marketposition MarketPosition =2 .

Navigation menu