Change Date format on MT4 .csv files? - Page 3
Page 3 of 615 FirstFirst 12345 LastLast
Results 21 to 30 of 41

Thread: Change Date format on MT4 .csv files?

  1. #21
    Can someone please tell me how to change the data path of conserving document? . .

  2. #22
    Quote Originally Posted by ;
    Can someone please tell me how to alter the data path of conserving file? . .
    MT4 will not let you do this for safety reasons.

  3. #23
    Quote Originally Posted by ;
    Can someone please tell me the way to change the data path of saving document? . .
    CodeMeister is accurate.

    This is not possible without rewriting the script to use the Windows API document I/O rather than MQL4 Document controls. (See http://docs.mql4.com/files/FileOpen and http://articles.mql4.com/720 for more info).

    The simplest way is to copy the files manually to whatever folder you wish.

  4. #24
    If your disk was formatted using NTFS you can just set a http://en.wikipedia.org/wiki/NTFS_symbolic_link (or a http://en.wikipedia.org/wiki/NTFS_junction_point in versions older than vista) inside the files folder that points to somewhere else or even make the entire files folder a symlink. This is a method.

  5. #25
    [IMG]file:///C:/Users/USER1 percent7E1/AppData/Local/Temp/moz-screenshot. Png[/IMG]Hannover, I had been looking at the indior exportHistory, very good indior, but I had a change, I'll give below a detailed explanation.

    (CurrencyPair) stays the same, but may also use the symbols flipped, eg AUDGBP

    another parameters will remain the same, the big change will be the outcome. see below.

    CurrencyPair = AUDUSD, AUDJPY, GBPAUD, EURAUD, AUDNZD, AUDCHF, AUDCAD
    Timeframe = M1
    = D'2010 .11.19 FromDateTime 01:21 ';
    = D'2010 .11.19 ThruDateTime 02:40 ';
    NumBars = 9999;
    AscDesc = D;
    Separator = ;
    DateTimeFmt = M-D-Y, H: I;
    OHLCFmt = T3.5;
    VolFmt = T9;
    OutputFile = ;
    Comments = true;

    would be possible?

  6. #26
    [IMG]file:///C:/Users/USER1~1/AppData/Local/Temp/moz-screenshot. Png[/IMG]Hannover I was looking at the indior exportHistory, quite good indior, but I needed a change, I'll give below a comprehensive explanation.

    (CurrencyPair) stays the same, but may also use the symbols flipped, eg AUDGBP

    the other parameters will remain the same, the big change will be the result. see below.

    CurrencyPair = AUDUSD, AUDJPY, GBPAUD, EURAUD, AUDNZD, AUDCHF, AUDCAD
    Timeframe = M1
    = D'2010 .11.19 FromDateTime 01:21 ';
    = D'2010 .11.19 ThruDateTime 02:40 ';
    NumBars = 9999;
    AscDesc = D;
    Separator = ;
    DateTimeFmt = M-D-Y, H: I;
    OHLCFmt = T3.5;
    VolFmt = T9;
    OutputFile = ;
    Remarks = true;

    are possible?

  7. #27
    Hi Hanover,
    I'm a newbie so please forgive some obvious questions! I have the indior saving and working individual csv files for every currency with EOD daily substantial Lows , but what I would like would be to store this information for all currencies to one csv file. Is that possible? Basically I believe I want to know what to write in the output parameter box. Thanks for the time spent in composing the indior and also for your advice.

    Steve

  8. #28
    Quote Originally Posted by ;
    [IMG]file://C:/Users/USER1~1/AppData/Local/Temp/moz-screenshot.Png[/IMG]Hannover,...
    Sorry, I'm not considering any more updates to this indior, at least in the meantime. Too busy with work.

    The MQ4 origin is available (post #47) if anybody else wants to tackle it.

    David

  9. #29
    Quote Originally Posted by ;
    Hi Hanover,
    I'm a newbie so please forgive some obvious questions! I possess the indior saving and working individual csv files for each currency with EOD daily high Lows , but what I'd like is to store this data for many currencies to one csv file. Is that possible? Basically I think I need to know what to write in the output file parameter box. Thanks for the time spent writing the indior and also for the information.

    Steve
    Steve,

    If you specify an output file (e.g. OutputFile = ALL.CSV), then all output will be directed to this file.

    Specify multiple pairs like this:
    CurrencyPairs = EU,GU,UJ
    or this:
    CurrencyPairs = EURUSD,GBPUSD,USDJPY

    Hope that helps.

    David

  10. #30
    Hi and thanks to the indior
    Is there anyhow to save csv files without name row?or we shoud cut it manually?
    I mean row 1

    Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.