[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-signal-ru":3},"# Signal (SIGNAL)\n\n> StratCraft indicator page for a signal-line helper.\n\n**Route**: `\u002Findicators\u002Fsignal\u002F`\n\n## What It Does\n\nSIGNAL is a generic signal-line helper used as a smoothed reference line in oscillator workflows.\n\n## Formula\n\n`Signal = smoothed rolling value over the selected period`\n\n## Parameters\n\n- `period` - default `30`\n\n## C++23 API\n\n```cpp\n#include \u003Cnonabt\u002Findicators\u002Fsignal.hpp>\nauto signal = std::make_unique\u003Cnonabt::SIGNAL>(data().close(), 30);\n```\n\n## Common Usage\n\n- Use it as a signal line or helper baseline.\n- Keep it paired with an oscillator or spread-based indicator.\n- Best used as a supporting line rather than a primary entry trigger.\n"]