Oracle Protocol — Arch Public (Testing Clone) — Strategy by gleefulJaguar47150
By gleefulJaguar47150
Performance Metrics
- Author: gleefulJaguar47150
- Symbol: COINBASE:BTCUSD
- Timeframe: 1 day
- Net P&L: +158,480.87 USD (+124.87%)
- Win Rate: 100.0%
- Profit Factor: 532.74
- Max Drawdown: 33,657.85 USD (33.66%)
- Total Trades: 52
Description
Oracle Protocol — Arch Public Series (testing clone)This model implements the Arch Public Oracle structure: a systematic accumulation-and-distribution engine built around a dynamic Accumulation Cost Base (ACB), strict profit-gate exit logic, and a capital-bounded flywheel reinvestment system.It is designed for transparent execution, deterministic behaviour, and rule-based position management.Core Function Set1. Accumulation Framework (ACB-Driven)The accumulation engine evaluates market movement against defined entry conditions, including:Percentage-based entry-drop triggersOptional buy-below-ACB modeCapital-gated entries tied to available ledger balanceFixed-dollar and min-dollar entry rules (as seen in Arch public materials)Automated sizing through flywheel capitalRange-bounded ledger for controlled backtesting inputEach qualifying buy updates the live ACB, maintains the internal ledger, and forms the next reference point for exit evaluation.No forecasting mechanisms are included.2. Profit-Gate Exit SystemExits are governed by the standard Arch public approach:A sealed ACB reference for threshold evaluationOptional live-ACB visibilityProfit-gate triggers defined per asset classCandle-confirmation integration (“ProfitGate + Candle” mode)Distribution only when the smallest active threshold is metThis provides a consistent cadence with published Arch diagrams and PDFs.3. Once-Per-Rally GovernanceAfter a distribution, the algorithm locks until price retraces below the most recent accumulation base.Only after re-arming can the next profit gate activate.This prevents over-frequency selling and aligns with the public-domain Oracle behaviour.4. Quiet-Bars & Threshold Cluster ControlA volatility-stabilisation layer prevents multiple exits from micro-fluctuations or transient spikes.This ensures clean execution during fast markets and high volatility.5. Flywheel ReinvestmentDistribution proceeds automatically return to the capital pool where permitted, creating a closed system of:Entry sizingExit proceedsLedger-managed capital stateAll sizing respects capital boundaries and does not breach dollar floors or overrides.6. Automation Hooks and IntegrationThe script exposes:3Commas-compatible JSON sizingEntry/exit signalling via alertcondition()Deterministic event reporting suitable for external automationThis allows consistent deployment across automated execution environments.7. Visual ToolingOptional displays include:Live ACB lineExit-guide markersCapital, state, and ledger panelsRealized/unrealized outcome tracking based on internal logic onlyVisual components do not influence execution rules.Operating NotesThis model is rule-based, deterministic, and non-predictive.It executes only according to the explicit thresholds, capital limits, and state transitions defined within the script.No discretionary or forward-looking logic is included.