BacktestStep Constructor (Int32, Double, Double, IReadOnlyList<(Of <(<'ISimulatedOrder>)>)>, Double, Double)
Namespace:
Suoranta.Finance.Trading
Assembly: Suoranta.Finance (in Suoranta.Finance.dll)
Assembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public BacktestStep( int barIndex, double equity, double closingPosition, IReadOnlyList<ISimulatedOrder> processedOrders, double realizedPL, double unrealizedPL )
Parameters
- barIndex
- Type: Int32
- equity
- Type: Double
- closingPosition
- Type: Double
- processedOrders
- Type: IReadOnlyList<(Of <(<'ISimulatedOrder>)>)>
- realizedPL
- Type: Double
- unrealizedPL
- Type: Double

