All Projects → TaichiS → pinescript_practice

TaichiS / pinescript_practice

Licence: other
PineScript 是 TradingView 網站看盤多功能圖表專用的程式語言,這邊是程式碼範例的存放處,方便大家複製貼上。我將教學的課程,分享在 youtube 頻道,歡迎搭配使用。

Projects that are alternatives of or similar to pinescript practice

pine-script-syntax-highlighting
Syntax Highlighting for Pine Script
Stars: ✭ 58 (-52.07%)
Mutual labels:  tradingview, pinescript
awesome-tradingview
Curated list of noteworthy TradingView Strategies, Indicators and Alert Scripts for Trading Bots (PineScript)
Stars: ✭ 173 (+42.98%)
Mutual labels:  tradingview, pinescript
awesome-pinescript
A Comprehensive Collection of Everything Related to Tradingview Pine Script.
Stars: ✭ 563 (+365.29%)
Mutual labels:  tradingview, pinescript
TradingView-to-ThinkorSwim
ThinkorSwim scripts/indicators shared on https://usethinkscript.com/
Stars: ✭ 79 (-34.71%)
Mutual labels:  tradingview, pinescript
tvjs-overlays
💴 Collection of overlays made by the TradingVueJs community
Stars: ✭ 65 (-46.28%)
Mutual labels:  tradingview
TradingView-UDF
TradingView charting library UDF implemented in PHP.
Stars: ✭ 21 (-82.64%)
Mutual labels:  tradingview
tvdatafeed
A simple TradingView historical Data Downloader
Stars: ✭ 189 (+56.2%)
Mutual labels:  tradingview
tradingview-jsapi-binance
Sample implementation of TradingView Charting Library JS API for Binance exchange
Stars: ✭ 41 (-66.12%)
Mutual labels:  tradingview
howtrader
Howtrader is a crypto currency quant framework, you can easily develop, backtest and run your own strategy in real market. It also supports tradingview or other 3rd party signals, just simply send a post request and it will help trade automatically. Now it only support binance spot, futures and inverse futures exchange. It will support okex, ftx…
Stars: ✭ 294 (+142.98%)
Mutual labels:  tradingview
TradingViewTools
Some scripts to automate things related to TradingView
Stars: ✭ 33 (-72.73%)
Mutual labels:  tradingview
Bybit-Auto-Trading-Bot-Ordes-placed-via-TradingView-Webhook
Python based Trading Bot that uses TradingView.com webhook JSON alerts to place orders(buy/sell/close/manage positions/TP/SL/TS etc.) on Bybit.com. Hire me directly here https://www.freelancer.com/u/Beannsofts for any assistance
Stars: ✭ 235 (+94.21%)
Mutual labels:  tradingview
tradingview-webhooks
Backend service converting tradingview alerts into action.
Stars: ✭ 44 (-63.64%)
Mutual labels:  tradingview
TradingView-Machine-Learning-GUI
Let Python optimize the best stop loss and take profits for your TradingView strategy.
Stars: ✭ 396 (+227.27%)
Mutual labels:  tradingview
svelte-tradingview-widget
Svelte component for rendering the TradingView Advanced Real-Time Chart Widget
Stars: ✭ 59 (-51.24%)
Mutual labels:  tradingview
tradingview-alert-binance-trader
This trading bot listens to the TradingView alert emails on your inbox and executes trades on Binance based on the parameters set on the TD alerts.
Stars: ✭ 153 (+26.45%)
Mutual labels:  tradingview
add-tradingview-alerts-tool
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Stars: ✭ 467 (+285.95%)
Mutual labels:  tradingview
ccex-api
Cryptocurrency exchanges realtime api wrapper
Stars: ✭ 29 (-76.03%)
Mutual labels:  tradingview
python-tradingview-ta
Unofficial TradingView technical analysis API wrapper.
Stars: ✭ 751 (+520.66%)
Mutual labels:  tradingview
pine-script-mode
GNU Emacs Major mode for Trading View pine script
Stars: ✭ 18 (-85.12%)
Mutual labels:  pinescript

專案簡介

PineScript 是 TradingView 網站看盤多功能圖表專用的程式語言,這邊是程式碼範例的存放處,方便大家複製貼上。

我將教學的課程,分享在這個 youtube 頻道:

https://www.youtube.com/channel/UCIii8L5wtZsyVgYlbkLuH4A

呼叫程式碼說明書的方法

  • 如果你用 PC,可以使用 Ctrl-Click
  • 如果你用MAC,可以使用 Cmd-Click 叫出程式碼的使用說明書。

註冊帳號推薦連結

如果你還沒註冊 TradingView,歡迎使用我下面的連結註冊帳號,那麼你跟我都能獲得30美金的折扣:

一般 TradingView 在每年11月底感恩節都會有大幅折扣,如需購買付費帳號,建議盡可能於那個時間入手。

課程清單

  1. 基本介面 https://www.youtube.com/watch?v=Dg_TyT9eT8c
  2. 互動式圖表 https://www.youtube.com/watch?v=zTKW2GqRJqk
  3. 指標模版與模擬交易 https://www.youtube.com/watch?v=mm0iP0lGPOM
  4. PineScript入門-均線繪製 https://www.youtube.com/watch?v=GP7ocLZcWOg
  5. PineScript-變色均線 https://www.youtube.com/watch?v=CBNw0nTQ7YE
  6. PineScript-畫線的各種參數 https://www.youtube.com/watch?v=mz8sffhEysw
  7. 比特幣長線突破預測法-因為有趣所以介紹 https://www.youtube.com/watch?v=cBhhjtO7PGw
  8. PineScript-黃金與死亡交叉、標註文字 https://www.youtube.com/watch?v=9oOtuLQHlNg
  9. PineScript-區塊填色與三元運算子 https://www.youtube.com/watch?v=CV-yY9vZ2-g
  10. PineScript-快訊通知的程式寫法與設定 https://www.youtube.com/watch?v=I_RWKQ94GA0
  11. PineScript-策略測試器-如何回測你的策略 https://www.youtube.com/watch?v=7NOJQZsg-Uk
  12. PineScript-Q&A-如何翻亞當、如何在不同週期顯示不同內容 https://www.youtube.com/watch?v=x-nmtcc_yXE
  13. PineScript-使用者輸入參數的處理 https://www.youtube.com/watch?v=RV35c-eT2Ug
  14. PineScript-布林通道的指標與策略 https://youtu.be/tbdxwGlFnxA
  15. PineScript-扣抵標示、label用法 https://youtu.be/krk9D1Phs2w
  16. PineScript-震盪指標三兄弟RSI、KD、MACD,並且深入介紹KD的程式寫法 https://youtu.be/Z86o963W6LU
  17. PineScript-跨週期數據的取用,強大的security介紹 https://youtu.be/_IebIwZkJeI
  18. PineScript-跨商品數據的取用&RS指標,強大的security介紹 https://youtu.be/12iLMyDIaaw
  19. PineScript-自行繪製K棒與調整物件樹的方法 https://youtu.be/uen6GY1APM4
  20. PineScript-尋找高低點-Zig Zag(上)https://youtu.be/YqUiGYfgm8Q
  21. PineScript-尋找高低點-Zig Zag(下)持續變數與繪製直線 https://youtu.be/Ppa_KnyZsEA
  22. PineScript-成交量繪圖、縱線繪圖、時間處理 https://youtu.be/bBtWLb5D79M

預定課程

  • 成交量柱狀圖的設計
  • 再討論 if else
  • 如何找高低點
  • 如何畫線
  • PineScript-取用其他網站的數據
  • 股票篩選器
  • 指示牌、價格注釋、螢光筆、增加板塊、同時換色
  • 獵奇指標介紹

歡迎在影片留言中提供課程建議。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].