- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Here are the MetaStock formulas for the concepts introduced in "Finding Key Reversals" by Massimiliano Scorpio elsewhere in 12/2001 issue. To search a group of securities/markets for how often the pattern occurs and how profitable it is use the Explorer to create a new exploration using the following formulas: COLUMN FORMULAS | |
| |
| |
Key Reversals Explorer ColumnA: # pat pat:=L < Ref(L,-1) AND C>Ref(C,-1) AND C < H; Cum(pat) ColumnB: # bars Cum(1) ColumnC: % pat pat:=L < Ref(L,-1) AND C>Ref(C,-1) AND C < H; PREC((Cum(pat)/Cum(1))*100,2) ColumnD: # wins pat:=L < Ref(L,-1) AND C>Ref(C,-1) AND C < H; Cum(Ref(pat,-1) AND H >= Ref(H,-1)) ColumnE: % wins pat:=L < Ref(L,-1) AND C>Ref(C,-1) AND C < H; PREC((Cum(Ref(pat,-1) AND H >= Ref(H,-1))/Cum(pat))*100,2) | |
| |
| |
| |
| |
| |
| |
Source / From: |