[發問]一個ma線的寫法
小弟想請問一下如果設定開盤在100ma上都做多
如果收紅但是上影線筆實體還多
或是收十字線的話就反空
請問要怎麼寫出來呢
如果 以 日期切割 必需加上 第一行程式
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;
基本上 你 敘述的邏輯 並不完整,沒有把 所有條件 剖析清楚
感謝無大分享!!{:4_82:}
頁:
[1]