×

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
Open main menu

Changes

I MarketPosition

737 bytes added, 14:54, 24 January 2012
Created page with "Returns a numerical value, indicating the type of the specified position. A value of 1 indicates the current bar has a long position, -1 indicates the current bar has a short..."
Returns a numerical value, indicating the type of the specified position.
A value of 1 indicates the current bar has a long position, -1 indicates the current bar has a short position, and 0 is returned only if the current bar has a flat position.

==== Usage ====
<syntaxhighlight>i_MarketPosition</syntaxhighlight>

==== Notes ====
This function can only be used in studies.

==== Example ====
<syntaxhighlight>i_MarketPosition will return a value of 0 if the position on the current bar is flat

i_MarketPosition will return a value of 1 if the position on the current bar is long

i_MarketPosition will return a value of -1 if the position on the current bar is short</syntaxhighlight>


[[Category:Strategy Performance]]
Anonymous user