×

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

PosTradeExitDateTime

300 bytes added, 09:22, 9 February 2012
m
Returns double-precision decimal DateTime for exit order. As an example see [[ComputerDateTime]] .
==== Usage ====<syntaxhighlight>PosTradeExitDateTime(PosAgo,TradeNumber)</syntaxhighlight>
Where: [[PosAgo]] - a numerical expression, specifying the position:
[[0]] :'''PosAgo''' - open a numerical expression, specifying the position; :
[[1]] ::'''0''' - one open position back (the last position closed);
[[2]] ::'''1''' - two positions one position back, etc. (the last position closed);
[[TradeNumber]] ::'''2''' - a numerical expressiontwo positions back, specifying the number of trade (zero-based). ==== Notes ==== This function can only be used in signalsetc.
To retrieve :'''TradeNumber''' - a numerical expression, specifying the total number of trades in specified position use [[PosTradeCount]] trade (zero-based).
==Notes == Example ====* This function can only be used in signals. * To retrieve the total number of trades in specified position use [[PosTradeCount]].* Use [[PosTradeEntryDateTime]] to get the entry time (in DateTime format) for the entry order.
== Example ==
<syntaxhighlight>PosTradeExitDateTime(1, 0);</syntaxhighlight>
Will return 40948.43 if the time of the first exit order for the most recently closed position is February 9th, 2012, at 10:21 am.
[[Category:Strategy Position Trades]]