Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 389 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 389 Bytes

Start Script

To run the script using Docker, execute ./start.sh. Alternatively, you can run it using bun start. Add the credentials to your users creating userSeed.ts according userSeed.example.ts

Back Testing

  1. Add a new file in /src/strategies according.
  2. Go to src/config.ts and set values for strategies and also for backtestConfig.
  3. Run bun runBacktest.