Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.29 KB

File metadata and controls

14 lines (9 loc) · 1.29 KB

Freqtrade and OctoBot integrations (without the TypeScript engine)

You do not have to install or call @kiploks/engine-core or other Open Core npm packages if your workflow is built around Freqtrade or OctoBot.

This engine tree does not contain a Python package such as kiploks_adapter or a Freqtrade plugin you install from here. Separate repositories ship Python-side bridges that send backtest and walk-forward results to Kiploks (hosted analysis, API keys, upload flow). They complement this repo for users who want a direct bot integration instead of mapping exports to Trade[] or CSV in Node.

Integration Repository
Freqtrade github.com/kiploks/kiploks-freqtrade
OctoBot github.com/kiploks/kiploks-octobot

Use the README in each repo for setup (config, script entrypoints, and Kiploks API usage).

Relation to Open Core: The engine repo still defines contracts and formulas that power cloud analysis. The Python integrations are client paths into the product; they do not replace reading CHANGELOG.md when you care about version alignment between bot export shape and server expectations.