• ドキュメントトップ
    • ユーザーガイド
      • リプレイ
        • 各種ウィンドウ
        • インジケーター操作
    • 開発者ガイド
      • インジケーター作成
        • 単純移動平均を作る
        • 指数移動平均を作る
        • GMMAを作る
        • 平均足を作る
      • APIリファレンス
        • Indicator
          • acceptDropFrom
          • addCandleStickBuffer
          • addHistgramBuffer
          • addLineBuffer
          • addNoopBuffer
          • calc
          • callIndicator
          • forceDropTo
          • getMax
          • getMin
          • height
          • indicatorBuffers
          • indicatorDigit
          • indicatorName
          • indicatorShortName
          • indicatorType
          • init
          • params
          • period
          • setBufferInfo
          • showDefaultScaleLine
          • showScaleLine
          • symbolDigit
          • symbolName
        • IndicatorBuffer
          • avg
          • ema
          • get
          • max
          • min
          • set
          • sma
        • DateUtil
          • getDayOfWeek
          • getHms
          • getYmd
        • ResourceLoader
          • loadWebFont
        • 定数