Search results

  1. A

    News Calendar Expert Advisor

    Nice looking EA. But, I went through the settings, I did not see a Stop Loss Option...
  2. A

    News Calendar Expert Advisor

    cool. thank you
  3. A

    Amazing

    Ok no problem, I will pass the project to someone else...
  4. A

    Amazing

    Helle Enivid, So are you working on the the ea according to the changes that I thought should be implemented?
  5. A

    Amazing

    Hello Enivid, When you are programming this Update, you don't have to worry about the closing out positions since the TP will take care of that... Thank you.
  6. A

    Amazing

    Let me know please, much would be appreciated
  7. A

    Amazing

    maybe, but not likely because this is different, you only need to add three features: -Ea places pending orders based on every 100 pip price intervals -The Ea only places one of these pending orders within 12 hours -Once new pending orders are placed, the previous open positions are closed...
  8. A

    Amazing

    Hello Enivid. The code worked perfectly. Now, I'm trying to add the function to open trades at certain price level, like for example . Open pending orders at every 50 pips or every 100 pips the market reaches that price level and only once within 12 ours, so there won't be too many pending...
  9. A

    Amazing

    Thanks, I will try if it works
  10. A

    Amazing

    Ok so I did a little research. The ea works fine. Now, there is a AnyHour function. The slight change that I would like to make to this EA is to make it trade not every hour but every 4 hours, so trades would be placed starting from hour 0, then, 4, 8, 12, 16, 20... Can you please help me make...
  11. A

    Amazing

    Thanks man. I'm gonna do some chart testing to see if the EA works the right way. Sometimes i just need more information before I proceed.
  12. A

    Amazing

    STWAN does cancel pending orders, but my example above describes how the already filled order affects the not filled pending order and the unfilled pending order acts to close the filled order but it should also place the order...can you fix the oco function so the unfilled pending order's gets...
  13. A

    Amazing

    Hello Enivid So I've been testing out some of the functions of the Amazing EA and I was wondering if you could fix a problem with one of the functions: OCO=false The problem right now is that when OCO is set to false, the EA does indeed not cancel the other order if one order is filled...
  14. A

    Amazing

    Are you working on this Enivid?
  15. A

    Amazing

    Right, so it will try to order three times but only if the stop losses are hit, just like in the above example. If OCO is false then this strategy won't work. So OCO must always be true. And Yes, the reversal orders should be market orders.
  16. A

    Amazing

    Hello Enivid, So, I have been analyzing the market and and I think I know what function is missing from Amazing ea. I believe that everything is fine with this ea except one thing: MARKET REVERSALS. The ea should anticipate market conditions in which the market reverses. So I was...
  17. A

    Amazing

    Ok, I got it to work. So for line 298 instead of deleting Magic=NYear+NMonth+NDay+NHour+NMin; I put Magic=111111;
  18. A

    Amazing

    There is an error saying: 'OrderMagic' - function not defined, so I changed that to OrderMagicNumber, I will let you know if that worked...the market is closed now.
  19. A

    Amazing

    Thanks, I will try it out soon.
  20. A

    Amazing

    the ea closes out the pending orders as soon as any of them gets gets filled. It works only if the ea is attached to only one chart, if it is attached to two charts of the same currency pairs, the pending orders on the second chart will just disappear if any of the pending orders gets filled.