Jump to content

grooter

Members
  • Posts

    143
  • Joined

  • Last visited

Posts posted by grooter

  1. Also had two times usdcad+usdchf opened, and closed in profit. FXCM Demo.

     

    Suggestion: would it be possible to add an equity-amount to configure, so it can run together with other EA? Meaning: you have i.e. a 50k account, and tell the EA to use 10k as base for the trading.

     

    Currently I am copying the trades from properly sized demo account to my live account (which runs other EAs as well), but I am losing quite some profit due to slippage.

  2. Sure, they are quite normal indicators; SMA, WPR, ATR, CCI. That's it. Looks like it was created with an EA Generator or so.

     

    Anyway anyone with good mql4 knowledge could adapt EA to an indicator.

     

    l_iclose_72 = iClose(NULL, PERIOD_M15, 1);

    double l_ima_80 = iMA(NULL, PERIOD_M15, g_period_200, 0, MODE_SMMA, PRICE_CLO

    SE, 1);

    double l_iwpr_88 = iWPR(NULL, PERIOD_M15, g_period_228, 1);

    double l_iatr_96 = iATR(NULL, PERIOD_M15, g_period_252, 1);

    double l_icci_104 = iCCI(NULL, PERIOD_M15, g_period_260, PRICE_TYPICAL, 1);

     

     

    pair sl tp ma cci atr wpr

    eurusd 120 26 75 18 14 11

    gbpusd 120 50 75 12 14 12

    usdchf 160 20 70 12 14 9

    usdjpy 130 27 85 12 14 12

  3. About the zero divide: if you look at calcTrend() you see the timeframes used in SMA calculation: H1, H4 and D1. Without those, it can not backtest.

     

    It seems not completed, CheckExitCondition() function is empty :)

  4. I crafted an EA for Diesel's Trend Pullback system using the posted rules.

     

    I'm running it on my offline M2 chart now for one day, but I get no trades at all. Using the indicators on the chart I get many arrows, so trades should have been happened. No errors in the experts/journal tabs. Unfortunately I don't really understand mql4 good enough to check order conditions in the code, so.. seems it's not working.

     

    Did no one else try it?

  5. If you apply the M30 template I included, you get roughly one trade a day. Don't know what the sell up voodoo is about. Probably you can find out on their promo videos what pairs and timeframes they use.

     

    My understanding:

     

    you have basic entry level, one SL and two TP (50% each) levels. There are more levels for re-entry (judging from the indicator names), but I have no idea how to use them.

  6. Don't be discouraged, I think some people are just collecting anything that get's posted, without ever looking at it again :-) Those who are really interested will hopefully give good feedback.

     

    Curious to try this out, since I'm an IB customer, too. I did not even know it existed, nice idea. Do you have any experience with order execution, are there any delays, problems with magic numbers, etc? (Oanda MT4 bridge seems to have those problems).

  7. Well this UST is just another product by n3tpicks where you need the exact trade plans=settings to do anything useful. Same issue with SST - it's worthless without having the right settings per instrument+timeframe. You get this in their "owners club", where they take nice money each month from you.
×
×
  • Create New...