Half of TMF functionality was explicitly for managing pending trades.

e.g.
- "TMFs are also executed at 4 special events in the lifetime of a trade: Right before entering or exiting due to Entry, Stop, or TakeProfit, and right after being closed" <--- in 2.4x TMF will NOT run "right before entering".

- return 1,2, 4, 16 - all assumed managing pending trades. I specifically rely on "return 4/ 2" to enter immediately under some circumstances.

-"TradeDate: The time in Windows Date format when a trade is to be entered (for trades with OrderDelay) " <-- this doesnt work in TMFs in v.2.4x
- "TradeBars: The number of bars since the trade was entered (for pending trades) " <- this doesnt work in TMFs in v 2.4x

etc..

ALL prior versions worked as expected/described in the manual, so this is definitely a regression (AKA bug) in v 2.4x., not a new functionality to be added.

My code heavily relies on this feature. I would really appreciate if this is fixed in the next beta.

Thank you.