dunhilltc 發表於 12-4-28 21:03

[發問]一個ma線的寫法

小弟想請問一下
如果設定開盤在100ma上都做多
如果收紅但是上影線筆實體還多
或是收十字線的話就反空
請問要怎麼寫出來呢

無無明 發表於 12-4-30 10:30

如果 以 日期切割 必需加上 第一行程式
if date<>date then begin
   if open > AverageFC( (H+L)/2, 100) then
   if open<close and (high-close)>(close-open) then
   if open=close then
end;

基本上 你 敘述的邏輯 並不完整,沒有把 所有條件 剖析清楚

Denny~ 發表於 12-5-3 09:42

感謝無大分享!!{:4_82:}
頁: [1]
查看完整版本: [發問]一個ma線的寫法