♥ 0 |
I am looking to finish my script for a DMI Oscilator Watchlist Alert. I hope someone might be able to finish it, since I am only missing the Sell Side when a green bar changes to red. It intends to give a buy or sell signal as soon as the DMI Oscillator changes from green to red or the other way. please email me @ [email protected] input length = 10; def diPlus = DMI(length, averageType).”DI+”; plot osc = diPlus – diMinus; AddLabel (yes, assignbackgroundcolor(
Marked as spam
|
Private answer
Have you tried using the one I published? https://www.hahn-tech.com/thinkorswim-adx-dmi-watchlist/
There are errors in the last two lines of your code. Replace those last two lines of code with these:
Marked as spam
|
Please log in to post questions.