BACK TO CLAUDE SKILLS
◈
signal_indicator_pine
Pine ScriptPineSignals
INSTALLATION
$python -c "exec(open('signal_indicator_pine.py').read())"
#or paste directly into your Claude Code terminal
[ ABOUT ]
A Pine Script v5 overlay indicator that fires buy signals when EMA 20 crosses above EMA 50 and RSI is below 65. Signals are visualized as upward-pointing green triangles plotted below the bars using TradingView's `plotshape` function. The indicator logic matches the Python `scan_buy_signals` function exactly, enabling visual back-verification.
Deploying this indicator alongside the MCPTrade dashboard allows traders to visually confirm on the chart that the signals being shown in the web application correspond to valid technical setups. The RSI threshold is intentionally softened from 65 in the default configuration — adjust it as an input parameter to match your preferred entry conditions.
[ USAGE EXAMPLE ]
[ FULL CODE ]
[ METADATA ]
CategoryPine Script
ComplexityAdvanced
LanguagePython 3.10+
TagsPine, Signals
[ ASK CLAUDE ]
Ask AI about this skill before installing it.
[ RELATED SKILLS ]