formula for maximum adverse excursion

Discussion in 'Technical Analysis' started by banu, Jan 18, 2007.

  1. banu

    banu

    can any give me the formula for maximum adverse excursion
     
  2. if (MarketPosition = 1) then
    . MAE = (LowestLow – EntryPrice)/EntryPrice
    else if (MarketPosition = -1) then
    . MAE = (EntryPrice - HighestHigh)/EntryPrice;