OPEN-SOURCE SCRIPT
업데이트됨

Pine Script Chart Viewer

2 303
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에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.