📈
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:
- Open TradingView → Pine Editor
- Create new script and paste the code above
- Save as "OROCHI Stress Monitor"
- Add indicator to your chart
- 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 calmREDUCE- Score 50-65, elevated stressEXIT- Score 65-80, high stressEMERGENCY_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