I've been searching the forums here to learn to write scans based on chart patterns but I mostly get WL4 threads, So far I've been using rule based strategies and tweaking the rules a bit to get close to what I want, but sometimes I will spot a pattern that looks interesting and would like to find more like it. For example on this daily
(hopefully chart shows up) 6 days ago it had a big x% move and continued the next day, then pulled back x% for a couple days and then price was within x% of approaching the previous high while above x day MA, with above average Volume, or the opposite in a down trend. That's just an example, could be any pattern or criteria. I guess I just want to learn to see a pattern I like and put it into a scan to find more like it. Hope I made since, I'm still very new to this. Thanks.
Also, If anybody has suggestions for any books or anything that can help somebody with no programing skills to make WL6 programing a little easier, please let me know.
Thanks.
Size:
Color:
QUOTE:
...a big x% move...
...continued the next day...
...pulled back x% ...
Everyone may have their own definitions of what is "a big move", "continuation", and "pullback". Before attempting to program, you need to have clear definitions of these technical patterns in place. It might seem easy for the eye but the computer needs to have something unambiguous to work with.
Size:
Color:
Thanks, Eugene. I would like to be able to change the percentages of the moves to make the changes in the patterns. The Continuation can be % up or down in a certain amount of days or day.
Size:
Color:
A setup like that might only look obvious but the code won't be so simple and intuitive. Nevertheless it catches the pattern of "big move, pullback and rebound" in TDC:
CODE:
Please log in to see this code.
Don't underestimate how many variables are there and the complexity behind all those "then this... then that..." ;)
Still, there's a lot of vague definitions: there are numerous ways of what defines a move that "continued", what means pulling back "for a couple days". I presented you a framework with many configurable options but all tweaks are up to you.
Size:
Color:
Thanks again Eugene! I really appreciate you taking the time to write me something to work with. I will play with it during the week.
Size:
Color: