Forum

Write from mql4 into an Excel file

HI. Sorry for the perhaps trivial question, but what is the easiest way to write from mql4 into an existing Excel file

Sw command to change page for printer

Is there any comand (like \n for new line) for insert a change page for the printer when you create a text file from mql4

Problems using iTime with Scripts

I can't ask ITime for Charts different from what I use with script. I mean, if I use it with Dax, I can't question DJ. It's normal

Impossible write/read a file in TERMINAL_COMMONDATA_PATH

Impossible write/read a file with CommonPath=TerminalInfoString(TERMINAL_COMMONDATA_PATH); I use correctly FileOpen(CommonPath+filename

Help: sintax doubt

If I have A1[],A2[],A3[] variables and another integer i, is there the possibility, in mql4 programming , to use something like A&&i[] for A1[],A2[],...? For example: A1[1]=10; i=1; B=Ai[1]; (macro substitution) thanks

dll for read/write access db from mql4

I need to use access db from mql4; is there any dll to do it? how can I buy a job for a similar task

Build 646: problems with debugging

With the new version of MetaTrader 646 (30 april) the debugger doesn't give any result of the variables (Expression could not be evalueted). Why? do you have the same problem

Problems with Excellink

I need to export data inot an excel file. I tried to use Excellink 4.0 with the build 625, but, unfortunatly, it doesn't open any excel file. Does anyone use Excellink? what could be wrong by me? thanks

Help: connecting 2 mq4 files

Does anyone know if it is possible to connect 2 nq4 files? and how to menage the variables

Help: Writing to mdb files

Does anyone know if is possible to write data to an external table mdb Access? is it possible to create a dll? and how to create it