Jump to content

samansaeine

Members
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by samansaeine

  1. SteadyWinner EA using indicators, MA 605 & MA 700 & WPR & Stoch & ATR.

    Vengence uses MA 20,50,100,200,300,400,500 & CCI & Hull MA, HMA.

    SteadyWinner V4 under is using indicators, MA 605.....

    and V5 using MA 50,100,200,300,400,500 WPR MFI AC

    Vengence uses V5 and CCI & Hull MA, HMA

  2. I was having the same problem 1 live working and the other one not, check the version of MT4 it has to be Build 402 or the latest, if not it will crash!

     

    Good luck!

    I also tested the backing test.

    I get error message on "no memory array string" and MT4 crash

     

    FXDD MT4 lates version 402

    win xp sp3

    memory 3.5G byte

  3. hi there. this is Fix bug

    and BT working.

    However, the result is not good.

     

    http://www.mediafire.com/?tngjkzmwnmo

     

    ============ ADD cord ===================

    Hour_Start_Trade = MathMod(Hour_Start_Trade, 24);

    Hour_Stop_Trade = MathMod(Hour_Stop_Trade, 24);

    ============ ADD cord ===================

    if (Hour_Start_Trade < Hour_Stop_Trade && TimeHour(TimeCurrent()) < Hour_Start_Trade || TimeHour(TimeCurrent()) >= Hour_Stop_Trade) return (FALSE);

    if (Hour_Start_Trade > Hour_Stop_Trade && (TimeHour(TimeCurrent()) < Hour_Start_Trade && TimeHour(TimeCurrent()) >= Hour_Stop_Trade)) return (FALSE);

    if (Hour_Stop_Trade == 0) Hour_Stop_Trade = 24;

    if (Hour() == Hour_Stop_Trade - 1 && Minute() >= MinuteToStop){

    return (FALSE);

    }

     

    return (true);

    }

     

    was added to the TradeSession() method.

    Thanks.

  4. Re: [REQ] Forex Scalpa

     

    something is amiss. my results are quite terrible. either this EA is cowpoo or something is wrong with the education.

     

    int S1_CheckSymbol() {

    return (1);

    }

     

    int S2_CheckSymbol() {

    return (1);

    }

    It seems that it is a problem that this code is cut down.

    The data(parameter) that should be acquired from DLL is here.

×
×
  • Create New...