OPEN-SOURCE SCRIPT
Zaktualizowano

Pine Script Chart Viewer

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



Informacje o Wersji
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)
Informacje o Wersji
Troubleshooting
Informacje o Wersji
Adding Simple Orders

Wyłączenie odpowiedzialności

Informacje i publikacje przygotowane przez TradingView lub jego użytkowników, prezentowane na tej stronie, nie stanowią rekomendacji ani porad handlowych, inwestycyjnych i finansowych i nie powinny być w ten sposób traktowane ani wykorzystywane. Więcej informacji na ten temat znajdziesz w naszym Regulaminie.