Coder Social home page Coder Social logo

aguynameddj / tradingview-scripts-1 Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 1.0 22 KB

This repository contains a collection of custom trading strategies and indicators for TradingView, developed using Pine Script. The aim of this collection is to provide traders and investors with a diverse set of tools for technical analysis and to assist them in making more informed trading decisions.

Home Page: https://www.tradingview.com

equities pinescript tradingview open-source

tradingview-scripts-1's Introduction

TradingView Strategies and Indicators (Open Source)

Welcome to our TradingView Strategies and Indicators repository. This space hosts a curated set of bespoke trading strategies and indicators developed with TradingView's Pine Script. Designed with the astute trader and investor in mind, our collection spans an extensive range of financial instruments, including stocks, forex, commodities, and cryptocurrencies.

Our emphasis on technical analysis, complemented by a robust, code-driven approach, ensures that we're not just following the market's rhythm; we're anticipating it. The strategies included here cater to various trading styles, from intraday to long-term investing, enhancing the effectiveness of your decision-making process and offering a dynamic lens to view and interact with the markets.

Furthermore, our offering goes beyond providing tools; it embodies our commitment to fostering an open-source culture where knowledge sharing and collective growth are paramount. Whether you're an experienced trader, a budding investor, or a coding enthusiast, we invite you to delve into our collection, modify, improve, and even contribute. Together, we can redefine the way we engage with the financial markets.

Our journey has always been about bridging the gap between computational proficiency and financial acumen, and we believe this repository showcases that synergy. We trust it will serve as an excellent testament to our expertise in your interview process.

Let's redefine trading, one line of code at a time.


Table of Contents

  1. Description
  2. Installation
  3. Features
  4. Usage
  5. File & Directory Structure
  6. Disclaimer
  7. Credits
  8. Contact Information

Installation

As these scripts are intended to be used in TradingView, there's no traditional software installation necessary. To use these scripts, follow these steps:

  1. Choose the script you want to use from the Institutional Strategies or Retail Strategies directories.
  2. Click on the file to view the script, then click the Raw button to view the raw Pine Script code.
  3. Select all (Ctrl+A or Cmd+A) and copy (Ctrl+C or Cmd+C) the script.
  4. Log in to your TradingView account.
  5. Open the chart of the financial instrument you want to analyze.
  6. Click on the "Pine Editor" tab at the bottom of the page.
  7. Paste (Ctrl+V or Cmd+V) the copied script into the Pine Editor.
  8. Click on the "Add to Chart" button.

After you've added the script to your chart, you can adjust the script's input parameters, appearance, and other settings in the Pine Editor to better suit your preferences.


Features

  • Custom trading strategies and indicators tailored for various financial instruments, such as stocks, forex, cryptocurrencies, and commodities.
  • Strategies suitable for different timeframes, ranging from intraday trading to long-term investing.
  • Indicators that cover various aspects of technical analysis, including trend-following, mean reversion, volume analysis, and oscillators.
  • Easy-to-use scripts that can be added to TradingView charts for quick and efficient analysis.

Usage

  1. Browse the repository and select the strategy or indicator you want to use.
  2. Open the corresponding Pine Script file and copy the code.
  3. Log in to your TradingView account and open the chart of the financial instrument you want to analyze.
  4. Click on the "Pine Editor" tab at the bottom of the page.
  5. Paste the copied code into the Pine Editor and click on the "Add to Chart" button.

You can customize the input parameters, appearance, and other settings of each script in the Pine Editor to better suit your trading style and preferences.


File & Directory Structure

Institutional Strategies

1. High Volume Bars Strategy
    - Description: The High Volume Bars Strategy is an institutional trading approach designed to identify and leverage potential indicators of institutional activity. By focusing on volume as the primary indicator, this strategy identifies bars with high trading volumes that close either upwards or downwards, indicative of bullish or bearish activity, respectively. Buy signals are generated when a high-volume bar closes higher, and sell signals are generated when it closes lower, providing users with an easy-to-understand interface. The script overlays on the price chart and includes input parameters for customization.

2. VWAP Cross Strategy
    - Description: The VWAP Cross Strategy is an institutional trading technique that centers on the relationship between the price and the Volume Weighted Average Price (VWAP) line. The strategy signals a buy when the price crosses the VWAP line from below, and conversely, it indicates a sell when the price crosses from above, which is particularly relevant for intraday traders. The script overlays the VWAP line directly on the price chart, offering customization options for color and line width.

Retail Strategies

1. Daily High Low Strategy

    - Description: The Daily High Low Strategy is a retail trading approach that offers visual guidance for potential supply and demand zones in the market. By marking the highest and lowest price levels from the previous day on the chart, traders can identify possible order blocks based on historical price data. This straightforward approach helps traders anticipate potential reversals or breakouts.

2. Intraday High & Low Strategy

    - Description: The Intraday High & Low Strategy aids traders in identifying and plotting the highest and lowest prices during a trading day as potential areas of supply and demand. Green and red lines represent these levels on the chart, adjusting in real-time as the trading day unfolds and new highs or lows are reached. This strategy gives traders an ongoing perspective on intraday price action and potential pivot points.

3. RSI Divergence Strategy

    - Description: The RSI Divergence Strategy is a unique approach that detects and plots divergences between price and the Relative Strength Index (RSI), signaling potential trend reversals. It identifies when the price and RSI are out of sync โ€“ a key indication of a possible shift in market sentiment. The strategy offers adjustable parameters, allowing optimization for various instruments and timeframes, making it versatile across different trading scenarios.

4. Simple Moving Average Crossover (SMAC)

    - Description: The Simple Moving Average Crossover (SMAC) is a strategy that leverages the relationship between a short-term and a long-term simple moving average (SMA) to generate trading signals. The strategy signals a buy when the short-term SMA crosses above the long-term SMA, and it signals a sell when the short-term SMA crosses below the long-term SMA. This trend-following approach is designed to capture significant market moves and to aid in filtering out market noise.

Disclaimer

Trading financial instruments carries inherent risks, and past performance is not indicative of future results. The strategies and indicators provided in this repository are for educational purposes only and should not be considered as financial advice. Always perform your own research and analysis, and consult a financial professional before making any trading decisions.


Credits

Special thanks to the open-source community for providing the inspiration and resources that contributed to the creation of these scripts. The continuous exchange of knowledge and support is invaluable and greatly appreciated.

Additionally, the process of learning and implementing Pine Script for TradingView has been an enriching experience. Thank you to TradingView for the comprehensive documentation and user-friendly interface that made this project possible.


Contact Information

For any questions or concerns, you can reach out to me through the following methods:

I'm always open to feedback, collaboration, or simply a chat. Feel free to get in touch!

tradingview-scripts-1's People

Contributors

aguynameddj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

banlvl3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.