以Metastock 測試今年4月- 8月(截至12日早上)大期 1分鐘及5分鐘圖 , 同樣的指標, 截然不同的結果.
最佳 : 8 月大期5分鐘 , 獲利1481點
最差 : 7月大期1分鐘 , 虧損1858點
指標基本上是在日內指定時間內趨勢買賣, 並在EA設定收市前平倉及100點止損
系統設定
Buy order :
Tm := (Hour()>9 and Hour()<12) or (Hour()>13 and Hour()<16);
Buy:=Tm and Cross(C, mov(C,10,S));
Buy
Sell order :
Tm := (Hour()>9 and Hour()<12) or (Hour()>13 and Hour()<16);
Sell:=Tm and Cross(mov(C,10,S),C );
最差 : 7月大期1分鐘 , 虧損1858點
指標基本上是在日內指定時間內趨勢買賣, 並在EA設定收市前平倉及100點止損
系統設定
Buy order :
Tm := (Hour()>9 and Hour()<12) or (Hour()>13 and Hour()<16);
Buy:=Tm and Cross(C, mov(C,10,S));
Buy
Sell order :
Tm := (Hour()>9 and Hour()<12) or (Hour()>13 and Hour()<16);
Sell:=Tm and Cross(mov(C,10,S),C );
Sell
Order Type : market
Position limit : 1
可看出8月初明顯趨勢市況, 1分鐘及5分鐘均可獲利
Order Type : market
Position limit : 1
可看出8月初明顯趨勢市況, 1分鐘及5分鐘均可獲利
沒有留言:
張貼留言