SOS/SOW ScoresThis indicator detects Signs of Strength (SOS) and Signs of Weakness (SOW) on individual candles. SOS/SOW are detected by measuring volume as a comparison to a moving average, price making a swing high or swing low, and candlesticks meeting certain criteria. All these different factors are weighted (importance) and added together to create a total score. Scores are then classified as either weak, moderate, or strong.
SOS
Emulating binary operations and several values in one variableBinary operations and storing several numbers in one variable.
It's useful when you need to pass a values numbers to another study. Study-on-study (SOS) in Tradingview allows passing only one value, which is not always convinient. So if we put all those numbers in one - we can pass more values from one study to another.
In Pine we can use up to 52 bits for our data. Because of that we can put 6 1-byte (8-bit) values in one float. Or 12 4-bit values. Or 52 1-bit values.