Pineスクリプト, TradingView, ビルトイン変数, 自動売買

pvt

pvt

プライスボリュームトレンド

タイプ
series[float]

study('My Script')
plot(pvt, color=color.yellow)

// the same on pine
f_pvt() =>
    return = cum((change(close) / close[1]) * volume)

plot(f_pvt())

\ 最新情報をチェック /

コメントを残す