I would like to count how many "bars in last trade".
Any suggestions on how to accomplish this?
Everything I reviewed in the documentation made reference to either bars since exit, or bars since entry.
if(Position.GetProfitLoss(Close[0], PerformanceUnit.Currency) >= 300
&& "how many bars in last successful trade?"

Comment