Skip to content

BacktestingCompletedEventArgs

Summary

Provides data for the backtesting completed event.

Signature

1
public class BacktestingCompletedEventArgs

Namespace

cAlgo.API

Properties

Process

Summary

Gets the backtesting process that has completed.

Signature

1
public BacktestingProcess Process {get;}

Return Value

BacktestingProcess

JsonReport

Summary

Gets the JSON report of the backtesting results.

Signature

1
public string JsonReport {get;}

Return Value

string

HtmlReport

Summary

Gets the HTML report of the backtesting results.

Signature

1
public string HtmlReport {get;}

Return Value

string