BTC/USD-Global M2 107 Day Offset

BTC/USD-Global M2 107 Day Offset

I’m simply plotting the final (summed) Global M2 value on my chart—in yellow with a thickness of 2—and shifting it forward or backward in time by whatever offset I choose. Here’s how it works:

plot(final, color=color.yellow, linewidth=2, offset=shift_bars)

final is the computed Global M2 number (optionally converted into my chosen base currency).

color=color.yellow, linewidth=2 styles the plotted line in yellow with a thicker width.

offset=shift_bars tells TradingView how many bars to shift the line left or right. This value is based on my input in days (offset), converted into bars (shift_bars) depending on the chart’s timeframe.

Offset is 107 days, because printed money needs some time to reach the people.

Read More

Share:

Latest News