////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//if spread is less than -2, It"s too big
if float(spread) < -2:
print (":- spread not ok {}".format(spread), end="\n", flush=True)
Price_Change_OK = False
systime.sleep(2)
elif float(spread) > -2:
print (":- GOOD SPREAD {}".format(spread), end="\n", flush=True)