天软金融分析.NET函数大全
>
金融函数
>
金融工程
>
量化选股
>
股票价格形态相似性度量
Stock_pricesamebyevalute
复制链接
简述
股票相似度数据_基准代码
定义
Stock_pricesamebyevalute(Stockarr:Array of string;Begt:Date;Endt:Date;Methodtype:Integer;Stockmatchdata:Table;Limitvalue:Number;Returnlen:Integer;Option:Integer):Array
参数
名称
类型
说明
Stockarr
Array of string
Array of string,股票样本
Begt
Date
Date,起始日期
Endt
Date
Date,指定日期
Methodtype
Integer
Integer,相似度指标类型
取值
说明
1
开盘价
2
收盘价
3
最高价
4
最低价
5
成交量
6
成交金额
7
涨幅(%)
8
对数涨幅(%)
9
K线
-1
其它
Stockmatchdata
Table
Table,匹配指标数据
Limitvalue
Number
Number,阈值
Returnlen
Integer
Integer,返回的结果长度
Option
Integer
Integer,停牌日期数据填充方法当天数据=0
上个交易日数据填充=1
返回
Array
数组
相关
Stock_pricesamebyevalute
Stock_pricesamebyofferdata
Stock_samestockdata
Ts_sampevalutelib