Add Julia Fastback backtest example - #1
Draft
roberttidball wants to merge 3 commits into
Draft
roberttidball wants to merge 3 commits into
roberttidball wants to merge 3 commits into
Conversation
Takes the README table from main, which had been reworked, and re-adds only the Julia row. The Live URL column and the distribution section that this branch still carried were removed on main deliberately, so they are not resurrected here. Bumps the FXMacroData.jl pin from 5e1def2 to 14ee5fe. The old revision sent the API key as a query parameter, which puts it in request URLs and therefore in logs; the current one sends an X-API-Key header. That also moves the client to 0.2, so the compat bound moves with it.
roberttidball
force-pushed
the
fxmacrodata-julia-fastback-example
branch
from
September 14, 2026 13:05
2dbf81e to
737d08f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This tightens the Julia/Fastback example around the point-in-time behavior a backtest actually needs. Nested revisions are expanded into timestamped events, UTC offsets are normalized, duplicate events are removed, and daily bars cannot consume a release published later that day.
The example remains a consumer of the standalone FXMacroData Julia client; it does not add provider code to Fastback.
Changes
Coverage
Validation
git diff --checkI own FXMacroData and am contributing this example directly.