2604 vizualizações
This script is a combination of different logarithmic regression fits on weekly BTC data. It is meant to be used only on the weekly timeframe and on the BLX chart for bitcoin . The "fair value" line is still subjective, as it is only a regression and does not take into account other metrics.
Comentários
replace in the script starting with "x = ...." :
chartTimeFrame = timeframe.period
timeMultiplier = round( chartTimeFrame == "W" ? 1 : chartTimeFrame == "D" ? 7 : -1 )
x = bar_index / timeMultiplier