added rust engine and adapter pattern
This commit is contained in:
parent
a58072cf93
commit
0a4702d12a
6 changed files with 328 additions and 186 deletions
|
|
@ -51,6 +51,7 @@ export function BacktestPage() {
|
|||
commission: newConfig.commission,
|
||||
slippage: newConfig.slippage,
|
||||
speedMultiplier: newConfig.speedMultiplier,
|
||||
useTypeScriptImplementation: true, // Enable TypeScript strategy execution
|
||||
},
|
||||
});
|
||||
}, [createBacktest]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue