PDA

View Full Version : last trade


mattisa
06-13-2007, 02:57 AM
Good morning, I need a piece of information:
-I would like to know in what way it is possible to make recognize with some strategy if the last done trade is in profit or in loss.
Many thank
. Matteo

NinjaTrader_Ray
06-13-2007, 07:58 AM
For now you can monitor the following property. Store the value when position goes from flat --> long or short. Then once flat again, check the value again and compare to the stored value.

CumProfit - http://www.ninjatrader-support.com/HelpGuideV6/CumProfit.html

mattisa
06-13-2007, 09:54 AM
Thanks Ray.