how to make something time sensitive??

septillion:

float readLoad = loadSensor * (5.0 / 1023); //converts input signal to voltage reading

Let's try 1024

Why do you think it will help the OP?
Converting ADC result to "real voltage" this way is bad in many ways; value of the constant is the least important of them.