Jump to content

mike99

Members
  • Posts

    122
  • Joined

  • Last visited

Posts posted by mike99

  1. Re: Megadroid Pro

     

     

    Thanks mike,

     

    For your first question...this has been done before (somewhere in the other thread) and GMT+1 still performed better. On this pair I compromise and I trade half risk on GMT+1 and half on GMT+2. This means that for any trades that overlap on the hour inbetween (which doesn't always happen anyway) I'm trading with the risk I'm comfortable with. When Alpari UK goes back to GMT+1 I will just trade this window. I will trade EURUSD at twice the risk of the other pairs simply because the spread is better.

     

    For USDJPY I don't feel comfortable using logic 4 as the difference is too big so I use MD Multi from the other thread.

     

    I will now move on to other pairs and will repost when I finish.

     

    Fact is though, Alpari's new spreads will kill most pairs.

     

     

    hi, forexample, I remember you mentioned that you use FXDD data for your backtesting. You imported FXDD data into Alpari UK MT4. Should you use FXDD's GMT offset instead of Alpari UK's GMT offset? FXDD's broker time is one hour ahead of Alpari's.

     

    I did this wrong before, and now I am just using FXDD data, and FXDD MT4 for backtesting.

     

    Another finding regarding your test report: MD Multi should work exactly the same as MD pro on EURUSD. Why your backtesting result of these two EA are different?

  2. Re: Megadroid Pro

     

    hi, forexample , you did great job!

     

    After I read your tables, I have a question. For example EURUSD GM+1 out performed GMT+2, but what if we compare GMT+1 with half year GMT+1(winter time) plus half year GMT+2(summber time)?

     

    For USDJPY Logic 4, what GMT setting we should use? There is huge difference!

     

    Thanks.

  3. Re: Megadroid Pro

     

    i test with other currency is very good

     

    26208446 2009.08.04 21:17 buy 0.10 eurjpy 136.98 135.97 137.13 2009.08.04 21:25 137.08 0.00 0.00 0.00 10.50

    26208605 2009.08.04 21:25 sell 0.10 gbpusd 1.6932 1.7003 1.6917 2009.08.04 23:22 1.6931 0.00 0.00 -0.12 1.00

    26209126 2009.08.04 22:01 sell 0.10 eurjpy 137.22 137.69 137.07 2009.08.04 22:13 137.12 0.00 0.00 0.00 10.50

    26209366 2009.08.04 22:24 sell 0.10 gbpusd 1.6941 1.6984 1.6881 2009.08.05 02:40 1.6936 0.00 0.00 -0.12 5.00

    26209414 2009.08.04 22:27 buy 0.10 usdchf 1.0601 1.0558 1.0661 2009.08.04 23:40 1.0606 0.00 0.00 0.02 4.71

    26209500 2009.08.04 22:30 sell 0.10 eurjpy 137.23 137.69 137.08 2009.08.04 23:40 137.19 0.00 0.00 -0.32 4.20

    26209505 2009.08.04 22:30 sell 0.10 eurusd 1.4407 1.4449 1.4392 2009.08.04 23:15 1.4397 0.00 0.00 -0.11 10.00

    ..............................

    Hope you can share your logics with us. And did you do a backtesting for each logic for each pair? Any comments about your backtesting result?

     

    Thanks for your help.

  4. Re: Megadroid Pro

     

    I just found another bug in the original code.

     

    bbrain, please confirm this:

     

    In s1_direction() function:

     

    if (gi_832 == 0 || gi_828 == 0) return (0);

     

    I think it shoud be if (gi_832 == 0 && gi_828 == 0) return (0);

     

    This will affect the trades if you load the EA just before its trading hours, then you can not get enough bars to calculate. It 's complicated to understand that part of code thogh.

  5. Re: Megadroid Pro

     

    raikon,

     

    I think many people here are not clear with the GMT offset. The problem are also caused by backtesting. Because when we backtest an ea, we use a fixed GMT offset for the whole year. And when the ea developer optimize an ea, he will use one fixed GMT offset for whole year too.

     

    What I am planning to do later is try GMT+1 and GMT+2 (Alpari UK) myself, and see what's the difference. I think some people here did this work already. Can somebody share?

  6. Re: Megadroid Pro

     

    I got really bad backtesting result!!! Maybe I messed up the GMT offset setting.

     

    I downloaded FXDD M1 data, and imported the data into Alpari Uk MT4 and PFG Best's MT4 (4 digits) to do the backtesting. So how do I set the GMT offset? Should I use FXDD's GMT offset or Alapri/PFG Best's GMT offset?

     

    Thanks guys. Please help me out.

  7. Re: MD Unplugged

     

    Hi,

     

    I already posted the 100% correct MD v 1.11 on the Pro thread, please comare it to the original :)

     

    Br.

     

     

    Hi, bbrain,

     

    I saw some parameters were changed in your code.

     

    For example:

    int gi_244 = 150; //200;

    int gi_248 = 30; //20;

    double gd_292 = 70.0; //64.0;

    double gd_300 = 30.0; //36.0;

    double S2_maxopenhour = 10.0; //12.0;

    double S2_maxopenhour2 = 12.0; //24.0;

     

    Will the changes make some difference from the original MD?

     

    And another question, are you working on the no dll version of mdpro? Hope you can release that soon.

     

    Thanks.

×
×
  • Create New...