hansfx / Publications
Forum
Different Ticks: DDEServer - onTick()
Hi, as i trade with multicharts i need to beam the ticks with the integrated DDEServer of MT4. I compared the dde ticks with the one, i get in the onTick() method of an ea. i only added: printf (MarketInfo("GBPCAD",MODE_BID) ); So i think there should be no performance issue. i reduced the