LosingTrades
<< Click to Display Table of Contents >> LosingTrades |
A subcollection of Trade objects consisting of only the losing trades in a TradeCollection. You can access a trade object by providing an index value. Trades are indexed sequentially meaning the oldest trade taken in a strategy will be at an index value of zero. The most recent trade taken will be at an index value of the total trades in the collection minus 1.
An int value representing the number of trades in the collection |
|
Gets a TradeCollection object representing a specified position |
|
Gets a TradesPerformance object |
protected override void OnBarUpdate() |