Jump to content

richdad711

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by richdad711

  1. seems to be another curved fitted EA...below is the block of codes taken from voodoov5 itself...

     

    if (Hedging == FALSE) {

    if (g_count_208 == 0 && g_count_212 == 0) {

    if ((Year() == 2011 && DayOfYear() > 295) || Year() == 2012) f0_0();

    if (Year() == 2010) f0_1();

    if (Year() == 2011 && DayOfYear() < 295) f0_6();

    if ((Year() == 2011 && DayOfYear() > 295) || Year() == 2012) f0_5();

    if (Year() == 2010) f0_3();

    if (Year() == 2011 && DayOfYear() < 295) f0_2();

    if (gi_316 == TRUE) OrderSend(Symbol(), OP_SELL, LotSize, NormalizeDouble(Bid, Digits), 20, 0, 0, comment, MagicNumber, 0, Red);

    else

    if (gi_312 == TRUE) OrderSend(Symbol(), OP_BUY, LotSize, NormalizeDouble(Ask, Digits), 20, 0, 0, comment, MagicNumber, 0, Green);

    }

    }

    if (Hedging == TRUE) {

    if (g_count_208 < 1) {

    if ((Year() == 2011 && DayOfYear() > 295) || Year() == 2012) f0_0();

    if (Year() == 2010) f0_1();

    if (Year() == 2011 && DayOfYear() < 295) f0_6();

    if (Year() == 2011 && Month() == 11 && Day() == 14) gi_316 = TRUE;

    if (Year() == 2011 && Month() == 11 && Day() == 17) gi_316 = FALSE;

    if (Year() == 2011 && Month() == 10 && Day() == 10) gi_316 = FALSE;

    if (Year() == 2011 && Month() == 9 && Day() == 27) gi_316 = FALSE;

    if (Year() == 2011 && Month() == 6 && Day() == 8) gi_316 = TRUE;

    if (Year() == 2011 && Month() == 5 && Day() == 12) gi_316 = FALSE;

    if (Year() == 2011 && Month() == 5 && Day() == 6) gi_316 = TRUE;

    if (Year() == 2011 && Month() == 7 && Day() == 6) gi_316 = TRUE;

    if (Year() == 2011 && Month() == 7 && Day() == 13) gi_316 = FALSE;

    if (gi_316 == TRUE) OrderSend(Symbol(), OP_SELL, LotSize, NormalizeDouble(Bid, Digits), 20, 0, 0, comment, MagicNumber, 0, Red);

    }

    if (g_count_212 < 1) {

    if ((Year() == 2011 && DayOfYear() > 295) || Year() == 2012) f0_5();

    if (Year() == 2010) f0_3();

    if (Year() == 2011 && DayOfYear() < 295) f0_2();

    if (Year() == 2011 && Month() == 11 && Day() == 14) gi_312 = FALSE;

    if (Year() == 2011 && Month() == 11 && Day() == 17) gi_312 = TRUE;

    if (Year() == 2011 && Month() == 10 && Day() == 10) gi_312 = TRUE;

    if (Year() == 2011 && Month() == 9 && Day() == 27) gi_312 = TRUE;

    if (Year() == 2011 && Month() == 6 && Day() == 8) gi_312 = FALSE;

    if (Year() == 2011 && Month() == 5 && Day() == 12) gi_312 = TRUE;

    if (Year() == 2011 && Month() == 5 && Day() == 6) gi_312 = FALSE;

    if (Year() == 2011 && Month() == 7 && Day() == 6) gi_312 = FALSE;

    if (Year() == 2011 && Month() == 6 && Day() == 10) gi_312 = FALSE;

    if (Year() == 2011 && Month() == 7 && Day() == 8) gi_312 = FALSE;

    if (gi_312 == TRUE) OrderSend(Symbol(), OP_BUY, LotSize, NormalizeDouble(Ask, Digits), 20, 0, 0, comment, MagicNumber, 0, Green);

    }

    }

  2. Expert Adviser "FIAT" is now available.

     

    The characteristics of the Expert Adviser

    1.Trend Follower 5 Minute EUR/USD trading System.

    2.The new martingale system excluding elements of gambling.

    3.Pursuit of risk/reward / more than 1,500 trades per year with profits maximized by trailing stop.

    4.Made in Japan....

    http://ea-fiat.seesaa.net/

     

    it would be great if you could share with us your live trading results verified thru myfxbook

     

    cheers

  3. http://www.multiupload.com/8EJRRCVGYX

     

    sorry richdad711, not a good enough user to send PM's yet but here you go:

     

    So far so good - 8 Trades / All wins = +78 pips - this needs EDU and is currently locked to FXPRIMUS I believe - hope you all can help! :)

     

    thanks neil.

     

    started demo on this one as well.

     

    http://www.mt4i.com/users/primus-alpha-ea

     

    also, i have found this stats while setting up my mt4i stats,

    http://www.mt4i.com/users/primus-alpha, it has been 3months and it is doing good...

  4. Maybe the 1:500 leverage was a bit of overkill.

     

    Running well on my 5 digit account (1:100) although I haven't altered the pipstep frorm 25.

     

    Could someone tell me what the pipstep does?

     

    Pipstep is the number of pips away from your previous open trade. Once it is hit, it will open a new trade.

     

    for example...

     

    1. the EA open a buy trade @ 1.2000 and it goes against you by 25pips which is @ 1.1975.

    2. EA will then open a new trade @ 1.1975 and if it goes against you against by 25pips which is @ 1.1950

    3. it will open another trade @ 1.1950 and the list goes on...

  5. Hi Richdad711,

    Im using 0.1 and 0.2 for the buy / sell sides, and grid spacing Im using the default 10,12,12,12,12.

     

    I ran into another problem today. I manually shut the ea this morning after it went into profits just before it hit tp level. Price was stalling and I wanted to just close and restart the cycle. However when I restarted the cycle by turning the ManualShutDown option back to false, the ea couldnt open both sides, it opened a buy 0.05 and hit a "trade error 131, invalid trade volume error' while trying to open the sell side. It then opened another buy 0.05, received another error 131, and kept going. I had to disable the ea and close out the positions. I removed the ea and reloaded it and it worked properly again. Did anyone faced the same problem?

     

    could you please answer the following

     

    Account type (standard,mini,micro or cent):

    Broker (optional):

    Minimum and Maximum lot:

  6. hi furburr,

     

    Magic Number is a unique number you assign to your order(s) as a reference enables you to distinguish between the orders that opened by your expert advisor and the orders that opened by another expert advisors or manually.

     

    so if you have set the MN to 511 for pair EURUSD, you should change it something like 611 for pair GBPUSD, 711 for USDJPY and the list goes on depending on the number of pairs you want this EA to trade with

     

    cheers

×
×
  • Create New...