Page 1 of 1

OnPositionUpdate

Posted: Apr 09 2024
by BossHog
Hi,
I'd like to limit output prints to only when there is a position update. NT has an override called OnPositionUpdate to handle this. What is the equivalent in MC?
thanks,
David

Re: OnPositionUpdate

Posted: May 13 2024
by MoeMiami
Vars: MP (0);
MP = Marketposition;

If MP<>MP[1] then print...