♥ 0 |
Hi Pete, thanks for the superb videos. I’m having difficulty with a strategy that calls a user-defined study. An error is being generated. I searched the Q&A forum and found in the thread <https://www.hahn-tech.com/ans/custom-rsi-study/> that you seem to indicate that strategies support user-defined studies, but I may have misunderstood. The study script is below. Any assistance is greatly appreciated. Thanks in advance.
Marked as spam
|
Private answer
It may be possible but in practice it is something I rarely do. There are several reasons.
So even for the standard built-in chart studies, I rarely reference the study when building something new. Not for chart strategies, and not for chart studies, and especially not for the tool items listed in bullet point 1. Having said that, I just posted a solution that did reference a built-in study: https://www.hahn-tech.com/ans/woodiescci-cross-above-zero-after-new-30-day-low/ But I did that because the code from WoodiesCCI is very long and I wanted to present a very compact solution. The vast majority of code in the WoodiesCCI was not required for that solution. So I just grabbed the signal plot from that study that I needed. When building custom projects for clients, I avoid referencing other studies completely. Because I need to ensure the tools I build for clients can stand on their own and not be subject to being disabled by changes made to a built-in study, of which I have zero control. So rather than answering you question directly I decided to share with you my "best practices" as a full time developer of Thinkorswim custom studies. Marked as spam
|
Please log in to post questions.