Documentation/Strategy examples
Selection strategies
Cross-sectional ranking across many coins.
Set the strategy type to Factor selection, provide a score expression and choose Top N and the rebalance interval.
mom20 = ta_roc(close, 20)
vol20 = ta_std(ta_roc(close, 1), 20)
score = mom20 / (vol20 + 0.01)