tp coding problems - help please

thread: tp coding problems - help please

  1. #1

    tp coding problems - help please

    Hi

    My EA which has worked for the past 9 weeks or so is now giving me TP errors unless I use a TP of 4 ( I typically use between 10 and 200 based) then as soon as the order is in fact put it sets the TP to zero...

    int li_8 = OrderTypeDirection();
    Printing(TakeProfit value isn't set due to server connection error. Please alter the order and set it manually);
    dual l_price_0 = g_str2dbl_244 TakeProfit * Point * li_8;
    OrderModify(OrderTicket(), OrderOpenPrice(), OrderStopLoss(), l_price_0, 0, Red);
    return (0);

    Can anyone offer help?

  2. #2
    The first builder no longer is around and abandoned the project about 6 mos ago on a forum. I've been using the EA for the last year or so. The mistakes only started about two days ago

    If perrmissable I shall post the URL into the forum and EA-- although not sure on this forum's guidelines on that topic.

    Never mind. . It was fixed by me--

  3. #3
    Member ina99's Avatar
    98
    hello

    My EA which has worked for the past 9 weeks or so is currently giving me TP errors unless...
    Hmm, therefore that your EA is a decompiled EA from somebody else.

  •