Overview
run_feature_worker computes technical indicators (TA-Lib) from OHLCV data. It is part of the optional ML path — not required for equal weight / HRP / DCC backtests that go data → PO → trading.
Ask for the indicators you care about (e.g. “RSI and MACD only”); skills build the full Features params config.
Parameters
string
required
Blob storage URL pointing to a
data_extractor_*.json file.This is the output_url returned by run_data_extraction.object
required
Feature engineering configuration.
Returns
Example
Resources
Next Step
Passoutput_url (with the original data_extractor_ URL) to:
run_ml_job— sklearn / XGBoost / LightGBM / CatBoost regressorsrun_dl_job— PyTorch networks