Hi, What do the values after the commas refer to in the following code snippet? fastma = average[8,1](close) slowma = average[38,6](close) longma = average[40,6](close)