Jump to content

fxshare

Members
  • Posts

    102
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by fxshare

  1. Multiple timeframes' indicator calls within the code. So can the EA be backtested correctly using mt4 strategy tester ? :-/

     

    May be bcoz of that, am getting poor results when backtesting using dukascopy tick data.. their fwd test results published in myfxbook ( http://www.myfxbook.com/members/iticsoftware/expert-advisor-tfot/65539 ) looks very impressive.

     

      g_iclose_460 = iClose(NULL, PERIOD_M15, 1);
      g_ima_468 = iMA(NULL, PERIOD_M15, g_period_232, 0, MODE_SMMA, PRICE_CLOSE, 1);
      g_iwpr_476 = iWPR(NULL, PERIOD_M15, g_period_240, 1);
      g_iatr_492 = iATR(NULL, PERIOD_H1, g_period_336, 1);
      g_ima_484 = iMA(NULL, PERIOD_H1, g_period_332, 0, MODE_EMA, PRICE_CLOSE, 1);
      g_iclose_508 = iClose(NULL, PERIOD_M5, 1);
    

  2. i have a ea that only runs on brokers with no prefix EURUSD etc however my broker is EURUSD- is it possible to add in the imputs this function to add a prefix.

    The message i,m getting is UNKNOWN SYMBOL NAME EURUSD FOR ORDER SEND FUNCTION.

    Best Regards

     

    they must have hardcoded symbol names like EURUSD,GBPUSD within the code ..

    add an extern/setting variable , extern string symb = "EURUSD-";

    replace all instances of "EURUSD" within the code by "symb"

     

    or post the code here or pm me. i will modify it for u ..

  3. i dug it out. here you go. same code:

     

    http://www.multiupload.com/3YKT7LBXPE

     

    thanks a lot Stormin.. Had a look at mql .. wow.. code is 95% the same as that of Wallstreet and they've released this as a new EA? thieves >:)

     

    Both uses 75 smoothed MA in M15 to find the trend. Entry on pullbacks . For this they use William %R ... eg : When M15 trend is down and WPR is overbought, it immediately enters a sell. Also uses ATR and CCI as additional filters. Even exit signals are the same as in Wallstreet (uses WPR and open /close of M1 candle) . The difference is that oddbot uses slighly optimized parameters (WPR period, CCI level etc).

     

    ps: I like the exit logic of wallstreet the most. Suppose you entered a sell when WPR is overbought and trend is down. It exits this trade when WPR moves to oversold area ,even if your position is in loss . This has helped quite a few times to cut short the losses .. EA was able to exit at the best possible prices .. But when there is a sudden move in the opposite direction and WPR does not enters the oversold region, you are trapped and it will hit your full SL which is away at -120 pips. This has happened last week in one or two pairs .

  4. Ok heres the translation from chinglish to english:

    Does Wallstreet use the ATR Indicator. If so, at which (under and above) ATR value does it enter (or not enter) trades?

     

    Yes. 0.0006 for EU and GU , 0.0003 for UC ..

    If ATR(14) < these values, no trade ..

    But i guess its not so important .. It is very rare that ATR falls below these values .. May be they arrived on these values based on backtest optimization..

  5. David as moderator Yarman insulted members in this forum all over the place and got banned about 1 year ago.

     

    What made you think so forexpro? I am shocked to hear that David = Yarman . I just hate that ***** called Yarman. Never seen such a pathetic moderator/member in any of the forums.

     

    On the other hand David had been friendly to all and have posted a lot of useful stuff in the forum .

  6. maybe his VPS went south after those trades were taken leaving some open orders or something...

     

    Its not VPS issue dude . There were 3 set of full SL's and you can find them in Tulips published accounts as well.

    http://www.myfxbook.com/members/TulipFX/kangaroo-ibfx/93959 (last 2 EU )

    http://www.myfxbook.com/members/TulipFX/kangarooea-fxopen/93715 (1 AU + 1 EU)

     

    It was quite unfortunate but Birt's account had to take all the 3 SLs . Broker price feed differences might be the reason why it was not triggered for you, but just keep in mind that this will not work always in your advantage .

     

    3 SLs did not halve his account. It is in -14% DD, which is no way a blown

     

    And you had to pay them 6 months subscription fees to get your account down by 14% . Now pay 2 more months subscription to take the account back to the initial or starting 'level' .

×
×
  • Create New...