W WolfVector Jan 18, 2007 #2 if (MarketPosition = 1) then . MAE = (LowestLow â EntryPrice)/EntryPrice else if (MarketPosition = -1) then . MAE = (EntryPrice - HighestHigh)/EntryPrice;
if (MarketPosition = 1) then . MAE = (LowestLow â EntryPrice)/EntryPrice else if (MarketPosition = -1) then . MAE = (EntryPrice - HighestHigh)/EntryPrice;