Invalid stops - page 2

 
mkheidzedavid: Hi, Im getting error 130 for a pending order. All the numbers seem correct, I don't understand why Im getting the error.

The numbers on the upper left corner of the screen are: Price, SL, TP, Lots

  1. For pending orders you must normalize price (if ticksize != point)
  2. for lots you must always normalize lots 0.20408163 is bogus
  3. Print out Bid/Ask vs. your order open price and your stop level. Requirements and Limitations in Making Trades - Appendixes - MQL4 Tutorial
  4. Also try opening first and then set stops for the pending order.
Reason: