TradingView
hsmalvajerdi
13 kwi 2024 14:16

Pine Script Chart Viewer 

DYDX / TetherUS PERPETUAL CONTRACTBinance

Opis

Display your custom charts exported from anywhere in TradingView.

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


For instance:
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:
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':
var Candle[] candles = array.from(...)


For instance:
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:
Candle.new(open_1, high_1, low_1, close_1)

Informacje o Wersji

Troubleshooting

Informacje o Wersji

Adding Simple Orders
Komentarze
Blueprintsud
love this thanks
hsmalvajerdi
@Blueprintsud, ❤️❤️
hsmalvajerdi
@Blueprintsud, I will upgrade it soon
Blueprintsud
@hsmalvajerdi, great🔥
Więcej