algoritma
e iπ +1=0
- Katılım
- 23 Eki 2020
- Mesajlar
- 1,338
- Puanları
- 48
In MetaStock 6.52 or higher, you can recreate the crude oil seasonal trade #2 described in John Momsen's article in this issue, "Trade Crude Now." In MetaStock, select "System tester" from the Tools menu. Click "New" and enter the following formulas: | ||||||
| ||||||
Crude Oil Seasonal Trade #2 Enter Long: Month()=8 AND H>=HHV(Ref(H,-1),5)+1 Close Long: bc:=Month()=8 AND H>=HHV(Ref(H,-1),5)+1; sc:=L<=LLV(Ref(L,-1),3)-1; trade:=If(bc,1,If(sc,0,PREV)); sc OR If(ValueWhen(1,Cross(trade,.5),H)< LLV(Ref(L,-1),8)-1,L<= LLV(Ref(L,-1),8)-1,0) OR (Month()=9 AND DayOfMonth()>=26) OR Month()=10
|