src = market_data_source(timeframe="1H")
if True:
    x = ema(period=10)(src.c)
