Parse and analyze TradingView signals. Extract trading ideas from TradingView links or text, and provide structured analysis including entry price, stop loss, take profit, and risk/reward ratio.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill tradingview-signal --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tradingview Signal?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-tradingview-signal)More formats (shields.io, HTML) on the badges page.
# TradingView Signal Parser Skill
## Description
Parse and analyze TradingView signals. Extract trading ideas from TradingView links or text, and provide structured analysis including entry price, stop loss, take profit, and risk/reward ratio.
## Usage
```javascript
const result = await callSkill('tradingview-signal', {
signal: "BTCUSD long from 42000, stop loss 40000, target 45000",
// OR a TradingView URL
url: "https://www.tradingview.com/chart/..."
});
```
## Features
- Parse TradingView signal text
- Extract: symbol, direction (long/short), entry, stop loss, take profit
- Calculate risk/reward ratio
- Provide trade analysis
## Price
0.001 USDT per request (paid via SkillPay)
## Integration
- Billing: SkillPay.me
- API Key: sk_4312778b58aa7c81c15bd0e2b4fe544e12ca9e765f0deab630a50ecd4daf4ac2
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.