rejected orders because too close to the current market level

Forums ProRealTime English forum ProOrder support rejected orders because too close to the current market level

Viewing 5 posts - 1 through 5 (of 5 total)
  • #228501

    Hi there,

    I think we all got the following message from PRT from time to time for limit orders:

    “order status: rejected
    order rejected by the broker or the market

    the required order level is too close to the current market level. The minimum distance for this market is x points”

    My idea to circumvent that annoying and pesky little problem is the following bit of code (obviously just an example):

    Since PRT cannot execute a sellshort command simultaneously at two different market levels, it’s going to execute the sellshort command at market. I’ve tested it, it works..

    My question now to you guys is threefold:

    • have some of you applied the same strategy?
    • if so, have you ever had any troubles from applying this strategy?
    • how risky is it, knowing that PRT can’t execute sellshort commands at 2 different market levels?

     

    Thanks for the feedback,

     

    cheers!

     

    #228502

    Hi there Albaran,

    Your text looks good to me, but your code does not resemble the text. OK, wait, I just don’t understand and you imply to execute the Limit order at the wrong side of the price or so, and then call it “Market” (which would be correct).

    I like tricks and I like to learn new ones. 🙂

    You do realise that the +20 is very often not enough because not even 85 will suffice ? (if this is related in the first place !)

     

    PS: How can you have tested this for its working out ? I mean, you will never know when this crazy thing happens and thus also not when / whether it helps ?

    #228511

    Yes, STOP orders are to be used when you want to enter a SHORT position at a lower price.

    Moreover, bear in mind that adding numbers to a price should be done converting those values into a price by multiplying them with the keywords PipSize or PointSize, unless you are only dealing with instruments having a 1:1 pip/price ratio.

     

    1 user thanked author for this post.
    #228512

    Yes, STOP orders are to be used when you want to enter a SHORT position at a lower price.

    Moreover, bear in mind that adding numbers to a price should be done converting those values into a price by multiplying them with the keywords PipSize or PointSize, unless you are only dealing with instruments having a 1:1 pip/price ratio.

    Yes, I took a 1:1 market in my example.

    I wasn’t aware that you could use a stop order to add to an existing position..

    That changes a lot of things 😉

    #228516

    STOP orders don’t mean they are to be used for setting a STOP LOSS.

    STOP orders are to be use whenever your entry price is WORSE than the current one, i.e. lower when you go South and higher when you go North. When the entry price is most favorable use LIMIT orders, instead.

    STOP LOSS uses STOP orders, for example when you are LongOnMarket, because the STOP LOSS wants to close that trade simply going SHORT, and it’s going SHORT at a worse price (lower than the current one, at the time the STOP LOSS was placed).

     

     

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

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