Stop entry in live rejected

Forums ProRealTime English forum ProOrder support Stop entry in live rejected

Viewing 7 posts - 1 through 7 (of 7 total)
  • #71082

    Hi

    Yesterday, I had two separate strategies fall over with the description “Rejected: Order level too close to market”. The formulas used for these two strategies was

    BuyPrice = High[0]+1.1*pointsize  -5min

    and the second

    BuyPrice – High[0]+2*pointsize – 4Hr

    They were both on the Dax in normal trading hours.

    Can you help, is this a coding or system problem?

    regards

    Dymjohn

    #71083

    The minimal stop distance with DAX is 5 points, if I remember correctly.

    #71088
    #71114

    This was a “stop entry” not a “stop loss” order so would have thought would have gone through possibly at an inferior price?

    #71115

    Thanks Eric

    #71118

    Even with a “stop entry”, you must place your order at a minimal distance away from current Close, otherwise your orders will be rejected.

    #71139

    Just use MAX to ensure you are never too close:

     

    1 user thanked author for this post.
Viewing 7 posts - 1 through 7 (of 7 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login