OPEN-SOURCE SCRIPT
已更新

Pine Script Chart Viewer

2 464
Display your custom charts exported from anywhere in TradingView.

Put your candles on candles:
Pine Script®
var Candle[] candles = array.from(...)


For instance:
Pine Script®
var Candle[] candles = array.from(Candle.new(2.0, 4.0, 1.0, 3.0), Candle.new(3.0, 5.0, 2.0, 4.0))


Candle details:
Pine Script®
Candle.new(open_1, high_1, low_1, close_1)



發行說明
Display your custom charts exported from anywhere in TradingView.

Hide main chart and put your candles on 'candles':
Pine Script®
var Candle[] candles = array.from(...)


For instance:
Pine Script®
var Candle[] candles = array.from(Candle.new(2.0, 4.0, 1.0, 3.0), Candle.new(3.0, 5.0, 2.0, 4.0))


Candle details:
Pine Script®
Candle.new(open_1, high_1, low_1, close_1)
發行說明
Troubleshooting
發行說明
Adding Simple Orders

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。