added rust engine and adapter pattern

This commit is contained in:
Boki 2025-07-03 22:28:31 -04:00
parent a58072cf93
commit 0a4702d12a
6 changed files with 328 additions and 186 deletions

View file

@ -51,6 +51,7 @@ export function BacktestPage() {
commission: newConfig.commission,
slippage: newConfig.slippage,
speedMultiplier: newConfig.speedMultiplier,
useTypeScriptImplementation: true, // Enable TypeScript strategy execution
},
});
}, [createBacktest]);