CanOz
Home runs feel good, but base hits pay bills!
- Joined
- 11 July 2006
- Posts
- 11,543
- Reactions
- 519
Haven't looked at the video (too long).
Just show a screen capture of the pattern or different versions of the pattern or simply describe what is missing.
So the current bar is allowed to be outside of previous most recent bar and both being inside the one of 3 days ago? Or current bar inside previous most recent bar and previous bar inside the bar before previous bar?
And .... last two days -> current bar and previous bar and 3 days ago -> Ref(..., -2) ?
Or last two days -> previous bar and bar before previous bar and 3 days ago -> Ref(..., -3)?
To me is sounds like this
Code:Cond1 = High < Ref( High, -2 ) AND Low > Ref( Low, -2 ); Cond2 = Ref(High, -1) < Ref( High, -2 ) AND Ref(Low, -1) > Ref( Low, -2 );
And what's up with the close condition?
Either is ok, but the inside day inside the inside day has more weight, its more indicative of potential volatility, so it should be differentiated somehow....
Many thanks Trash...
CanOz
PS. The video was just for those interested in a method to apply the scans...