BacktestingSettings¶
Summary¶
Represents settings for configuring the backtesting process.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
StartTimeUtc¶
Summary
Gets or sets the start time in UTC for the backtesting period.
Signature
1 |
|
Return Value
DateTime
EndTimeUtc¶
Summary
Gets or sets the end time in UTC for the backtesting period.
Signature
1 |
|
Return Value
DateTime
Balance¶
Summary
Gets or sets the initial balance for the backtesting.
Signature
1 |
|
Return Value
double
DataMode¶
Summary
Gets or sets the data mode used for backtesting.
Signature
1 |
|
Return Value
BacktestingDataMode
DataFile¶
Summary
Gets or sets the path to the data file used for backtesting.
Signature
1 |
|
Return Value
string
CommissionUsdPerMillionUsd¶
Summary
Gets or sets the commission in USD per million USD traded.
Signature
1 |
|
Return Value
double
SpreadPips¶
Summary
Gets or sets the spread in pips.
Signature
1 |
|
Return Value
double