algopulse-research/pine_library — explained in plain English
Analysis updated 2026-05-18
Add a ready made Pine Script indicator to a TradingView chart.
Backtest one of the included trading strategies before risking real money.
Study the entry and exit logic in the strategies folder to learn Pine Script.
Connect a chosen strategy's alerts to a broker using a separate automation service.
| algopulse-research/pine_library | 0verflowme/alarm-clock | 0xhassaan/nn-from-scratch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | CSS | Python |
| Last pushed | — | 2022-10-03 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Just needs pasting a Pine Script file into TradingView's editor, no local install required.
This repository is a growing collection of trading strategies and indicators written in Pine Script, the scripting language used on the TradingView charting platform. The author describes it as a living archive that gets updated constantly with new strategies, improvements, and backtest results, and each item is meant to be a profitable strategy or indicator rather than a demo or a teaching example. The README is fairly sparse and mostly points readers toward the author's TradingView profile, called AlgoPulse_Research, for updates, charts, and performance tracking, rather than explaining any individual strategy or indicator that lives inside this specific repository. It does not describe what markets or timeframes the strategies target, nor does it walk through how any single script is meant to be used once it is added to a chart. It also includes a clear disclaimer that past performance does not guarantee future results, and that any strategy should be tested thoroughly before being used with real money. The README also mentions a separate paid service called AlgoRelay.io, which is described as a way to automate alerts from TradingView so they get sent directly to a broker without writing any code, letting someone move from a Pine Script strategy sitting in a chart to live trade execution. The project is organized into two main folders: an indicators folder for reusable indicators and utilities meant to be plotted on charts, and a strategies folder for full trading strategies that include their own entry and exit logic. Beyond that top-level structure, the README does not describe what is inside either folder in more detail. The project is released under the MIT license.
A collection of Pine Script trading indicators and strategies for TradingView, shared as free, open source code.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.