Jump to content

dan90

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by dan90

  1. Since I tried forex I alway tried expert advisors, but I found that the are not consistent, fail after awhile, not to mention, that they give different results on backtest, demo, and live, and different with borkers. Now I just want a steady I 20% or so a month, but consistently. Some H4 or D1 strategy? I'm a student, cannot be glued to the screen, so m15 or so stagegies ar not for me.
  2. Try this, Dan....

     

     http://www.multiupload.com/WFADA17ZYV 

     

    I added a switch, ReverseTrades. Set it to TRUE and it should do what you want.

     

    Thanks, the trades are reversed, but the sl tp levels are not, the old sl is not the new tp, and so on. The old and new tp is about 60-80, insead of new tp 20-40, like the old sl. Can you make that too, or program it to be able to set tp and sl manually not made by the ea? Thanks

  3. if (TurboMode) {

    gd_348 = MathFloor(100.0 * (AccountFreeMargin() * AccountLeverage() * RiskPercent * Point) / (Ask * MarketInfo(Symbol(), MODE_LOTSIZE) * MarketInfo(Symbol(), MODE_MINLOT))) * MarketInfo(Symbol(), MODE_MINLOT);

    if (gd_348 < 0.01) gd_348 = 0.01;

    if (gd_348 > 50.0) gd_348 = 50;

    g_lots_356 = gd_348;

    }

     

    I found this code in the ea I am using. I guess it makes the mm percent based on the free margin and used margin. Could someone modify it? I want the risk to be based on the account balance size and the sl size. So if I set 5% risk, and i have a $600 account the sl is 30 pip it wil open a 0.1 lot trade. And if an another trade is opened, while this is still open, it will open a 0.1 lot trade too, not 0.08 or kinda.

    Thanks

  4. Re: What do you think about EA KAIN?

     

    Hello All, here is the email from the Author regarding the fix in 1.04:

     

    Part of email:

     

    Problem was that DURING AN OPENED TRADES,

    Meta trader freeze and didn't manage the opened position.

    It was a very dangerous problem! Finally we corrected this bug and since

    the latest version v1.04 EAKAIN has no more any issue.

     

    Our clients, anyway, are very happy because they're making profit and

    they've got for free any upgrade (fixed bugs and improvements).

     

    Looks like a freezing issue was fixed.

     

    Kris

     

    I think thats just some promo email, when metatrader freezes you just suck no matter what expert advisor you use, if the expert should close the trades not a stoploss.

  5. Re: What do you think about EA KAIN?

     

    hi

    they email for clients:

     

    if you search on the net you'll find on some blog that

    EAKAIN SCALPER PRO 2010 had some issue during live session.

     

    IT WAS TRUE!

     

    Problem was that DURING AN OPENED TRADES,

    Metatrader freeze and didn't manage the opened position.

    It was a very dangerous problem! Finally we corrected this bug and since

    the latest version v1.04 EAKAIN has no more any issue.

     

    Our clients, anyway, are very happy because they're making profit and

    they've got for free any upgrade (fixed bugs and improvements).

     

    I got that, message too, and on march 17-18 night a trade just went positive and eakain didnt closed it, so today mornin i saw an opened trade with 40 pip minus:( Can someone post this final bugless v1.04 please? ^:)^ ^:)^ Ekain gorks really well but this problem maked it dangerous.

×
×
  • Create New...