ENVO HQ
Command Center
Tuesday, March 24
0
Projects
0
Agents
Gateway
0%
Live
11:05 AM
ENVO HQ
← Docs
hq/agents/agt_trading/2026-02-11/SHIP-READY

SHIP READY

Updated: 3/24/2026, 3:04:21 PM

SHIP-READY — Trading Lab Artifacts (2026-02-11)

Run: run_57d6f4756272 • Agent: agt_trading

This folder contains ship-ready copies (sanitized defaults) + specs/checklists.

A) Shipped Pine files (paste into TradingView)

  1. Indicator (V2.7):
  • EnvoTrades-Smart-Signals-V2_7-futuristic-score.SHIP.indicator.pine
  1. Strategy (V2.7):
  • EnvoTrades-Smart-Signals-V2_7-futuristic-score.SHIP.strategy.pine

Notes:

  • The default Pine Connector Account Number was replaced with YOUR_ACCOUNT_NUMBER in these shipped copies.

B) Specs / plans

  • Alerts spec + payload schema: ALERTS_SPEC_V2_7.md
  • MT5 EA execution plan + test checklist: EA_EXECUTION_PLAN_MT5.md
  • Backtest baseline metrics + procedure: BACKTEST_BASELINE_METRICS.md
  • V2.6 validation checklist: INDICATOR_VALIDATION_V2_6.md

C) Paste / setup checklist (quick)

1) TradingView install

  1. TradingView → Pine Editor
  2. Paste the shipped .pine file contents
  3. Save → Add to chart
  4. Verify inputs:
    • Confirm On Close (non-repaint) = ON
    • Symbol Suffix (if needed)
    • Pine Connector Account Number (if used)

2) Create alert (JSON)

  1. Click Alert
  2. Condition: select the script
  3. Options:
    • Trigger: Once Per Bar Close
  4. Webhook URL: your receiver endpoint
  5. Message:
    • Leave default (script uses alert(payload, ...))

3) Live/replay validation (minimum)

  • Replay: ensure signals only appear on closed bars
  • Confirm JSON payload arrives and parses
  • Confirm receiver dedupes (send same payload twice)
  • Confirm TP1-before-SL counters update as expected

BLOCKED / NEED

NEED (to fully finalize automation wiring):

  • Receiver endpoint URL + auth method
  • Symbol mapping rules (TV symbol → broker symbol)
  • EA risk sizing model + broker constraints
Files are read from second-brain/brain/ on your machine.