src = market_data_source(timeframe="1D")
# Calculate a numeric value
score = src.c - 100
# Use numeric value as boolean (should auto-cast to score != 0)
trade_signal_executor()(enter_long=score)