work on strategy-engine
This commit is contained in:
parent
fc4cf71a70
commit
eee6135867
7 changed files with 572 additions and 33 deletions
|
|
@ -12,7 +12,7 @@ export interface BacktestConfig {
|
|||
commissionModel?: string;
|
||||
}
|
||||
|
||||
export class EventBacktestMode extends ExecutionMode {
|
||||
export class EventMode extends ExecutionMode {
|
||||
name = 'event-driven';
|
||||
private simulationTime: Date;
|
||||
private historicalData: Map<string, MarketData[]> = new Map();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue