Trading Monitor Skill
This skill allows Satele to monitor the trading bot's performance by parsing the live JSON data from https://dariocaric.net/tradingpreview/data.json.
Capabilities
- •Check Equity: Get the current "Total Equity" of the trading account.
- •Performance Summary: Get a snapshot of ROI, Win Rate, and the latest update time.
- •Historical Trend: View the recent history from the Alpaca Brokerage account.
Tools
The agent can use the following script:
python3 .agent/skills/trading_monitor/trading_monitor.py
Usage Examples
- •"What is my current total equity?"
- •"How is my trading bot performing today?"
- •"Show me the trading performance stats."
- •"When was the trading dashboard last updated?"
Example
If a user says "show trading stats", the agent should:
- •Run
python3 .agent/skills/trading_monitor/trading_monitor.py - •Reply with the output.