Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@kiploks/engine-contracts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiploks/engine-contracts

You can now run Freqtrade bot tests directly from the web interface with much less setup friction.

latest
Source
npmnpm
Version
0.4.3
Version published
Maintainers
1
Created
Source

@kiploks/engine-contracts

✨ New: easier Freqtrade bot testing in UI

You can now run Freqtrade bot tests directly from the web interface with much less setup friction.

https://github.com/user-attachments/assets/b376f964-ab70-44ef-b8f6-bc3fd19f4e21

Run the UI with one of these options:

# from engine repo root:
npm install
npm run ui

# or without global install:
npx -y @kiploks/engine-cli ui --watch

  • Pick a specific backtest artifact from the list, or run in Auto (top_n) mode.
  • Start integration runs from a cleaner Step 4 workspace with collapsible sections.
  • Get report links in run logs after successful local runs, so you can open results right away.
  • Report title handling is automatic and predictable when switching between artifact and top_n modes.

Repository: github.com/kiploks/engine

Versioned TypeScript contracts for Kiploks Open Core: analyze I/O, test result shapes, engine and formula version constants. Use as the stable boundary between integrators, CLI, and @kiploks/engine-core.

Keywords trading API types, WFA contracts, analyze input schema, backtest result types, engine versioning.

Install

npm install @kiploks/engine-contracts

What is included

  • AnalyzeInput, AnalyzeConfig, AnalyzeOutput
  • TestResultData and related contract types
  • Engine and formula version constants

Pair with @kiploks/engine-core for runtime behavior.

License

Apache-2.0 (LICENSE in this package).

Trademarks

See TRADEMARK.md in the repository root.

Keywords

algorithmic-trading

FAQs

Package last updated on 08 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts