That sounds like something I might’ve complained about before grin

Another possibility is to call an “initializer TMF” which will set up TradeInt and change the TMF to the “real TMF” by changing the function pointer in the ThisTrade TRADE struct. You can even call the real TMF from the initializer TMF and return that value.

Last edited by AndrewAMD; 10/22/24 13:55. Reason: fixed an error