📈

TradingView Integration

Add OROCHI stress data directly to your charts

1

Pine Script Indicator

Add the OROCHI stress monitor directly to your TradingView charts.

Pine Script v5
Loading...

Setup Steps:

  1. Open TradingView → Pine Editor
  2. Create new script and paste the code above
  3. Save as "OROCHI Stress Monitor"
  4. Add indicator to your chart
  5. Set up alerts on threshold crossovers
2

Webhook Alerts

Use TradingView alerts to call OROCHI and get stress-based signals.

https://orochi.fly.dev/api/v1/tradingview/alert
{{ticker}} - OROCHI STRESS: {{action}}
Score: {{close}} | Time: {{time}}
{{message}}

Alert Actions:

  • HOLD - Score < 50, markets calm
  • REDUCE - Score 50-65, elevated stress
  • EXIT - Score 65-80, high stress
  • EMERGENCY_EXIT - Score ≥ 80, critical
3

API Endpoint

Poll the stress API directly for custom integrations.

cURL
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://orochi.fly.dev/api/v1/stress/current

⚠️ No API key found. Get one here or add your key.

🎬

Need Help?

Watch our 3-minute setup tutorial or contact support