Looking for a specific setup back in time with an EA -
1 2

thread: Looking for a specific setup back in time with an EA

  1. #11
    Here is the corrected version with higher lows and lower highs. I am attaching executable files and the source. Copy both double click on the Navigator window, to the directory to run it. It can be run on any currency pair for any period. Do not run it on an present chart with different indiors. Should you want any help, this is a good resource:
    http://www.forex.factory.com/showthread.php?t=67529

    The output CSV files will be found in the experts/files directory and be named something like EURUSDLongMyBar.csv.
    https://www.cliqforex.com/attachment...8303374424.ex4
    https://www.cliqforex.com/attachment...1682739623.mq4

  2. #12
    Senior Member Orduniik11's Avatar
    101
    This is the fixed version with higher lows and lower highs. I am attaching executable files and source. Copy to the experts/scripts directory to run it. It can be run on any currency pair for any timeframe. Do not run it on an existing chart with indiors. Should you need any assistance, this is a great resource:
    http://www.forex.factory.com/showthread.php?t=67529

    The output CSV files will be found in the experts/files directory and be named something like EURUSDLongMyBar.csv....
    CodeMeister, you are the guy! Thank you for taking the time to code this for me and for the explaination about the best way to begin it.

    Allow Me to test it :-)

  3. #13
    Here is the modified script that allows for a date range. Just change these lines to get the wanted range (YYYY.MM.DD).

    Extern string fromDate=2009.10.1;
    extern string toDate=2009.11.1;
    https://www.cliqforex.com/attachment...1871433541.mq4

  4. #14
    Senior Member Orduniik11's Avatar
    101
    Here is the modified script that allows to get a date range. Just change these lines to acquire the desired range (YYYY.MM.DD).

    Extern string fromDate=2009.10.1;
    extern string toDate=2009.11.1;
    This was fast.

    Thank you!

  •