Jump to content

share FX VOODOO v5 edu


Recommended Posts

Hello traders, not wasting time with strategies that are programmed to not operate on certain days of the past.

From what I saw, fxvoodoo is garbage. This programmers should not only say good things, but they should say that the robot does not operate in this day and this day and this day, for all of us, when we made backtest , we get all excited. Should be created an inspection team, the alleged tricks that less serious programmers use to deceive the ordinary citizen who just wants to have an opportunity to earn some income. That is to filter all the trash that floods the forums.

 

With Hedging = TRUE, there are predefined dates where orders should and should not be opened. On the days where gi_312 = TRUE, and order will be opened even if there is no signal from the indicators, which means the developer has added false trades into the back tests as well, most likely on days with big price moves.

 

With Hedging = FALSE, the developer uses 3x different indicator configurations over different periods. This EA is curve fitted, tampered with and should not be trusted.

 

 

" 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;"

 

Regards to all.

Good trades to all.

Link to comment
Share on other sites

  • 2 months later...
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...