Jump to content

marcopq

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by marcopq

  1. 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.

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

    From what I saw, the fxvoodoo is garbage. fxvoodoo 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. 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.

    Good trades to all.

  3. My witness, I opened my account in April, May and June without become frail, with take profit orders in July set were not implemented, the only way that I had to save my account was going to the cabinet and grab at the time of the account balance. After some effort I got my money, but for anyone who advertises quality of execution speed etc, is far from it.

    Someone who wants to prove what I say, you can contact me

    Good trades to all

  4. Re: LIVE TEST RESULTS

     

    This cumulative trading is observed that the most important part of my learning, I use mainly daily charts and work with breakouts, I see moving averages, important points of resistances and supports, is not a single code but a set of strategies which automation is not so simple, it is essentially a trading supported and not 100% automated. the only thing I can cooperate is to help someone to gain income, not miracles but rational trading.

    Greetings to all.

×
×
  • Create New...