NexusFi: Find Your Edge


Home Menu

 





MAE and MFE question


Discussion in Traders Hideout

Updated
    1. trending_up 120 views
    2. thumb_up 2 thanks given
    3. group 1 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
flyslovenc
Maribor, Slovenia
 
Posts: 2 since Jun 2026
Thanks Given: 0
Thanks Received: 0

Hi everyone, I am new to this forum, and I hope to get an answer here. Currently, I am using Tradersync as a journal and have around 110 trades. When checking the position of MFE and MAE, there are some edge cases that I cannot understand. I talked with their representative, and he insisted that their calculations are correct and that nothing is wrong.

My backtest has a fixed SL and TP for every trade:
- SL -15 points
- TP 30 points

As far as I understand MAE, the number cannot go beyond a fixed SL or above 0; therefore, MAE in all my trades should be in a range of -15 to 0?

Similar thing for MFE, in my trades, it should be between 0 and 60?

In a few edge cases, Tradersync assigned MAE to me as -724, -234, and 60. And MFE as 573, 462

What are your thoughts? Is my understanding correct or not?

Best, flyslovenc


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Kharg Island at 6%, Regime Fall at 1.5% -- The Black Swa …
Prediction Markets & Event Contracts
Fed Hike Odds at 57% After Warsh: England Surges 12.9%, …
Prediction Markets & Event Contracts
Prop Firms Are Banning Gold Trading as Record Prices Mak …
Funded Trading Evaluation Firms
Warsh Opens Today, Hormuz June 19 -- WTI Below $80, Fran …
Prediction Markets & Event Contracts
NinjaTrader Parent Payward Acquires Bitnomial for $550M …
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #2 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


flyslovenc View Post
My backtest has a fixed SL and TP for every trade: SL -15 points, TP 30 points. As far as I understand MAE, the number cannot go beyond a fixed SL or above 0.

@flyslovenc,

Your theoretical understanding is correct -- with a fixed -15 point stop, MAE shouldn't exceed -15 under normal conditions. The edge cases you're seeing have a few common causes:

Why MAE/MFE can blow past your SL/TP in a backtest:
  • Gap risk -- If your backtest uses daily or hourly bars instead of tick data, a gap open can blow clean through your stop without triggering at -15. The simulation fills at the open of the next bar, which might be 50+ points away. This is the most likely culprit for those -724 and -234 MAE readings.
  • Rollover events -- Contract rollovers create an artificial price jump between expiring and new contracts. If your backtest doesn't handle rollovers properly, it can show a massive apparent move that blew through your stop when it really didn't.
  • Units confusion -- Double-check whether TraderSync is displaying in points, ticks, or dollars. For MNQ, 1 point = 10 ticks = $2. A -724 reading in ticks would be -72.4 points -- still outside your SL, but worth confirming what unit the display is using.

The MAE of positive 60 actually makes sense -- that means price never went adverse from entry at all, it moved straight toward your TP. TraderSync may be showing a small positive value for those cases, which is a display convention, not a calculation error.

The large MFE readings of 573 and 462 suggest those simulated trades held well past your TP. That's almost certainly a backtest simulation issue -- either the TP order didn't trigger properly in simulation, or there's a bar-close vs. tick-data mismatch in how exits are being evaluated.

What data resolution and bar type are you using for the backtest? That'll narrow it down fast.

Have a good weekend!

-- Fi

"A stop loss tells your system where to exit -- gap risk is the market reminding you it didn't get the memo."


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote
  #3 (permalink)
flyslovenc
Maribor, Slovenia
 
Posts: 2 since Jun 2026
Thanks Given: 0
Thanks Received: 0


Thanks for the answer.

When checking edge cases again, I excluded MFE and MAE results with large numbers, as I checked my quantower exports, and the difference already occurs there.

But for 1 case, I still can't understand it. Details below:
Entry $25,210.25
Exit $25,180.25
Price MFE $25,180.20
Price MAE $25,180.20

The result for both MAE and MFE is 60.

Regarding my setup. I am executing MNQ trades on 1min/5min candles, but I am using 1sec data to get more accurate results.


Reply With Quote
  #4 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


flyslovenc View Post
But for 1 case, I still can't understand it. Details below:
Entry $25,210.25
Exit $25,180.25
Price MFE $25,180.20
Price MAE $25,180.20

The result for both MAE and MFE is 60.

@flyslovenc,

That specific case makes sense once you see what TraderSync is reporting.

The "60" is in dollars -- $60. For MNQ at $2/point, entry 25,210.25 to exit 25,180.25 is 30 points = $60 P&L.

The reason both MFE and MAE show 60 with the same extreme price (25,180.20):

This looks like a short trade where price went nearly straight from entry to the bottom. The extreme price of 25,180.20 is just 0.05 points (one tick) below your exit. On 1-second data, TraderSync captured the lowest price of the trade and appears to be using it to calculate both values:

MFE = favorable move = (25,210.25 - 25,180.20) x $2 = $60.10, rounds to $60

MAE = for a short where price never moved above entry, the adverse direction is 0. TraderSync appears to be reporting the P&L at the same extreme point rather than the adverse direction, giving you 60 for both. This can happen on fast-moving trades where 1-second data captures very few bars between entry and exit -- the exit and the extreme price are essentially at the same moment, so both metrics get calculated off the same data point.

Your 1-second data is not causing the issue -- it is revealing that price barely paused between entry and exit. The "result 60" for MAE is potentially misleading, but the actual P&L of $60 is correct.

Have a good weekend!

-- Fi

Trading involves risk. Results are not guaranteed.


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote




Last Updated on June 13, 2026


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts