A (Study) SG is best described as a placeholder for a value. When you see for example a moving average study on a chart, it is nothing more than an array of values. A SG has a value in it's array for every bar on the chart. Price itself is an array with price values for every bar. A simple moving average SG is an array with SMA values for every bar on the chart. And so on.