快速導覽
序
一個 Pine Script 編寫的策略腳本由函數和變量組成,函數用於實現策略的運算邏輯,變量則用於儲存數值。
Pine Script 腳本含有兩種類型,指標 ( study ) 和策略 ( strategy )
$ give me super-powers
Once you're strong enough, save the world:
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'
Last updated
Was this helpful?