Board logo

标题: 【StochasticExp】 [打印本页]

作者: 龙听    时间: 2022-11-2 13:29     标题: 【StochasticExp】

  1. inputs:
  2.         PriceValueH( numericseries ),  
  3.         PriceValueL( numericseries ),
  4.         PriceValueC( numericseries ),
  5.         StochLen( numericsimple ),
  6.         SmoothingLen1( numericsimple ),                                            
  7.                                                  
  8.         SmoothingLen2( numericsimple ),                                            
  9.                                                  
  10.         oFastD( numericref ),
  11.         oSlowD( numericref ) ;

  12. Value1 = FastKCustom( PriceValueH, PriceValueL, PriceValueC, StochLen ) ;

  13. oFastD = XAverage( Value1, SmoothingLen1 ) ;
  14. oSlowD = XAverageOrig( oFastD, SmoothingLen2 ) ;

  15. StochasticExp = 1 ;
复制代码





欢迎光临 龙听期货论坛 (http://www.qhlt.cn/) Powered by Discuz! 7.2