+1 888 340 6572

ChangeMarketPosition: Difference between revisions

From MultiCharts
No edit summary
Line 18: Line 18:
== Examples ==
== Examples ==
<syntaxhighlight>If MarketPosition = 2 then  
<syntaxhighlight>If MarketPosition = 2 then  
   ChangeMarketPosition (-2,100,"LX");</syntaxhighlight>  
   ChangeMarketPosition(-2, 100, "LX");</syntaxhighlight>  
Will place close order with the name “LX” and the price 100 if current marketposition = 2.  
Will place close order with the name “LX” and the price 100 if current marketposition = 2.  


<syntaxhighlight>If MarketPosition = 0 then  
<syntaxhighlight>If MarketPosition = 0 then  
   ChangeMarketPosition (-2,100,"SE");</syntaxhighlight>  
   ChangeMarketPosition(-2, 100, "SE");</syntaxhighlight>  
Will place open order with the name “SE” and the price 100 if current marketposition = 0.  
Will place open order with the name “SE” and the price 100 if current marketposition = 0.  


[[Category:Strategy Position Synchronization]]
[[Category:Strategy Position Synchronization]]