A collection of trading strategies written in Pine Script, each designed to capture consistent intraday and swing opportunities across metals, forex, and equities.
This repository serves as a research, where each folder represents a unique trading strategy, documented with:
- ✅ Source code (
.pine) - 🧠 Description of logic and parameters
- 📈 Screenshots of performance curves
- ⚙️ Recommended markets and timeframes
/PineScript-Strategies/
│
├── Strategy_01_TimeAndSchedule/
│ ├── time_and_schedule.pine
│ ├── README.md
│ └── performance_curve.png
│
├── Strategy_02_BreakoutSession/
│ ├── breakout_session.pine
│ ├── README.md
│ └── equity_curve.png
│
└── ...
Each folder = one complete mini project, with its own documentation and results.
- Open TradingView → Pine Editor
- Copy the strategy code from any folder
- Paste it into the editor and add it to your chart
- Adjust parameters to fit your asset or timeframe
- Built with robust parameterization for adaptability across assets
- Optimized for scalping and intraday trading styles
- Backtested on multiple instruments including Gold (XAUUSD), major forex pairs, and selected stocks
- Shows consistent equity curves across different markets
Below are sample performance curves from different configurations.
To provide a transparent and organized showcase of systematic trading research, highlighting strategies that demonstrate:
- Statistical edge
- Cross-market adaptability
- Consistent equity performance
- 📊 Portfolio-level backtesting
- 🌐 Web dashboard integration
- 🤖 MQL5 conversions for MetaTrader
Joel Pasapera
"The job of a trader is to summarize the market into repetitive, statistically-backed movements."
© JJPP_Joel — All rights reserved.