Variable libConst

lib: {
    actionConnectionService: ActionConnectionService;
    actionCoreService: ActionCoreService;
    actionSchemaService: ActionSchemaService;
    actionValidationService: ActionValidationService;
    backtestCommandService: BacktestCommandService;
    backtestLogicPrivateService: BacktestLogicPrivateService;
    backtestLogicPublicService: BacktestLogicPublicService;
    backtestMarkdownService: BacktestMarkdownService;
    backtestReportService: BacktestReportService;
    breakevenConnectionService: BreakevenConnectionService;
    breakevenGlobalService: BreakevenGlobalService;
    breakevenMarkdownService: BreakevenMarkdownService;
    breakevenReportService: BreakevenReportService;
    columnValidationService: ColumnValidationService;
    configValidationService: ConfigValidationService;
    contextMetaService: {
        executionContextService: { context: IExecutionContext };
        getContextTimestamp: () => number;
        loggerService: {
            _commonLogger: ILogger;
            _executionContext: {};
            _methodContext: {};
            debug: (topic: string, ...args: any[]) => Promise<void>;
            executionContextService: { context: IExecutionContext };
            info: (topic: string, ...args: any[]) => Promise<void>;
            log: (topic: string, ...args: any[]) => Promise<void>;
            methodContextService: { context: IMethodContext };
            setLogger: (logger: ILogger) => void;
            warn: (topic: string, ...args: any[]) => Promise<void>;
        };
    };
    exchangeConnectionService: ExchangeConnectionService;
    exchangeCoreService: ExchangeCoreService;
    exchangeSchemaService: ExchangeSchemaService;
    exchangeValidationService: ExchangeValidationService;
    executionContextService: { context: IExecutionContext };
    frameConnectionService: FrameConnectionService;
    frameCoreService: FrameCoreService;
    frameSchemaService: FrameSchemaService;
    frameValidationService: FrameValidationService;
    heatMarkdownService: HeatMarkdownService;
    heatReportService: HeatReportService;
    highestProfitMarkdownService: HighestProfitMarkdownService;
    highestProfitReportService: HighestProfitReportService;
    liveCommandService: LiveCommandService;
    liveLogicPrivateService: LiveLogicPrivateService;
    liveLogicPublicService: LiveLogicPublicService;
    liveMarkdownService: LiveMarkdownService;
    liveReportService: LiveReportService;
    loggerService: {
        _commonLogger: ILogger;
        _executionContext: {};
        _methodContext: {};
        debug: (topic: string, ...args: any[]) => Promise<void>;
        executionContextService: { context: IExecutionContext };
        info: (topic: string, ...args: any[]) => Promise<void>;
        log: (topic: string, ...args: any[]) => Promise<void>;
        methodContextService: { context: IMethodContext };
        setLogger: (logger: ILogger) => void;
        warn: (topic: string, ...args: any[]) => Promise<void>;
    };
    maxDrawdownMarkdownService: MaxDrawdownMarkdownService;
    maxDrawdownReportService: MaxDrawdownReportService;
    methodContextService: { context: IMethodContext };
    notificationHelperService: NotificationHelperService;
    partialConnectionService: PartialConnectionService;
    partialGlobalService: PartialGlobalService;
    partialMarkdownService: PartialMarkdownService;
    partialReportService: PartialReportService;
    performanceMarkdownService: PerformanceMarkdownService;
    performanceReportService: PerformanceReportService;
    priceMetaService: PriceMetaService;
    riskConnectionService: RiskConnectionService;
    riskGlobalService: RiskGlobalService;
    riskMarkdownService: RiskMarkdownService;
    riskReportService: RiskReportService;
    riskSchemaService: RiskSchemaService;
    riskValidationService: RiskValidationService;
    scheduleMarkdownService: ScheduleMarkdownService;
    scheduleReportService: ScheduleReportService;
    sizingConnectionService: SizingConnectionService;
    sizingGlobalService: SizingGlobalService;
    sizingSchemaService: SizingSchemaService;
    sizingValidationService: SizingValidationService;
    strategyConnectionService: StrategyConnectionService;
    strategyCoreService: StrategyCoreService;
    strategyMarkdownService: StrategyMarkdownService;
    strategyReportService: StrategyReportService;
    strategySchemaService: StrategySchemaService;
    strategyValidationService: StrategyValidationService;
    syncMarkdownService: SyncMarkdownService;
    syncReportService: SyncReportService;
    timeMetaService: TimeMetaService;
    walkerCommandService: WalkerCommandService;
    walkerLogicPrivateService: WalkerLogicPrivateService;
    walkerLogicPublicService: WalkerLogicPublicService;
    walkerMarkdownService: WalkerMarkdownService;
    walkerReportService: WalkerReportService;
    walkerSchemaService: WalkerSchemaService;
    walkerValidationService: WalkerValidationService;
}

Type declaration

  • actionConnectionService: ActionConnectionService
  • actionCoreService: ActionCoreService
  • actionSchemaService: ActionSchemaService
  • actionValidationService: ActionValidationService
  • backtestCommandService: BacktestCommandService
  • backtestLogicPrivateService: BacktestLogicPrivateService
  • backtestLogicPublicService: BacktestLogicPublicService
  • backtestMarkdownService: BacktestMarkdownService
  • backtestReportService: BacktestReportService
  • breakevenConnectionService: BreakevenConnectionService
  • breakevenGlobalService: BreakevenGlobalService
  • breakevenMarkdownService: BreakevenMarkdownService
  • breakevenReportService: BreakevenReportService
  • columnValidationService: ColumnValidationService
  • configValidationService: ConfigValidationService
  • contextMetaService: {
        executionContextService: { context: IExecutionContext };
        getContextTimestamp: () => number;
        loggerService: {
            _commonLogger: ILogger;
            _executionContext: {};
            _methodContext: {};
            debug: (topic: string, ...args: any[]) => Promise<void>;
            executionContextService: { context: IExecutionContext };
            info: (topic: string, ...args: any[]) => Promise<void>;
            log: (topic: string, ...args: any[]) => Promise<void>;
            methodContextService: { context: IMethodContext };
            setLogger: (logger: ILogger) => void;
            warn: (topic: string, ...args: any[]) => Promise<void>;
        };
    }
  • exchangeConnectionService: ExchangeConnectionService
  • exchangeCoreService: ExchangeCoreService
  • exchangeSchemaService: ExchangeSchemaService
  • exchangeValidationService: ExchangeValidationService
  • executionContextService: { context: IExecutionContext }
  • frameConnectionService: FrameConnectionService
  • frameCoreService: FrameCoreService
  • frameSchemaService: FrameSchemaService
  • frameValidationService: FrameValidationService
  • heatMarkdownService: HeatMarkdownService
  • heatReportService: HeatReportService
  • highestProfitMarkdownService: HighestProfitMarkdownService
  • highestProfitReportService: HighestProfitReportService
  • liveCommandService: LiveCommandService
  • liveLogicPrivateService: LiveLogicPrivateService
  • liveLogicPublicService: LiveLogicPublicService
  • liveMarkdownService: LiveMarkdownService
  • liveReportService: LiveReportService
  • loggerService: {
        _commonLogger: ILogger;
        _executionContext: {};
        _methodContext: {};
        debug: (topic: string, ...args: any[]) => Promise<void>;
        executionContextService: { context: IExecutionContext };
        info: (topic: string, ...args: any[]) => Promise<void>;
        log: (topic: string, ...args: any[]) => Promise<void>;
        methodContextService: { context: IMethodContext };
        setLogger: (logger: ILogger) => void;
        warn: (topic: string, ...args: any[]) => Promise<void>;
    }
  • maxDrawdownMarkdownService: MaxDrawdownMarkdownService
  • maxDrawdownReportService: MaxDrawdownReportService
  • methodContextService: { context: IMethodContext }
  • notificationHelperService: NotificationHelperService
  • partialConnectionService: PartialConnectionService
  • partialGlobalService: PartialGlobalService
  • partialMarkdownService: PartialMarkdownService
  • partialReportService: PartialReportService
  • performanceMarkdownService: PerformanceMarkdownService
  • performanceReportService: PerformanceReportService
  • priceMetaService: PriceMetaService
  • riskConnectionService: RiskConnectionService
  • riskGlobalService: RiskGlobalService
  • riskMarkdownService: RiskMarkdownService
  • riskReportService: RiskReportService
  • riskSchemaService: RiskSchemaService
  • riskValidationService: RiskValidationService
  • scheduleMarkdownService: ScheduleMarkdownService
  • scheduleReportService: ScheduleReportService
  • sizingConnectionService: SizingConnectionService
  • sizingGlobalService: SizingGlobalService
  • sizingSchemaService: SizingSchemaService
  • sizingValidationService: SizingValidationService
  • strategyConnectionService: StrategyConnectionService
  • strategyCoreService: StrategyCoreService
  • strategyMarkdownService: StrategyMarkdownService
  • strategyReportService: StrategyReportService
  • strategySchemaService: StrategySchemaService
  • strategyValidationService: StrategyValidationService
  • syncMarkdownService: SyncMarkdownService
  • syncReportService: SyncReportService
  • timeMetaService: TimeMetaService
  • walkerCommandService: WalkerCommandService
  • walkerLogicPrivateService: WalkerLogicPrivateService
  • walkerLogicPublicService: WalkerLogicPublicService
  • walkerMarkdownService: WalkerMarkdownService
  • walkerReportService: WalkerReportService
  • walkerSchemaService: WalkerSchemaService
  • walkerValidationService: WalkerValidationService