待辦事項 #10284

指標の反転検出がうまくいかない場合がある
啟用日期: 2007-04-14 17:15 最後更新: 2007-07-01 12:49

回報者:
負責人:
類型:
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
檔案:

細節

左端の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

Ticket History (1/1 Histories)

2007-07-01 12:49 Updated by: panacoran
  • Ticket Close date is changed to 2007-07-01 12:49
  • 狀態 Update from 開啟 to 關閉
評語
Logged In: YES
user_id=6886

これは#10110で解決済みですね。

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入