TradingView
hsmalvajerdi
13 de Abr de 2024 14:16

Pine Script Chart Viewer 

DYDX / TetherUS PERPETUAL CONTRACTBinance

Descrição

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)



Notas de Lançamento

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)

Notas de Lançamento

Troubleshooting

Notas de Lançamento

Adding Simple Orders
Comentários
Blueprintsud
love this thanks
hsmalvajerdi
@Blueprintsud, ❤️❤️
hsmalvajerdi
@Blueprintsud, I will upgrade it soon
Blueprintsud
@hsmalvajerdi, great🔥
Mais