What each example teaches
ZEC 4h maker breakout
This example combines a four-hour Donchian trigger with a daily trend gate, volume confirmation, an ATR bracket, and post-only routine orders. Hard stops remain taker orders.BTC 1h RSI reversion
This example trades one-hour RSI extremes only when the daily EMA trend permits that side. It uses an all-taker execution baseline so the cost assumption does not depend on passive fills.ETH 4h trend trailing
This example follows established four-hour EMA separation only during expanding volatility. Entries are passive; both routine and emergency exits are taker orders so a trailing exit is not left waiting in the book.Validate a copied example
Use the code-block copy button, save the JSON as a local file, then validate it:Safe modifications to try first
Change the market without inventing a ticker
Change the market without inventing a ticker
Change
definition.symbol and every direct historical ticker together.
Use a market/provider pair returned by Hizz coverage rather than guessing a
Pyth namespace.Change one timeframe
Change one timeframe
Update the frame
interval, the trigger/filter clock labels, and any
holding period that was expressed for the old cadence. Then validate and
retest; changing 1h to 4h creates a different strategy.Stress costs
Stress costs
Increase
feeBps for a uniform stress test, or update the maker/taker cost
fields in executionPolicy. Do not count maker rebates on exits that are
configured as taker orders.Reduce exposure
Reduce exposure
Lower
sizing.riskFraction or leverage. Remember that riskFraction is
allocated margin, not a guaranteed maximum loss percentage.