Jump to content

loui_odeh

Members
  • Posts

    236
  • Joined

  • Last visited

Posts posted by loui_odeh

  1. Re: DRAGONPIPS

     

    Here is my v2.02 where i combined the latest correction made by QuickSilver that fixed some mess up of some closing orders in his v110709 and the latest made by me in my v2.01 that fixed the attribution of some magic number on selling orders made by logic 3 and 4.

     

    I noticed that my version had the bug QuickSilver corrected and his version have also the bug that i corrected where the lines:

     

    l_cmd_0=OrderSend(Symbol(), OP_SELL, g_lots_384, Bid, g_slippage_220, 0, 0, ExpertName + " [s3]", g_magic_244, 0, Red);

     

    and

     

    l_cmd_0=OrderSend(Symbol(), OP_SELL, g_lots_384, Bid, g_slippage_220, 0, 0, ExpertName + " [s4]", g_magic_244, 0, Red);

     

    Should be instead respectively:

     

    l_cmd_0=OrderSend(Symbol(), OP_SELL, g_lots_384, Bid, g_slippage_220, 0, 0, ExpertName + " [s3]", g_magic_248, 0, Red);

     

    and

     

    l_cmd_0=OrderSend(Symbol(), OP_SELL, g_lots_384, Bid, g_slippage_220, 0, 0, ExpertName + " [s4]", g_magic_252, 0, Red);

     

    So now both bugs are fixed in this version. :D

     

    DragonPips Ultimate v2.02:

     

    http://sharebee.com/2c4c3a77

     

    dear,

    icant make a backtest

    i get these errors

    2009.11.08 18:08:03 2009.10.02 07:00 DragonPips Ultimate v2.02 EURUSD,M15: GMTOffset for Backtests: 2

    2009.11.08 18:08:03 2009.10.02 07:00 DragonPips Ultimate v2.02 EURUSD,M15: Alert: Wrong time for Close_AllTrades_At... Please enter HH:MM format.

    2009.11.08 18:08:03 2009.10.02 07:00 DragonPips Ultimate v2.02 EURUSD,M15: Alert: Wrong time for CloseHour... Please enter HH:MM format.

    2009.11.08 18:08:03 2009.10.02 07:00 DragonPips Ultimate v2.02 EURUSD,M15: Alert: Wrong time for OpenHour... Please enter HH:MM format.

     

     

    please advice

  2. Re: {share}europewave

     

    thank you all for you great contributions,

    please can anyone help me to make EA_BankingFX-Diamond_EUR-GBP_V3.2.2 work, it works one some accounts numbers and it is exipred and cant make back test,

    i solved the first 2 issue but cant make it work and make bach test, can anyone help pleaseeeeeeeeeeeeeee [-O<

  3. Re: {share}europewave

     

    [

     

    I believe it's a matter of symbols. FXCBS uses "EURCHF.." instead of "EURCHF". Just add the symbol into mq4 code.

     

    dear,

    do i have to change all the sympoles on mq4 to make it work or juts on one place.

    thanks for your help

×
×
  • Create New...