Jump to content

richdad711

Members
  • Posts

    206
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    richdad711 got a reaction from e-Invester in Pips 4 Idiots   
    hurry up guys, get it from here...
     
    http://pips4idiots.com/p4imemb.html
     
    and yes, you are very much welcome for clicking "Thanks"
     
    cheers!
  2. Like
    richdad711 got a reaction from callahan in FX VOODOO v5 !!!   
    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);
    }
    }
  3. Like
    richdad711 got a reaction from chrisfx in [Req] Forex Over Drive   
    here you go
     
    http://www.4shared.com/file/dBrUQP3u/ForexOverDrive.html
     
    TF = 5m
    Pairs = EURUSD and GBPUSD
  4. Like
    richdad711 got a reaction from ForexExpert in [Req] Forex Over Drive   
    here you go
     
    http://www.4shared.com/file/dBrUQP3u/ForexOverDrive.html
     
    TF = 5m
    Pairs = EURUSD and GBPUSD
  5. Like
    richdad711 got a reaction from bonny in Cable Run from Profitable FX   
    here you go issteven
     
    http://www.4shared.com/file/MNbYzJYW/Cable_Run.html
  6. Like
    richdad711 got a reaction from bonny in EA 500% in ten days   
    hi ramliam,
     
    1) Open 2 chart for EURUSD M5
    2) 1st chart, put ea buy
    3) 2nd chart, put ea sell
    4) Lots : 0.1
    5) Take profit : 10.0
     
    the rest is default.
  7. Like
    richdad711 got a reaction from cazador in The- Millionairee Robottttt   
    try this
     
    http://www.4shared.com/file/6kcU1f1w/Forex_Millionaire_Robot_NEW.html
  8. Like
    richdad711 got a reaction from tomislav in ZeusFX- real profits   
    here you go champ
     
    http://www.4shared.com/file/nDGwOgBI/ZeusFX-EURUSD-Master-V11richda.html
    http://www.4shared.com/file/FV_5C6tF/ZeusFX-GBPUSD-Master-V11richda.html
     
    pls set UseFixedLot to true and FixedLot to 0.10 (default)
     
    pls dont forget to hit THANKS
     
    cheers
  9. Like
    richdad711 got a reaction from acaciam39 in Forex Cash Bot   
    here you go guys
     
    http://www.4shared.com/file/sc9-bkqA/forexcashbotultimo_edu.html
     
    happy PIPing
  10. Like
    richdad711 got a reaction from douggie in (REQ) Forex Wealth Machine   
    here you go arconite. please set Lots=0.01 and PercentRisk=0
     
    http://www.4shared.com/file/QYmRjW-8/FXWealthMachine.html
  11. Like
    richdad711 got a reaction from pac in EA Boss   
    modified the mod version to include magic number
     
    http://www.4shared.com/file/h9U_Bo7G/EA_BOSS_modified_version.html
  12. Like
    richdad711 got a reaction from bogdan11 in ZeusFX- real profits   
    here you go champ
     
    http://www.4shared.com/file/nDGwOgBI/ZeusFX-EURUSD-Master-V11richda.html
    http://www.4shared.com/file/FV_5C6tF/ZeusFX-GBPUSD-Master-V11richda.html
     
    pls set UseFixedLot to true and FixedLot to 0.10 (default)
     
    pls dont forget to hit THANKS
     
    cheers
  13. Like
    richdad711 got a reaction from Tazz in ZeusFX- real profits   
    here they are guys, uploaded to multiupload
     
    ZeusFX-EURUSD-Master-V1.1richdad.ex4 (38.61 KB) http://www.multiupload.com/MYRQCILSJ7
    ZeusFX-GBPUSD-Master-V1.1richdad.ex4 (40.28 KB) http://www.multiupload.com/382PWA2RNZ
  14. Like
    richdad711 got a reaction from tomislav in Indo Run discussion   
    hi pipmaster,
     
    please look for this code under LotSize() function of the mq4 and comment it out with //. That is causing the lot size to double and this code wasnt even there in the original 1.5 version
     
    from
     
    double lastLotsize = GetLastLotsize();
    if (lastLotsize>-1) {
    Lots = lastLotsize * 2;
    if (lastLotsize==Lot) {
    Lots = Lots + Lot;
    }
    }
     
    to
     
    // double lastLotsize = GetLastLotsize();
    // if (lastLotsize>-1) {
    // Lots = lastLotsize * 2;
    // if (lastLotsize==Lot) {
    // Lots = Lots + Lot;
    // }
    // }
     
    Added:
    http://www.4shared.com/file/wp_Eduo5/Indo_Run_testmod_askalas.html
  15. Like
    richdad711 got a reaction from rey_shooter in ZeusFX- real profits   
    here you go champ
     
    http://www.4shared.com/file/nDGwOgBI/ZeusFX-EURUSD-Master-V11richda.html
    http://www.4shared.com/file/FV_5C6tF/ZeusFX-GBPUSD-Master-V11richda.html
     
    pls set UseFixedLot to true and FixedLot to 0.10 (default)
     
    pls dont forget to hit THANKS
     
    cheers
  16. Like
    richdad711 got a reaction from noone22 in [Req] Forex Over Drive   
    here you go
     
    http://www.4shared.com/file/dBrUQP3u/ForexOverDrive.html
     
    TF = 5m
    Pairs = EURUSD and GBPUSD
  17. Like
    richdad711 got a reaction from taipan in (REQ) Forex Wealth Machine   
    here you go arconite. please set Lots=0.01 and PercentRisk=0
     
    http://www.4shared.com/file/QYmRjW-8/FXWealthMachine.html
  18. Like
    richdad711 reacted to Stormin_Norman in [share] Holy Grail EA - 80% / month + 6.50% DD   
    i think i have found the holy grail! just let me educate it and ill upload it later today. :D
  19. Like
    richdad711 got a reaction from CiDER in EA 500% in ten days   
    gone with the wind...
     
    http://www.mt4i.com/users/500percentea
  20. Like
    richdad711 got a reaction from ⭐ musketeer in EA 500% in ten days   
    gone with the wind...
     
    http://www.mt4i.com/users/500percentea
  21. Like
    richdad711 got a reaction from huuu in EA 500% in ten days   
    EA runs on RoboForex
     
    150% so far, 350% more to go => http://www.mt4i.com/users/500percentea
  22. Like
    richdad711 got a reaction from taipan in EA 500% in ten days   
    100+% after 4 days live cent trading...
     
    http://www.mt4i.com/users/500percentea
  23. Like
    richdad711 got a reaction from huuu in EA 500% in ten days   
    100+% after 4 days live cent trading...
     
    http://www.mt4i.com/users/500percentea
  24. Like
    richdad711 got a reaction from ⭐ musketeer in EA 500% in ten days   
    100+% after 4 days live cent trading...
     
    http://www.mt4i.com/users/500percentea
  25. Like
    richdad711 got a reaction from CiDER in EA 500% in ten days   
    hi ramliam,
     
    1) Open 2 chart for EURUSD M5
    2) 1st chart, put ea buy
    3) 2nd chart, put ea sell
    4) Lots : 0.1
    5) Take profit : 10.0
     
    the rest is default.
×
×
  • Create New...