Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
8answers
4k views

How Can I Reverse Engineer a Network Protocol (Metatrader 4)?

I need to reverse engineer the Metatrader 4 network protocol. MT4 Server doesn't have an API and I have found zero documentation about its protocol. Any ideas about where I can start? I never done ...
2
votes
2answers
449 views

MT4 Time based entry signal in MetaTrader4

Does anyone have any example code for how to generate a time of day based entry signal in Metatrader 4? e.g. at a particular hour and minute of each day
1
vote
1answer
105 views

Database connection error with Postgres & Movable Type

I'm trying to set up MovableType 4.34 using a Postgres database, and I'm getting the following (unhelpful) error message: Connection error: authentication method 7 not supported The database server ...
1
vote
1answer
303 views

Excel Add-in memory explosion

I wrote a small .NET add in to excel 2007 that read data from external c++ api and display it inside an excel. The task manager shows that I'm having a memory leak (the memory usage is inflate ...
0
votes
0answers
37 views

MetaTrader 4 Fix protocol using Java

I've got a MT4 client setup on my machine and can successfully retrieve feeds. However, I have written a program using java to pull data using the FIX protocol. I'd like to know how my java program ...
0
votes
1answer
219 views

Metatrader 4 control via tcp/ip

Here Malte talking about MT4 Server API. Could anybody tell me some simple "how to"? where to get the DLL, install and run it inside the mt4 terminal any known "protocol commands" via the API (as ...
0
votes
0answers
116 views

Show a virtual machine as a normal machine

I am running a program which says: "Sorry this application cannot run under a virtual machine". The program I'm using is EX4 to MT4 decompile, I'm using a virtual windows 7 machine in VMware fusion 3. ...
0
votes
1answer
214 views

MT4/5 broker API? Who have?

I digged through the web. No found...Probably not released but the brokers own it. Any programmer has the API, Can you Share to us?
0
votes
1answer
85 views

Can I programmatically control the account number when creating a new account in MetaTrader 4?

I have a C++ plug-in for MetaTrader 4 that allows me to create new accounts in it for trading purposes. I would like to be able to dictate to MT4 the account number when creating the new account. ...