TradingView
SolCollector
18 Th06 2021 19:01

Secondary Candle Overlay 

Bitcoin / United States DollarCoinbase

Mô tả

This simple script is meant to allow the user to select another symbol to add onto their chart and plot the candlesticks for that symbol at the selected resolution requested.

Please see the tooltip provided by the 'Secondary Symbol' input for more details with regards to properly using this script on symbols that have vastly different valuations, it will help with getting the symbol requested to scale properly with the primary symbol on the chart.

The user may also input which colors are used for bullish/bearish candles as well as the symbol itself and its resolution.

IMPORTANT NOTE: THIS SCRIPT DOES NOT ACCOUNT FOR SYMBOLS THAT ARE NOT CONTINUOUS (The defval for the symbol is TVC:DXY which closes on weekends whereas a cryptocurrency like Bitcoin does not stop trading ever; candles on these kinds of markets will be repeated when overlaid onto markets that do not have this property.)

Phát hành các Ghi chú

Comment polishing

Phát hành các Ghi chú

More polishing, final submission.

Phát hành các Ghi chú

House-Rules update

Phát hành các Ghi chú

Small name change on candle color variable.

Change suggested by @AtomOfScent enacted, the addition of bordercolor does help nicely and I had skimmed over it in the reference manual. Ty for the suggestion.
Bình luận
AtomOfScent
This looks like it could be quite useful.
Btw, the default plotcandle is broken. If you change line 79 to the following it'll look much better. Bordercolor should equal the candle color unless explicitly changed @PineCoders
plotcandle(o, h, l, c, color = candle, bordercolor = candle)

Thêm nữa