GithubHelp home page GithubHelp logo

pine-seeds-docs's Introduction

Pine Seeds documentation

Overview

Pine Seeds is a service for importing your custom data on the TradingView platform.

This service allows you to:

  • connect your series data to TradingView
  • visualize it in the TradingView UI
  • use it to create indicators

Use TradingView as your frontend and use a GitHub repository as your backend.

Keep in mind that such data has certain limitations (we call them EOD data):

  • the data can only be updated a few times per day
  • only the daily resolution is available
  • the number of data elements (symbols) is limited to 1000
  • such data will not appear in the symbol search box

Note

Read our 5-minute tutorial to get started right now

Setting up the service includes several steps:

Example

You just need to set up the repository, upload your data to it and wait for it to be uploaded to the TradingView platform.

SEED_CRYPTO_SANTIMENT:BTC_DEV_ACTIVITY is an example of custom data integration. You can work with it on your Chart.

The symbol name is uniquely determined by Github settings.

  • SEED is a mandatory prefix for this type of data
  • CRYPTO is the name of github.com/crypto GitHub account
  • SANTIMENT is the name of github.com/crypto/santiment repository
  • BTC_DEV_ACTIVITY is a data filename BTC_DEV_ACTIVITY.CSV

Now, using the request.seed() function from the built-in Pine Script™ language and the available data, you can build a chart.

//@version=5
indicator("BTC Dev Activity", format=format.volume)
//request.seed(source, repo_name, symbol, expression)
activity = request.seed("crypto", "santiment", "BTC_DEV_ACTIVITY", close)
plot(activity)

By adding Bitcoin developer activity data from the EOD source (SEED_CRYPTO_SANTIMENT:BTC_DEV_ACTIVITY) to the BTCUSD chart, you will receive information for technical analysis.

ui_chart_pine

Read more

Data structure

Data storage form, data structure, fields descriptions, fields types, data validation conditions.

GitHub settings

Account and repository settings, GitHub actions workflow, repositories organization, external data connection.

TradingView UI

Quick guide for TradingView user using custom data series.

FAQ

If you have any questions that haven't been covered by info in the above sections then take a look here.

pine-seeds-docs's People

Contributors

qaosipov avatar ooples avatar tbychkovtv avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

rajeevyadav

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.