一个更精度的平滑涵数, 可用于股票交易系统.用于Amibroker 平台

源代码在线查看: rank function.afl

软件大小: 1290 K
上传用户: myc
关键词: Amibroker 精度 股票
下载地址: 免注册下载 普通下载 VIP

相关代码

				//------------------------------------------------------------------------------
				//
				//  Formula Name:    rank function
				//  Author/Uploader: walt schwarz 
				//  E-mail:          wschwarz@optonline.net
				//  Date/Time Added: 2003-05-26 17:15:01
				//  Origin:          
				//  Keywords:        rank array function
				//  Level:           medium
				//  Flags:           showemail,function
				//  Formula URL:     http://www.amibroker.com/library/formula.php?id=284
				//  Details URL:     http://www.amibroker.com/library/detail.php?id=284
				//
				//------------------------------------------------------------------------------
				//
				//  will return the percent ranking of an item within a sorted array. (see
				//  "sort" function)
				//
				//------------------------------------------------------------------------------
				
				 function rankIt(rankItem,inlist)
				
				{
				
				//see where rankItem fits			

相关资源