ChartDirector 7.0 (Python Edition)

FinanceChart.addWeightedMovingAvg


Usage

addWeightedMovingAvg(period, color)

Description

Adds a weighted moving average line on the main chart.

Arguments

ArgumentDefaultDescription
period(Mandatory)The moving average period
color(Mandatory)The color of the line.

Return Value

A LineLayer object representing the line created.