MT4: logfile creation for single trades?

 

Hi all,

I'm working with EA "Best Scalper" on MT4. In order to understand what this guy is actually doing, I'm running several currency-pairs 24h with 0.01Lot. That creates some interesting data. To go more in detail, I would like to plot single trades by having a logfile for each (txt or xml would be great). Price and time-stamp every minute would be good enough. Is MT4 able to do that or is there am EA or indicator I could install?


Thanks in advance

BR

Paul

 

MrRabitt:

I would like to plot single trades by having a logfile for each (txt or xml would be great).

Is MT4 able to do that

  1. Plot and logfile are contradictory (graphics vs text.)
  2. Perhaps you should read the manual.
    File Functions
    This is a group of functions for working with files.
              File Functions - MQL4 Reference

 
whroeder1:
  1. Plot and logfile are contradictory (graphics vs text.)


Yeah, I mean creating a logfile wich I can import in Excel to work with (e.g.plott graphs).

 
(txt or xml would be great)

Go CSV.

Look for FILE_CSV in FileOpen() function in the link @whroeder1 provided.

Reason: