Short Intermediate Long Term Swing points


Category:
0
0

Has anybody come across the ThinkScript code plotting the Short / Intermediate / Long Term Swing points based on Larry Williams definition *see here: https://books.google.com/books?id=x…t intermediate long term swing points&f=false)?
Not a big deal to code the Short Term swings but when it comes the intermediate and long term trouble begins as you won’t know what is the future bar that will validate the current potential swing point.
I wonder if there’s anybody here having any idea on how to do this.

Thanks,
Max

Marked as spam
Posted by (Questions: 7, Answers: 9)
Asked on May 12, 2020 6:28 am
622 views
1
Private answer

Patterns are the single most difficult item to write into code. The human eye and the part of the human brain that processes visual data is far more advanced than any computer so far in existence. So advanced that we can see "patterns" where none exist.  Here is the Q&A forum we provide quick solutions that take under 15 minutes to solve. What you are trying to do will take many hours.

For me, the simplest way to define swing highs and lows is using the method found in the code of the WilliamsFractal. That is a built in pattern that comes with Thinkorswim. Search the forum for WillamsFractal and you will find this has already been covered, more than once:

https://www.hahn-tech.com/ans/displaying-values-for-swing-high-and-low-pivots/

https://www.hahn-tech.com/ans/williamsfractal-bars-ahead-with-williamsalligator/

Final note, the simplest way to derive intermediate and longer term structures in the chart is by referencing higher time frames. The markets are fractal, meaning the same patterns exist on all time frames. So if you want a short term swing pivot use a 5 min time frame. For intermediate, use a 1 hour time frame, then use a daily time frame for the long term swing pivots.

Out of time, that's all I have to say on this topic.

Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on May 12, 2020 7:51 am
0
Thanks for your answer. I'm with you when you say the human eye is in a better position to see certain patterns than a machine is...thankfully. I think the idea at the basis of this is to have a more visual 'heads up' on when a potential intermediate or long term swing point occurs. But I sincerely was not aware of the WilliamsFractal so I'll dig more into it and see whether there's anything I could extract for my purpose here. Thanks again.
( at May 12, 2020 10:54 am)