/** * Standalone DSL runner — MOCK: no API key; fake prices and no-op SL/close. * Runs with 10 strategies, 3–4 positions per strategy, and random close/flip events. * * Optional: DSL_STATE_DIR to persist state; otherwise uses a temp dir (removed on exit). * * Usage (after build): * npm run run:dsl:mock * node dist/scripts/run-dsl-standalone-mock.js --seconds 120 * node dist/scripts/run-dsl-standalone-mock.js --seconds 60 --seed 42 # reproducible randomness */ import "dotenv/config"; //# sourceMappingURL=run-dsl-standalone-mock.d.ts.map