CRYPTOCAP:BTC.D   Market Cap BTC Dominance, %


def find_support_resistance(prices):
support = min(prices)
resistance = max(prices)
return support, resistance


prices =

support_level, resistance_level = find_support_resistance(prices)

print ( support_level)
print(resistance_level)



免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。