Loading...
Loading...
Analyzes YouTube trading videos to extract Pine Script specifications. Provide a YouTube URL and get a detailed breakdown of the strategy or indicator.
npx skill4agent add traderspost/pinescript-agents videopython tools/video-analyzer.py "$ARGUMENTS"# Force Whisper transcription (slower but works without captions)
python tools/video-analyzer.py "$ARGUMENTS" --whisper
# Use larger model for better accuracy
python tools/video-analyzer.py "$ARGUMENTS" --whisper --model medium--whisperprojects/