Skip to content

salbert11/pine_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  • Personal Pinescript Repository for TradingView

Welcome to my personal repository for storing Pinescript code snippets, indicators, strategies, and libraries for TradingView. This repository serves as a collection of my trading tools and resources developed using the Pinescript programming language.

Table of Contents

About Pinescript

Pinescript is a proprietary scripting language developed by TradingView specifically for creating custom indicators, strategies, and libraries within their platform. With Pinescript, traders can develop their own unique technical analysis tools, automate trading strategies, and share reusable code components with the community.

This repository focuses on Pinescript code snippets, indicators, strategies, and libraries that I have developed for TradingView. Feel free to explore the repository, experiment with the code, and integrate it into your own trading strategies.

Repository Structure

The repository is organized as follows:


├── indicators/
│   ├── indicator1.pine
│   ├── indicator2.pine
│   └── ...
│   └── README.md
├── strategies/
│   ├── strategy1.pine
│   ├── strategy2.pine
│   └── ...
│   └── README.md
├── libraries/
│   ├── library1.pine
│   ├── library2.pine
│   └── ...
│   └── README.md
└── README.md
  • The indicators/ directory contains various Pinescript indicator files that can be added to your TradingView charts. These indicators provide additional insights and visualizations to assist in technical analysis. Refer to the indicators/README.md file for more information about each indicator.
  • The strategies/ directory contains Pinescript strategy files. These files contain algorithmic trading strategies that can be backtested and executed within the TradingView platform. Refer to the strategies/README.md file for more information about each strategy.
  • The libraries/ directory contains Pinescript library files. These files contain reusable code components that can be used across multiple indicators and strategies. Refer to the libraries/README.md file for more information about each library.

Usage

To utilize the code snippets, indicators, strategies, or libraries provided in this repository, follow the steps below:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/salbert11/pine_repo.git
  1. Open the TradingView platform and create a new Pine Editor.
  2. Copy the desired code from the indicators/, strategies/, or libraries/ directory.
  3. Paste the code into the Pine Editor and customize it according to your requirements.
  4. Save and test the code within the TradingView Pine Editor. Make any necessary adjustments or modifications to suit your trading strategy.
  5. Apply the indicator, strategy, or library to your charts and analyze the results.

Contributing

Contributions to this repository are welcome! If you have any improvements, bug fixes, or new code snippets you'd like to share, please follow these steps:

  1. Fork this repository.
  2. Create a new branch with a descriptive name for your feature or fix:
git checkout -b my-new-feature
  1. Make your modifications and additions.
  2. Commit your changes with a meaningful commit message:
git commit -m "Add my new feature"
  1. Push the branch to your forked repository:
git push origin my-new-feature
  1. Open a pull request on the original repository, providing a clear description of your changes.
  2. Wait for feedback and incorporate any requested changes into your branch.

Thank you for your contributions!

License

This repository is licensed under the Mozilla Public License 2.0 . Feel free to use, modify, and distribute the code within this repository for personal or commercial purposes. Please refer to the LICENSE file for more information.

Happy trading! 📈

About

Personal Pinescript Repository

Resources

License

Stars

Watchers

Forks