Using Pinscript here:
totalBtcQuandl = ‘QUANDL:BCHAIN/TOTBC’
totalBtc = request.security(totalBtcQuandl, ‘D’, close[0])
plot(totalBtc, color=color.new(color.maroon, 0), linewidth=1, title=’TotalBTCMined’)
BTC Mined Chart
You can see that the line goes flat starting in 2024.
Any ideas on why and how to fix?
New contributor
kdp2561 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.