Sample engine JSON outputs

Source path in repo: docs/examples/sample-output/README.md. [View on GitHub]

Mirrored from the engine repository. Prefer reading here for a consistent experience; use GitHub for file history and blame.

Files here are produced by the Open Core engine for the same inputs as in [01-minimal-analyze.md] and [02-wfa-from-trades.md] (six-trade series).

FileSource
minimal-analyze.jsonanalyze() on three profits (0.05, -0.02, 0.08), seed 42, decimals 8
wfa-from-trades.jsonanalyzeFromTrades() on the six-trade example, rolling 2+1 months, permutationN 1000

Regenerate

From the engine repository root (after npm run build):

npm run engine:examples:generate-samples

If you change formulas or hashing, hashes and numbers will change. After regeneration, update the embedded samples in [result-layout-demo.html] so the static demo stays in sync (search for SAMPLE_MINIMAL / SAMPLE_WFA).

[Back to documentation index]