[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"indicator-arithmeticmean-ja":3},"# 算術平均 (ARITHMETICMEAN)\n\n> 算術平均集計のためのStratCraftインジケーターページ。\n\n**Route**: \\`\u002Findicators\u002Farithmeticmean\u002F\\`\n\n## 機能\n\nARITHMETICMEANは、ルックバック期間内の単純な算術平均を計算します。これは基礎的なユーティリティインジケーターであり、多くの場合、基準ベンチマークとして機能します。\n\n## 公式\n\n\\`Arithmetic Mean = (P1 + P2 + ... + Pn) \u002F n\\`\n\n## パラメータ\n\n- \\`period\\` - デフォルト \\`14\\`\n\n## C++23 API\n\n\\`\\`\\`cpp\n#include \u003Cnonabt\u002Findicators\u002Farithmeticmean.hpp>\nauto avg = std::make_unique\u003Cnonabt::ARITHMETICMEAN>(data().close(), 14);\n\\`\\`\\`\n\n## 一般的な使用法\n\n- 基準となる平均線として使用。\n- 偏差や分散のロジックと組み合わせる。\n- カスタムインジケーターの単純なセンターラインとして有用。\n\n## 実践的なパターン\n\n算術平均は、より高度なシグナルロジックを適用する前の、最初の平滑化レイヤーとしてよく使用されます。\n"]