Skip to content

Latest commit

 

History

History
86 lines (63 loc) · 4.98 KB

2019-02-08-pinescript.md

File metadata and controls

86 lines (63 loc) · 4.98 KB
layout title description header permalink canonical_url last_modified_at tags categories
single
Pinescript-TradingView
Resources for learning pinescript.
pinescript/
2019-06-18 13:22:33 -2300
trading-view
quant
pine-script
resources
quant

This page will be for tradingview tips n tweaks, but mostly about learning pinescript.

Tradingview.com created a coding language called Pine Script, allowing its users to create customized studies and signals they can run oun our servers. Please note that Pine was designed as a lightweight language, focused on the specific task of developing indicators.

Pinescript was made to be easy accessible and easy to understand. Pine is cloud-based and only useful on tradingview, and not an actual programming language.

Contents

TradingView

{% include video id="WXS1aZMk1c8" provider="youtube" %}

Pinescript

Starter Pack

Tutorials

Video

Trade on Tradingview \ Pinescript Alerts

since you can't trade on tradingview, these sites trade based on its alerts.

Do It Yourself (DIY)

Subscription Based

  • 3commas.ioHow to use TradingView Custom Signals
  • Autoview - Automate Your Trades with Tradingview Alerts.

    Autoview connects your TradingView alerts to various extensions for automated trading. Using a basic syntax in your alerts to communicate with Autoview, orders will automatically be placed for you live, when and where you want them.

    • Bitmex Testnet - Test trading Bitcoin and other cryptocurrencies with up to 100x leverage.
    • Deribit Testnet - The most advanced derivatives trading platform on for Bitcoin available today.
    • Gemini Sandbox - The next generation digital asset platform built for businesses and investors.
    • OANDA Practice - Leader in currency data, offering forex & CFD trading, corporate fx payments and exchange rates services for a wide range of organizations and investors.

Resources