just16888 發表於 10-5-22 12:46

客氣了
小的受教了^^

chlungi 發表於 10-5-23 14:40


看起來好複雑啊
還是感謝大大的分享
研究一下...

j550402 發表於 10-5-29 00:26

謝謝前輩分享感恩

tokukawa01 發表於 10-5-29 12:54

如果按照前面myidisck6分享的TS2000i報告看起來,這方法勝率雖高,但是Mean值卻不理想,有賺的時候平均賺錢的數字還比賠錢時候平均賠錢數字還小...

tokukawa01 發表於 10-5-29 13:41

剛測試隔日沖的戰法,結果如下

tokukawa01 發表於 10-5-29 13:42

Source Code: Modified from myidisck6 code in TS8/MC

Input: starttime(0850),closetime(1340), stoppoint1(55),stoppoint2(80),stoppoint3(30) ;

Vars:DownIn(0);
If time=closetime then begin
   If CloseD(1)<CloseD(2) and CloseD(1)>OpenD(1) then begin
      If (CloseD(1)-OpenD(1)>10 and CloseD(1)-OpenD(1)<=40 and openD(0)<CloseD(1)) then begin
         Buy("DownRed1") 1 contracts next bar at close +1 limit;
         DownIn=1;
      end;
      If (CloseD(1)-OpenD(1)>40) then begin
         Buy("DownRed2") 1 contracts next bar at close +1 limit;
         DownIn=2;
      end;
   end;
end;

If time>=starttime then begin
if marketposition = 1 and DownIn=1 then begin
    If OpenD(0)>=CloseD(1)then begin
      sell("S_L1") 1 contracts next bar at entryprice + stoppoint1-1 stop;
    end
    else begin
      sell("W_L1") 1 contracts next bar at CloseD(1) limit;       
    end;
end;
if marketposition = 1 and DownIn=2 then begin
    If OpenD(0)>=CloseD(1)then begin
      sell("S_L2") 1 contracts next bar at entryprice + stoppoint2-1 stop;
    end
    else begin
      sell("W_L2") 1 contracts next bar at entryprice + stoppoint3-1 limit;       
    end;
end;
end;

tokukawa01 發表於 10-5-29 13:43

本帖最後由 tokukawa01 於 10-5-29 01:45 PM 編輯

忘了說,測試是以5K線,時間長度為2001/1-2010/5/28, commission+slippage共1200

HOLA 發表於 10-5-29 21:10

回復 1# 克服人性


    不管下一個交易日開高開低開平,多單殺下去,停利50-100點

這句看不懂,多單殺下去,是要做多還是做空??

仰望 發表於 10-6-2 22:54

多謝分享33qqqq

AS96 發表於 10-6-8 19:47

還有這招

inova1818 發表於 10-6-15 23:48

謝謝分享,又學到不一樣的方法.{:4_113:}

phelyl 發表於 10-9-23 15:01

鄭超文的「點線賺錢術」有類似的策略
勝率大該八成左右
有興趣的可以去翻翻書

eclife 發表於 10-9-24 10:01

感謝分享
轉折點的拿捏 訊號十分難掌握

無風飛行 發表於 10-9-25 09:46

回復克服人性


    不管下一個交易日開高開低開平,多單殺下去,停利50-100點

這句看不懂,多單 ...
HOLA 發表於 10-5-29 09:10 PM http://coco-in.net/images/common/back.gif


    當然是做多。

eclife 發表於 10-9-26 18:59

回復 15# 克服人性

感謝版主的分享十分有用的K線戰法
頁: 1 [2] 3
查看完整版本: K線戰法-下跌紅K線