View Single Post
  #1 (permalink)  
Old 03-19-2006, 03:32 AM
cardio cardio is offline
Senior Member
 
Join Date: Sep 2005
Location: St Louis, MO, USA
Posts: 176
cardio is an unknown quantity at this point
Event driven programming

Hi

I find my code becoming more unmanageable as its complexity increases. What I think is needed is event driven programming. Then when an event like a buy or a close occurs, other functions will just react to that. Currently one always has to check all the orders to see if something has happended. Does anyone have some event driven code for mql?

Thanks
Reply With Quote