View Single Post
  #1 (permalink)  
Old 09-23-2006, 12:15 PM
pipeline pipeline is offline
Member
 
Join Date: Mar 2006
Posts: 49
pipeline is on a distinguished road
Key event within mq4 programs

Hi Codersguru,

I would like an indicator(/EA) that reacts to users' commands: the indicator would do a task upon the striking of "F5", "Ctrl+P", or of any assigned key of my choice:

start
{
...
if ("Key event") function(x1,x2);
...
}

function(x1,x2)
{
...
Print("Hey it's Saturday for goodness sake");
...
}

Is there such a possibility in mql?

Thanks for your help and all your tutorials/tips!

pipeline
Reply With Quote