Unlike a regular fixed trailing stop, which is sensitive to price pullbacks, the proportional trailing stop allows to set % ratio of pips being protected by a trailing stop depending on how well the trend moves. You set the % ratio, and the EA keeps moving the stop loss to X% of the distance between the current price and the order.
Formula used:
ProportionalSL = | CurrentPrice - OrderOpenPrice | x Ratio - Spread