MQL4 - automated forex trading   /  

Forum

sending an orders from web interface to my MT4 ?

Back to topics list To post a new topic, please log in or register

avatar
28
sharteel 2010.12.22 19:01 

Hi,

I would like opening some orders form my office but the network rules are blocked :( and Mt4 can not running :( :( in fact.

the HTTP/HTTPS rules are open.

Any EA for accepting an order from HTTP/https webpage ?

Regards,

S.T

Secrets of MetaTrader 4 Client Terminal: Alerting System

Secrets of MetaTrader 4 Client Terminal: Alerting System

How to be aware of what happens in the terminal and on your account without permanent looking at the monitor. System events; custom events; wave and executable files; electronic messages; setting up SMTP server access; publications; setting up FTP server access.


avatar
1975
zzuegg 2010.12.22 19:05 

Possible to code. but i have never seen one.

//z


avatar
876
7bit 2010.12.22 19:11 
sharteel:

Hi,

I would like opening some orders form my office but the network rules are blocked

Perhaps because you are supposed to work for your boss and not trade your private account while you are in the office.

avatar
28
sharteel 2010.12.22 20:46 
7bit:
Perhaps because you are supposed to work for your boss and not trade your private account while you are in the office.


OMG !

I respect u Bro.

++


avatar
538
EADeveloper 2010.12.23 11:12 
sharteel:

Hi,

I would like opening some orders form my office but the network rules are blocked :( and Mt4 can not running :( :( in fact.

the HTTP/HTTPS rules are open.

Any EA for accepting an order from HTTP/https webpage ?

Regards,

S.T


for http you need some Webserver home (Microsoft IIS, Apache or else)

More Easy with email. Send yourself an email with some code like BUY EURUSD.

in your EA read the email via dll and extract the code :-)


avatar
28
sharteel 2010.12.23 12:40 
EADeveloper:


in your EA read the email via dll and extract the code :-)

Hi,

It's good idea,too !!


Ii'm working to comit value in DB form php interface & MT4 read the DB.


avatar
538
EADeveloper 2010.12.23 12:46 
sharteel:

Hi,

It's good idea,too !!


Ii'm working to comit value in DB form php interface & MT4 read the DB.


Good idea also, have fun with testing and developing :-)

avatar
13
ppc123 2010.12.23 12:46 

Technically possible, but no such system exists.


avatar
538
EADeveloper 2010.12.23 12:50 
ppc123:

Technically possible, but no such system exists.


why not exists? Maybe you dont have ;-)
Back to topics list  

To add comments, please log in or register