Hi again Steve - Yes, I have coded both lines, FiboAlertLine (green) and FiboMAlertLine (red). In the code, for the green line, I tried to check whether or not the price is breaching down the line using the following code : if UPLabel if close < LfiboVal + ((HfiboVal-LfiboVal)*fiboUpAlertLevel) and ...