Understanding Trailing Stop Loss

 
Hello,

I am finding little difficult in understanding Trailing Stop loss. How does it work, does it take value from Stop Limit, Trade Entry Price or Current Price or Highest Peak in Favorable direction.

After reading some blogs about Trailing Stop, This what i understand :-
        Condition 1: If the current price is greater than the entry price.
        Condition 2: If the difference between the current price and the entry price is greater than the trailing stop value.
        Action: Set a new stop loss level at the current highest price minus the trailing stop value.
        Additional Condition(favorable direction): If the difference between the new stop loss level and the current price is greater than the trailing stop value.
        Additional Action (favorable direction): Set a new stop loss level at the current price minus the trailing stop value.
    
Is this correct?
 

I don't like your attempt as it does not clearly distinguishes between buy and sell but you speak about highest...

Firstly You have to understand what is a stop order, what it does and when it probably surprises you as it is not a guaranteed price!

Read e.g. this: https://www.schwab.com/learn/story/3-order-types-market-limit-and-stop-orders

Then a trailing stop is in most cases 'trailed' so it keeps e.g. a certain distance if the price moves in the 'favourable direction' or it is move by the use of an indicator like the Parabolic SAR (part of the MT5).

Here is in short what a trailing stop is  (from: https://www.investopedia.com/articles/trading/03/080603.asp)

Key Takeaways

    Trailing stops are orders to buy or sell securities if they move in directions that an investor considers unfavorable.
    The trailing stop technique is the most basic for an appropriate exit point, which maintains a stop-loss order at a precise percentage above or below the market price or above.
    The momentum-based technique throws fundamental analysis into the picture by introducing the concept of being overvalued into your trailing stops.
    The parabolic stop and reverse technique provides stop-loss levels for both sides of the market, moving incrementally each day with changes in price.
    The SAR is a technical indicator plotted on a price chart that will occasionally intersect with the price due to a reversal or loss of momentum in the security in question.
3 Order Types: Market, Limit and Stop Orders
3 Order Types: Market, Limit and Stop Orders
  • www.schwab.com
Different order types can result in vastly different outcomes so it's important to understand the distinctions among them. Here we focus on three main order types: market orders, limit orders, and stop orders—how they differ and when to consider each. It helps to think of each order type as a distinct tool, suited to its own purpose. Whether...
 
Are  you asking about built in Trailing stop (the one you can apply to manual trades), or want to code Trailing stop yourself?

To code it use variable that records highest price on tick, and close trade when current price will fall TS value below this variable. 
 
anuj71:
Hello,

I am finding little difficult in understanding Trailing Stop loss. How does it work, does it take value from Stop Limit, Trade Entry Price or Current Price or Highest Peak in Favorable direction.

After reading some blogs about Trailing Stop, This what i understand :-
    Is this correct?


    To graphically understand a trailing stop, in the case of a long trade, you can draw a rectangle from Your entry price down to Your initial stop loss and extended on the right side of the chart.

    If You trail the top of the rectangle to any new higher price made from the market You'll find the base of the rectangle corresponding to Your actual stop.

     

    Your understanding of trailing stop loss is on the right track, but let's clarify it further to ensure you've got a complete grasp of how it works.

    A trailing stop loss is a dynamic stop loss order that moves or 'trails' the market price by a specified distance (the trailing stop value) as the price moves in a favorable direction.

    It's designed to protect gains by enabling a trade to remain open and continue to profit as long as the price is moving favorably, but automatically closes the trade if the price changes direction by a specified amount.

    Reason: