v1.6.2 - Extended Model Options & Smoothing Control for Signals Endpoint
The signals endpoint now supports eight additional model types — including a latest alias, non risk managed forecasts for both v1 and v2, technical forecasts, as well as individual & aggregated sentiment variants — and exposes a configurable smoothing parameter, giving you finer control over signal stability versus responsiveness.
Added
-
Extended model options for
GET /signals- Themodel_nameparameter now accepts eight additional values alongside the existingv1andv2:latest- Alias for the latest available model (currentlyv2)v1_raw- Forecast signal using the v1 model without additional risk management logicv2_raw- Forecast signal using the v2 model without additional risk management logicsentiment- Aggregated sentiment signal combining fundamental, sector, and macroeconomic inputstechnical- Signal based on technical indicatorsfundamental_sentiment- Signals derived from fundamental sentiment analysissector_sentiment- Signals derived from sector-level sentiment analysismacroeconomic_sentiment- Signals derived from macroeconomic sentiment analysis
-
Smoothing parameter for
GET /signals- Newsmoothing_parameterquery parameter (integer, default2, minimum1, maximum48) controls how many consecutive hourly periods a signal must persist before being accepted. Higher values produce more stable but slower-reacting signals; a value of1returns the raw latest signal with no smoothing applied. -
Signals model taxonomy endpoint - New
GET /signals/modelsendpoint returns the full list of available signal models with theirid,name, anddescription. Use theidas themodel_nameparameter when callingGET /signals.
