Pine Script 繁體中文
  • 基礎介紹
  • 快速導覽
  • API Samples
Powered by GitBook
On this page

Was this helpful?

快速導覽

序

一個 Pine Script 編寫的策略腳本由函數和變量組成,函數用於實現策略的運算邏輯,變量則用於儲存數值。

Pine Script 腳本含有兩種類型,指標 ( study ) 和策略 ( strategy )

$ give me super-powers

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

Once you're strong enough, save the world:

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

Previous基礎介紹NextAPI Samples

Last updated 4 years ago

Was this helpful?