Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BackTestConfiguration

import type { BackTestConfiguration } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";

Settings for backtest mode.

interface BackTestConfiguration {
RunBackTestMode: boolean;
}

§Properties

§
RunBackTestMode: boolean
[src]

Run a backtest instead of monitoring new data.