// This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 athttps://mozilla.org/MPL/2.0/// © rooding//@version=6indicator("Alt Market Index (Halving-Adjusted BTC Supply, EMA)", overlay=false)// 비트코인 시작가 고가 저가 종가btcOpen = request.security("BINANCE:BTCUSD", timeframe.period, open)btcHigh = request.security("BINANCE:BTCUSD", timeframe.period, high)btcLow = request.security..