[Protra-members] [ protra-Bugs-7632 ] VR[A]で0による除算がおこることがある

Back to archive index

Sourceforge Tracker Monitor norep****@sourc*****
2006年 2月 3日 (金) 22:14:53 JST


Bugs item #7632, was opened at 2005-11-29 00:51
You can respond by visiting: 
https://sourceforge.jp/tracker/?func=detail&atid=3140&aid=7632&group_id=816

Category: macro
Group: v1.2
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By:  (None)
Assigned to: panacoran (panacoran)
Summary: VR[A]で0による除算がおこることがある

Initial Comment:
protraで三点チャージをプログラミングしてみましたが、東
証1部銘柄サーチ中にTIlib.ptでVR_next()関数中の
if obj[3][0] != null
	obj[1] = 100.0 * obj[3][1] / obj[4][1] ←ここ
end
で起こっているようです。



----------------------------------------------------------------------

>Comment By: panacoran (panacoran)
Date: 2006-02-03 22:14

Message:
Logged In: YES 
user_id=6886

問題なさそうなので閉じますね。

----------------------------------------------------------------------

Comment By: panacoran (panacoran)
Date: 2005-12-04 11:34

Message:
Logged In: YES 
user_id=6886

n日のVR[A]でn連騰があったときには分母が0になりますね。とり
あえず、このケースでは分母が0になる直前の値を返すようにして
みました。

----------------------------------------------------------------------

Comment By:  (None)
Date: 2005-11-29 11:04

Message:
Logged In: NO 

下のようなプログラムでも確認できます。
---------------------------
#include <TIlib>
if ! $VRa
	$VRa=VR_new(14,0)
else
	VR_next($VRa)
end
---------------------------

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.jp/tracker/?func=detail&atid=3140&aid=7632&group_id=816



Protra-members メーリングリストの案内
Back to archive index