In 2.38.3 (but not in 2.38.1), when using a construct like:
Code
Entry = -1.5*PIP;
enterLong(tmf_f, p1,p2,p3);
, the TMF is called for the first time only when/after the Entry price has been hit.

I use TMF to adjust the initial Entry price dynamically,- which worked properly until 2.38.3.