50+ Professional Pine Script Strategies | Copy-Paste Ready | No Coding Required
π― Browse Strategies β’ β‘ Quick Start β’ π Docs β’ π¬ Community
Click β Import Strategy β Enable Alerts β Auto-Trade 24/7
[Demo GIF Coming Soon]
"The easiest way to automate TradingView strategies on crypto perpetuals"
|
Copy strategy to TradingView, set alert webhook, done. Zero coding required. |
Every strategy backtested on 1+ years of data. Real performance metrics included. |
Your API keys, your rules. No black boxes. Open source, auditable code. |
Unlike indicators-only libraries, these strategies:
- β Execute actual trades via Eterna MCP
- β Include position sizing & leverage controls
- β Support stop-loss & take-profit automation
- β Work on 500+ Bybit perpetual pairs
- β Run 24/7 without manual intervention
Follow the momentum. Best for trending markets & higher timeframes.
| Strategy | Type | Win Rate* | Best Timeframe | Description |
|---|---|---|---|---|
| SMA Crossover 50/200 | Classic | 52% | 4H-1D | Golden/Death Cross - institutional favorite |
| EMA Ribbon 9/21/55 | Multi-EMA | 54% | 1H-4H | Triple EMA alignment system |
| VWAP Bounce | Mean Reversion | 58% | 15M-1H | Trade institutional reversion to VWAP |
| Ichimoku Cloud | All-in-One | 51% | 4H-1D | Japanese complete trading system |
| Parabolic SAR | Trailing | 49% | 1H-4H | Stop-and-reverse with trailing |
| ADX Trend Strength | Filter | 55% | 4H | Only trade strong trends (ADX>25) |
| Donchian Breakout | Breakout | 47% | 4H-1D | Turtle Trading style breakouts |
| Keltner Channel | Volatility | 53% | 1H-4H | ATR-based channel breakouts |
| Linear Regression | Statistical | 50% | 4H | Mean reversion to best-fit line |
| Chandelier Exit | Trailing | 48% | 4H-1D | ATR trailing stop system |
Capitalize on price velocity. Best for volatile markets & oscillator-based entries.
| Strategy | Type | Win Rate* | Best Timeframe | Description |
|---|---|---|---|---|
| RSI Divergence | Reversal | 61% | 15M-1H | Trade hidden/regular divergences |
| Stoch RSI Crossover | Oscillator | 57% | 15M-4H | Oversold/overbought reversals |
| MACD Histogram | Trend + Mom | 54% | 1H-4H | MACD histogram slope changes |
| CCI Strategy | Mean Rev | 59% | 1H | Commodity Channel Index extremes |
| MFI Strategy | Volume | 56% | 1H-4H | Money Flow Index (volume RSI) |
| Williams %R | Reversal | 58% | 15M-1H | Overbought/oversold reversals |
| TSI Strategy | Smoothed | 53% | 4H | True Strength Index crossovers |
| Ultimate Oscillator | Multi-TF | 55% | 1H-4H | Multi-timeframe momentum |
| Awesome Oscillator | Bill Williams | 52% | 1H-4H | Twin peaks & zero-line crosses |
| Chaikin Oscillator | Volume | 54% | 4H | Accumulation/distribution momentum |
Trade expansion/contraction cycles. Bollinger Bands, ATR, Volatility Breakouts.
In development - Star this repo to get notified!
Profit from price returning to average. Z-Score, Regression, Deviation Bands.
In development - Star this repo to get notified!
Catch explosive moves early. Support/Resistance, Chart Patterns, Volume Breakouts.
In development - Star this repo to get notified!
Total: 20 strategies live β | 30 coming soon π§
*Backtested win rates on 1+ year historical data. Past performance β future results.
Browse the table above and choose based on:
- Your trading style (trend-following vs. mean reversion)
- Timeframe (scalping vs. swing trading)
- Market condition (trending vs. ranging)
New to algo trading? Start with SMA Crossover (simplest) or RSI Divergence (highest win rate).
# Example: Import SMA Crossover strategy
1. Open strategies/trend-following/sma-crossover/strategy.pine
2. Copy all code
3. Go to TradingView β Pine Editor β Paste
4. Click "Add to Chart"
5. Backtest on Strategy Tester tabβοΈ Customize parameters:
- Position size (default: 0.01 BTC)
- Leverage (1-100x, recommended: 5x)
- Stop-loss percentage
- Take-profit targets
Option A: Use Our Bridge (Recommended)
Deploy the webhook bridge in 30 seconds:
git clone https://github.com/EternaHybridExchange/tradingview-eterna-bridge
cd tradingview-eterna-bridge
cp .env.example .env
# Add your Eterna API key to .env
docker-compose up -dGet your API key: Eterna MCP Setup Guide
Option B: Build Your Own
Use any HTTP server that accepts webhooks. Alert format:
{
"action": "buy",
"symbol": "BTCUSDT",
"size": 0.01,
"leverage": 5,
"stopLoss": 67000,
"takeProfit": 70000
}- Right-click chart β Add Alert
- Condition: Strategy fills
- Webhook URL:
https://your-bridge-url/webhook - Message:
{{strategy.order.alert_message}} - β Enable "Webhook URL"
Done! Trades execute automatically 24/7. π
- Backtest thoroughly - Minimum 1 year of data, multiple market conditions
- Start small - Use 1-2% position sizes until proven profitable
- Use stop-losses - ALWAYS. No exceptions.
- Test on demo - Paper trade for 2+ weeks first
- Diversify - Don't use one strategy on one pair
- Monitor daily - Check positions, adjust if needed
Position Size: 1% of account per trade
Leverage: 3-5x (never more than 10x)
Stop Loss: Always enabled (2-5% from entry)
Take Profit: 1.5-2x risk (R:R ratio)
Max Concurrent Positions: 3-5
Daily Loss Limit: 10% of account- Losing 3+ trades in a row
- Down >10% in a single day
- Emotional decision-making
- Overriding system rules
- Revenge trading after losses
Remember: The goal is consistent profitability, not quick riches. Slow and steady wins.
| Solution | Pros | Cons |
|---|---|---|
| This Repo | β
Free & open source β Full control β Auditable code β 50+ strategies β TradingView native |
|
| 3Commas / Cornix | β
Managed service β User-friendly UI |
β $50-200/month β Limited strategies β Closed source β Platform risk |
| Custom Bots | β
Fully customized β Advanced features |
β Requires coding β Time-consuming β Maintenance overhead |
| Exchange Bots | β Native integration | β Limited strategies β Locked to one exchange β Not TradingView compatible |
Verdict: Best for traders who want TradingView's indicators + automated execution without monthly fees or black-box systems.
Using these strategies? Share your results!
"Made 47% in 2 months with the EMA Ribbon strategy. Finally automated my TradingView alerts!"
β @trader_mike
"RSI Divergence strategy caught the BTC bottom perfectly. Best open-source algo repo."
β @crypto_quant
"Switched from 3Commas to this. Saved $100/month and have more control over my strategies."
β @defi_degen
Have a profitable strategy? Help the community!
We accept:
- β New Pine Script strategies (with backtests)
- β Strategy improvements & optimizations
- β Documentation enhancements
- β Bug reports & feature requests
Requirements:
- Working code (Pine Script v5)
- README with strategy description
- Backtest results (min. 3 months data)
- Eterna webhook integration
π Read Contributing Guidelines β
Top contributors get featured on our Hall of Fame! π
Part of the Eterna Hybrid Exchange ecosystem:
|
Managed MCP server for Bybit perpetual trading |
Webhook bridge for alert execution |
Curated list of MCP trading tools |
Hybrid DEX/CEX crypto perpetuals |
Need help?
- π Found a bug? Open an issue
- π‘ Have an idea? Start a discussion
- π Read the docs: docs/
What's next:
- 20 strategies - Trend + Momentum (DONE β )
- 30 more strategies - Volatility, Mean Reversion, Breakout (Q2 2026)
- Backtesting framework - Automated testing pipeline (Q2 2026)
- Strategy builder UI - No-code strategy creator (Q3 2026)
- Mobile alerts - Telegram/Discord notifications (Q2 2026)
- Multi-exchange support - Binance, OKX, Kraken (Q3 2026)
Please read carefully before using:
- This software is provided for educational purposes only
- Trading cryptocurrencies involves substantial risk of loss
- Past performance does not guarantee future results
- Always test thoroughly before live trading
- Start with small position sizes (<2% of capital)
- Never risk more than you can afford to lose
- Use proper risk management (stop-losses, position sizing)
- No warranty is provided - use at your own risk
By using this software, you acknowledge:
- You understand the risks of crypto trading
- You are responsible for your own trading decisions
- The authors are not liable for any losses incurred
- You comply with your local trading regulations
MIT License - Free to use, modify, and distribute.
See LICENSE file for details.
Built with β€οΈ by Eterna
Making algorithmic crypto trading accessible to everyone.