Fix Bug Clean code Now comply Pine Script Coding Conventions
版本注释
Change alert, add Bar color, and clean code
版本注释
Fixed false entries Clean code Add alerts
版本注释
Upgrade to v5. Re-write according to the Style Guide. Clean code.
版本注释
Now don't repaint
About use: Di+ and Di- determine the trend When Di+ is above Di-, the trend is up in green. And when Di+ is below Di-, the trend is down in red color. If the value of signal (ADX) is below "Level Range", the trend is weak. Yellow in color If the signal value (ADX) is above the "Level Range", the trend is determined by Di+ and Di- and is indicated by a small triangle If the value of signal (ADX) is above the "Level Trend", the trend is STRONG. determined by Di+ and Di- and is marked with a LARGE triangle If the value of signal (ADX) is greater than the previous one, there is a greater trend, and the color is intense. If the value of signal (ADX) is less than the previous one, there is less trend, and the color is muted.