Const
Singleton instance of ScheduleUtils for convenient scheduled signals reporting.
import { Schedule } from "./classes/Schedule";const stats = await Schedule.getData("my-strategy");console.log("Cancellation rate:", stats.cancellationRate); Copy
import { Schedule } from "./classes/Schedule";const stats = await Schedule.getData("my-strategy");console.log("Cancellation rate:", stats.cancellationRate);
Singleton instance of ScheduleUtils for convenient scheduled signals reporting.