DataFormula 类

定义

提供为技术分析准备序列数据、对序列数据应用公式和准备要显示为图表的输出数据的属性和方法。 实际计算在 StatisticFormula 类中执行。

public ref class DataFormula
public class DataFormula
type DataFormula = class
Public Class DataFormula
继承
DataFormula
派生

构造函数

DataFormula()

初始化 DataFormula 类的新实例。

属性

IsEmptyPointIgnored

获取或设置指示在执行计算时是否忽略空点的标志。

IsStartFromFirst

获取或设置指示是否从零开始启动公式(例如,移动平均)的标志。

Statistics

返回对 StatisticFormula 类的引用。

方法

CopySeriesValues(String, String)

合并、拆分或移动系列中的 Y 值。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
FinancialFormula(FinancialFormula, Series)

使用指定的公式名称和输入序列从公式模块调用方法。

FinancialFormula(FinancialFormula, Series, Series)

使用指定的公式名称、输入系列和输出系列从公式模块调用方法。

FinancialFormula(FinancialFormula, String)

使用指定的公式名称和输入系列名称从公式模块调用方法。

FinancialFormula(FinancialFormula, String, Series, Series)

使用指定的公式名称、公式参数、输入系列和输出系列从公式模块调用方法。

FinancialFormula(FinancialFormula, String, String)

使用指定的公式名称、输入系列名称和输出系列名称从公式模块调用方法。

FinancialFormula(FinancialFormula, String, String, String)

使用指定的公式名称、公式参数、输入系列名称和输出系列名称从公式模块调用方法。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于