keymaker 發表於 14-9-10 10:54

如何取得昨日最低價 (the Lowest Low of Yesterday)

假設現在圖表切換 timer interval 到 1-minute..
但是..希望在此 1-minute 環境下..
取得昨日最低價( the Lowest Low of Yesterday)..請問應該怎麼辦呢?

altubers 發表於 14-9-10 12:26

本帖最後由 altubers 於 14-9-10 14:17 編輯

TimeFrameSet(inDaily);
YL = SelectedValue (Ref( L, -1 ));
TimeFrameRestore();



jacklcl 發表於 14-9-10 15:07

LastdayL = TimeFrameGetPrice ("L", inDaily, -1);
頁: [1]
查看完整版本: 如何取得昨日最低價 (the Lowest Low of Yesterday)