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

Back to archive index

Sourceforge Tracker Monitor norep****@sourc*****
2005年 12月 3日 (土) 16:31:40 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: Open
>Resolution: Accepted
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:  (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