TradingView
SolCollector
Jun 18, 2021 7:01 PM

Secondary Candle Overlay 

Bitcoin / United States DollarCoinbase

Description

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.)

Release Notes

Comment polishing

Release Notes

More polishing, final submission.

Release Notes

House-Rules update

Release Notes

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.
Comments
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)

More