4x4u Posted December 2, 2011 Report Posted December 2, 2011 hi, Would someone share fx voodoo v5 edu. hxxp://www.fxvoodoo.com/ Thanks in advance. 4x4u Quote
robotfx2 Posted December 2, 2011 Report Posted December 2, 2011 please share edu version. thanks Quote
mograst Posted December 2, 2011 Report Posted December 2, 2011 previouse ver. has big SL fi you hit, then you will blow have of your deposit. Not worth!! Quote
richdad711 Posted December 17, 2011 Report Posted December 17, 2011 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); } } callahan 1 Quote
callahan Posted December 17, 2011 Report Posted December 17, 2011 seems to be another curved fitted EA...below is the block of codes taken from voodoov5 itself... Yeah just another disappointin' waste o' time and the wheels keepa turnin'. Keep lookin' boys. tomislav 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.