BacktestingCompletedEventArgs¶
Summary¶
Provides data for the backtesting completed event.
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Process¶
Summary
Gets the backtesting process that has completed.
Signature
1 |
|
Return Value
BacktestingProcess
JsonReport¶
Summary
Gets the JSON report of the backtesting results.
Signature
1 |
|
Return Value
string
HtmlReport¶
Summary
Gets the HTML report of the backtesting results.
Signature
1 |
|
Return Value
string