Add standard and conservative XAG-USD 100u maker profiles#240
Merged
Conversation
Two example profiles for a 100 DUSD account at isolated 2x, both wired to the newly merged risk controls (stop_loss, alert_equity_below, alert_margin_below, account-stream safe reconnect): - conservative: keeps the production-tested geometry and active-exit tuple (0.8 / 25 / 0.2), alert at 2% / hard-stop at 4%. - standard: two-level ladder, max_position 1.2 (~35% of 2x capacity), alert 3% / stop 6%. Its scaled exit tuple (1.2 / 25 / 0.3) is flagged as not production-validated with a paper-first warning. The legacy maker-xag-100u.toml header now points at the new profiles and notes that live mode requires --alert-webhook. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Two example maker profiles for a 100 DUSD account at isolated 2x on XAG-USD, both updated for the risk controls merged this week (#216 account-stream safe reconnect, #219
stop_loss+ equity/margin floors, #220 live webhook requirement, #221deny_unknown_fields):The legacy
maker-xag-100u.tomlgets a header note pointing to the new profiles and the--alert-webhooklive requirement. No code changes.Test plan
MakerFileConfig(withdeny_unknown_fieldsan unknown key refuses to start) — none unknowncargo fmt --check/clippy -D warnings/cargo test -p standx-cli(config parse tests) pass🤖 Generated with Claude Code