TradingView
SolCollector
18 มิถุนา 2021 เวลา 19 นาฬิกา 1 นาที

Secondary Candle Overlay 

Bitcoin / United States DollarCoinbase

คำอธิบาย

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

เอกสารเผยแพร่

Comment polishing

เอกสารเผยแพร่

More polishing, final submission.

เอกสารเผยแพร่

House-Rules update

เอกสารเผยแพร่

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.
ความคิดเห็น
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)

เพิ่มเติม