OPEN-SOURCE SCRIPT
Aggiornato

Pine Script Chart Viewer

2 331
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)



Note di rilascio
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)
Note di rilascio
Troubleshooting
Note di rilascio
Adding Simple Orders

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.