ordersend

  1. ultimate3101

    Hi! I have an Error: 138

    I Made an EA, but get an Error which sais Order Send Error 138 Can someone Help me? input double UpZone = 1.3000; // Define your UpZone value input double DownZone = 1.2900; // Define your DownZone value input int ATR_Period = 14; // ATR period input double MinATRLevel = 0.001; // Minimum ATR...
  2. Johan1974NL

    Order Send 130 Error - What is Entry Value?

    Hello, I keep getting the error 130 and found this article about it. https://www.earnforex.com/guides/ordersend-error-130/ I would like to implement this code but is not clear to me what the entry value contains. if (Entry - Bid < StopLevel * _Point) Entry = Bid + StopLevel * _Point; if...