Create Thinkscript watchlist widget/scan from supplied study source code
Budget: $250 – $750 USD
Hello everyone,
Job criteria: Create a non-complex watchlist widget AND scan that alerts when an up/down arrow triggers in a thinkscript code.
I am currently using the following thinkscript code- ZigZag High Low with Supply Demand Index and Fibs_Linus_Lar
(Link found on -https://usethinkscript.com/threads/zigzag-high-low-with-supply-demand-zones-for-thinkorswim.172/)
There is a part of the code that I find helpful (up and down arrow alerts) and want a watchlist widget and scan that notifies me when these arrows trigger. My brother tried to make a scan and watchlist widget, but the code is too complex with the following message (yellow warning symbol -"complex script, you may experience greater load times").
I have attached a stripped down portion of the original code for a watchlist widget that works great (but does not identify when an arrow triggers). It instead identifies the number of pivot changes (and lists them green for up and red for down).
Example: A green 2 on a five minute chart means (two) candlesticks pivoted to the upside and are consecutively higher than the previous swing low.
(Link https://usethinkscript.com/threads/...upply-demand-zones-for-thinkorswim.172/page-4) coded by SleepyZ
Not all new pivots are accompanied by arrows, otherwise this would work for my needs. If you can modify the the attached watchlist so it is not complex and shows which pivots have an arrow, that would be acceptable to me.
I am attaching the (1) original code, (2) the stripped down watchlist code that identifies new pivots, (3) and a scan for up/down arrows my brother made that works sometimes, but is too complex to work consistently without timing out.
I am also attaching a screenshot of the code in action on 4/14 (note the green arrows up on VERU 5 min, 4H, and Day charts and the ZZ watchlist column – stripped down watchlist code).
Thank you for your time.
Job criteria: Create a non-complex watchlist widget AND scan that alerts when an up/down arrow triggers in a thinkscript code.
I am currently using the following thinkscript code- ZigZag High Low with Supply Demand Index and Fibs_Linus_Lar
(Link found on -https://usethinkscript.com/threads/zigzag-high-low-with-supply-demand-zones-for-thinkorswim.172/)
There is a part of the code that I find helpful (up and down arrow alerts) and want a watchlist widget and scan that notifies me when these arrows trigger. My brother tried to make a scan and watchlist widget, but the code is too complex with the following message (yellow warning symbol -"complex script, you may experience greater load times").
I have attached a stripped down portion of the original code for a watchlist widget that works great (but does not identify when an arrow triggers). It instead identifies the number of pivot changes (and lists them green for up and red for down).
Example: A green 2 on a five minute chart means (two) candlesticks pivoted to the upside and are consecutively higher than the previous swing low.
(Link https://usethinkscript.com/threads/...upply-demand-zones-for-thinkorswim.172/page-4) coded by SleepyZ
Not all new pivots are accompanied by arrows, otherwise this would work for my needs. If you can modify the the attached watchlist so it is not complex and shows which pivots have an arrow, that would be acceptable to me.
I am attaching the (1) original code, (2) the stripped down watchlist code that identifies new pivots, (3) and a scan for up/down arrows my brother made that works sometimes, but is too complex to work consistently without timing out.
I am also attaching a screenshot of the code in action on 4/14 (note the green arrows up on VERU 5 min, 4H, and Day charts and the ZZ watchlist column – stripped down watchlist code).
Thank you for your time.
Related categories:
Coding