×

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

PosTradeEntryDateTime

374 bytes added, 09:21, 9 February 2012
no edit summary
Returns double-precision decimal DateTime for entry order. As an example see [[ComputerDateTime]] and the [[:Category:Date_and_Time_Routines|Date & Time Routines category]].
==== Usage ====<syntaxhighlight>PosTradeEntryDateTime(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);
[[::'''2''' - two positions back, etc.  :'''TradeNumber]] ''' - a numerical expression, specifying the number of trade (zero-based).
==== Notes ==== * This function can only be used in signals.  * To retrieve the total number of trades in specified position use [[PosTradeCount]] .* Use [[PosTradeExitDateTime]] to get the exit time, in DateTime format, for an exit order.
==== Example ====<syntaxhighlight>PosTradeEntryDateTime(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]]