Skip to content

CjHare/pinescript-v5-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PineSript v5 Snippets

A collection of version 5 PineScript indicators, strategies and reference materials

For academic purposes only, devise your own loosing strategies ;0

PineScript

A domain-specific programming language used primarily for writing custom technical analysis indicators, strategies, and scripts on the TradingView platform

Running a snippet

PineScript can only be run in the interpreter provided in the SuperCharts section of TradingView

Contribution Guidelines

Always happy to accept contributions, and here's an outline of the development processes to help you along!

Git: feature branches

The main branch is always ready for release, with features developed on their own branches and squash merged only when they are done.

Following the approach outlined by Trunk based development

Pull Request

When creating a PR for you feature branch to merge to main follow Conventional Commits

Recommended prefixes:

build:
chore:
ci:
docs:
fix:
feat:
perf:
refactor:
style:
test:

Code Review

When delivering feedback on a PR follow Conventional Comments

Recommended format:

<label> [decorations]: <subject>

[discussion]

Definition of Done

Within the constraints that PineScripts brings, a feature is done when...

  • Code Completion: All code is written, checked in, and reviewed.
  • Manual Test: Verify the functional correctness using TradingView.
  • Code Review: The code has been peer-reviewed and approved.
  • Documentation: Relevant documentation is updated, including user manuals, technical documentation, and comments in the code.
  • Bug Fixes: All known critical bugs have been fixed and there are no high-severity bugs remaining.

About

A collection of PineScript v5 code snippets

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages