Sourceforge Tracker Monitor
norep****@sourc*****
2007年 7月 1日 (日) 12:49:43 JST
Bugs item #10284, was opened at 2007-04-14 17:15 You can respond by visiting: https://sourceforge.jp/tracker/?func=detail&atid=3140&aid=10284&group_id=816 Category: macro Group: current >Status: Closed Resolution: None Priority: 5 Submitted By: panacoran (panacoran) Assigned to: panacoran (panacoran) Summary: 指標の反転検出がうまくいかない場合がある Initial Comment: 左端の1本目のローソクが2006年7月4日になるように 下記のプログラムで東北電力(9506)を表示させ描画さ せると反転検出が不能になる。 // 『5日移動平均線の反転検出』 #include <Color> #include <TIlib> if !$MA $MA = MA_new(5) $RV = Reversal_new(0, 0) else MA_next($MA) dt = Reversal_next($RV, MA_value($MA)) DrawString("*",X,dt,0) end ---------------------------------------------------------------------- >Comment By: panacoran (panacoran) Date: 2007-07-01 12:49 Message: Logged In: YES user_id=6886 これは#10110で解決済みですね。 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.jp/tracker/?func=detail&atid=3140&aid=10284&group_id=816