I'm trying to make this as useful as possible while trying to keep it somewhat streamlined. I'm also aiming for quick view reference along with providing technical data.
Changes in this version
Added MACD to the equation. The "Trend" value is based on weighted values of TSI, RSI, FSO, SSO and now MACD. I'm working on a better algorithm for this calculation but it's been pretty accurate so far. Hopefully the addition of the MACD will make it even better but I'm not exactly sure how to weigh it into the equation.
Added the ability to show or hide the columns of information. I attempted to arrange them so the technical data values are in one column while the color coded text based signals are in the other column. You can choose to view one or the other or both columns from the settings visibility checkboxes.
I changed the layout (arrangement) of the table. I wanted to display the MACD / Signal Line values but that was a lot to display in one cell so I used color coded text display M/S: value (Bullish, Bearish, Neutral) I added "Trend" to what I originally called the sentiment cell that had been displaying only the color coded text (Bullish, Bearish, Neutral). That is the overall trend that is based on the weighted values of TSI, RSI, FSO, SSO, MACD
I rearranged the cells so that the ATR14 High | Low values are under the label, which makes it more relatable. The percent difference between the ATR14 High and Low is displayed below that.
Another new addition is the Relative Volume value. It's written to be the difference between the current volume and the 3-month average volume. I realize there are different opinions on what should be considered Relative Volume so I wanted to clarify what am trying to do here.