Home Forums Tickstory Lite Issue/Bug tracking Backtests not working with MT4 build 625

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • imported_tickstory
    Participant
    Post count: 1479

    Hi Render86,

    According to the log information you posted, MT4 seems to be processing the tick data information. Have you tried to use a “standard” EA such as the “MACD Sample” to ensure that this isn’t specific to your particular EA? Alternatively, you can crete a new EA with one line of code like:

    Print("Bid: " + DoubleToStr(Bid));

    And verify if the Journal reports the Bid price during the back-test.

    Regards.

    render86
    Participant
    Post count: 51

    @tickstory wrote:

    Hi Render86,

    According to the log information you posted, MT4 seems to be processing the tick data information. Have you tried to use a “standard” EA such as the “MACD Sample” to ensure that this isn’t specific to your particular EA? Alternatively, you can crete a new EA with one line of code like:

    Print("Bid: " + DoubleToStr(Bid));

    And verify if the Journal reports the Bid price during the back-test.

    Regards.

    Tickstory does not remember the new history folder path after upgrade. That’s the reason.

    imported_tickstory
    Participant
    Post count: 1479

    Hi Render86,

    Are you referring to the MT4 setting for “Data folder”? We tried reproducing your issue by upgrading and this setting was correctly preserved.

    Regards.

    gpipsforever
    Participant
    Post count: 3

    Hi,

    I have the following problem:

    I use MT4 with /portable mode on a secondary HDD (Drive E).

    When I start my freshly installed terminals -build 625 – with Tickstory the first time my MT4s are not starting. If I start it again, it opens the MT4 platform but during the first start it automatically recreated the “Data Folder” on the system drive again (Drive C) ???, what I already deleted and then the strategy tester tries to open the .fxt file in this folder which is obviously not there. I can see that in Tickstory in the SettingsMT4 settingsMT4 Data Folder the path (Drive E) is changed automatically to the newly created path (Drive C). If I change back to the original location the circle starts again.

    On build 509 everything is ok in /portable mode.

    I read your forum, but I couldn’t find the solution to this problem.

    Can you solve this?

    Thanks.

    imported_tickstory
    Participant
    Post count: 1479

    Hi Gpipsforever,

    Could you kindly elaborate on “MT4 not starting”? Are you getting an error of some sort?

    Also, could you kindly try executing the following command to see if it is MT4 that is reverting your data folder back to the C: drive:

    terminal.exe /portable

    You can check what the current data folder is in MT4 by going to the File->Open Data Folder option.

    Thanks.

    gpipsforever
    Participant
    Post count: 3

    Hello,

    I did my tests again:

    – Installed a new Mt4 to Drive E
    – Started in /portable mode -> The DataFolder migrated to Drive E
    – then I started it with tickstory -> The DataFolder changed back to Drive C
    – I started it several times in /potable mode, -> the DataFolder was on Drive E again
    – I started it with tickstory again -> the DataFolder was on Drive C
    – I delete everything from the 2 webinstall folders (Programdata & Users) and I deleted the DataFolder on Drive C
    – I restarted the terminal with tickstory -> The DataFolder is migrated again to Drive C

    So it seems when I normally start the terminal with /portable mode the DataFolder is always on Drive E, but with tickstory it’s always changing back to Drive C.

    I attached the two log files from the 2 DataFolders.

    [attachment=0:1t9xl4v7]20140417-DriveE.log[/attachment:1t9xl4v7]
    [attachment=1:1t9xl4v7]20140417-DriveC.log[/attachment:1t9xl4v7]

    I hope it helps to solve this issue.

    Thanks.

    Ps: Is it working for you in /portable mode as it should?

    gpipsforever
    Participant
    Post count: 3

    Hello,

    I think I found the solution:

    [attachment=0:k27ivgvr]Portable.png[/attachment:k27ivgvr]

    With this I can see the right DataFolder after the start up with tickstory too.

    Thanks.

    imported_tickstory
    Participant
    Post count: 1479

    Hi gpipsforever,

    Thanks for getting back. Yes, that is correct – if you wish to launch MT4 in portable mode via the Tickstory launcher you need to provide the appropriate command-line argument (i.e. /portable).

    Regards.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.