Dynamic Requests
SkillCommerce & financePine Script v6 style dynamic security requests with runtime symbol/timeframe changes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Dynamic Requests skill
About this capability
About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
What this skill tells your AI
The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/dynamic-requests/SKILL.md and read by ahel’s review.
Pine Script v6 style dynamic security requests with runtime symbol/timeframe changes.
Features
- Runtime Symbol Switching - Change requested symbol based on conditions
- Dynamic Timeframe - Adjust timeframe based on volatility
- Conditional Data Requests - Only fetch data when needed
- Multi-Symbol Correlation - Dynamic correlation pairs
- Adaptive MTF - Auto-select optimal timeframes
Example Use Cases
# Switch to correlated asset during high correlation
if correlation(BTC, ETH) > 0.9:
use ETH data for confirmation
# Dynamic timeframe based on volatility
timeframe = "1m" if ATR > threshold else "5m"
# Conditional spread analysis
if spread > 0.1%:
request depth data
Commands
kit dynamic-request configure
kit dynamic-request test <symbol>
kit dynamic-request correlation-pairs
Performance
- Caches requests to minimize API calls
- Smart invalidation based on data staleness
- Parallel fetching for independent requests
Signals
- GitHub stars
- 136
- Forks
- 870
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
dynamic-requests- Source
- github.com/signal-execution-labs/forex-trading-ai-agent