Enter below a certain price

Forums ProRealTime English forum ProOrder support Enter below a certain price

  • This topic has 14 replies, 6 voices, and was last updated 6 years ago by avatarLeo.
Viewing 15 posts - 1 through 15 (of 15 total)
  • #53148
    Abz

    Hello

    I am trying to achive this in a strategy i am going to build. Once the strategy has achived all its critera for LONG and  let say the price at that moment is 50$ i then want to wait for the price to drop to 48$ before enter.

    i was thinking of tradeprice but is it possible to set the trade price without doing the actuall trade?

    Thanks for all reply.

    #53157
    Leo

    place a limit order

     

    1 user thanked author for this post.
    avatar Abz
    #53160
    Abz

    Hello Leo

    50$ vas just an example price , price coud be whatever. How can i save the price achived when all criterias was met and then Wait for certain points to drop before enter

    #53162

    Leo has given you the answer, the LIMIT statement instructs the system to buy at a lower price than the current one, you tell it what that price is.

    For example:

     

     

     

    1 user thanked author for this post.
    avatar Abz
    #53163

    Correcting myself, should be a STOP order below the current price and a LIMIT order for orders above current price, these instructions are only valid for the current bar:

    Limit and stop orders with specific levels are valid for one bar by default starting at the open of the
    next bar. They are canceled if not executed.

    1 user thanked author for this post.
    avatar Abz
    #53164
    Abz

    i cant get it to open any trades with this , is there something im missing out?

    #53165

    Conditions may have never been met.

    Also, LIMIT orders guarantee that you buy/sell at that very price. In case that price is skipped (in the above example the price may drop from 50 to 49, then 47) your trade will never be opened!

    Roberto

    #53169
    Abz

    dosent have to be that exact price as long as it is the same or below

    #53171

    @Roberto: I think what you wrote is not true. A limit orders makes sure that you don´t pay more than your limit (for a buy order) but it can be executed also at lower prices. So the order BUY 1 CONTRACT AT 50 LIMIT will also be executed if price skips 50 when dropping and can be executed for say 48.

    #53174
    Abz

    i know for sure that conditions have met in the periode i am testing , but it is not opening any trades, what am i doing wrong?

    #53175

    You are right Despair, sorry for my mistake.

    I tried your strategy on GbpUsd, 30 minutes, from Nov. 1st through yesterday and it opened two trades as you can see from the attached pics (I had to comment out line 4 since that variable has no references elsewhere).

     

    1 user thanked author for this post.
    avatar Abz
    #53180

    I don’t think that you are right AutoStrategist. LIMIT orders are for purchases at a better price than the current one and STOP orders are for purchases at worse prices.

    So for example:

    IF the price is 50 then a LIMIT BUY order would be at 40 and a LIMIT SELL order at 60.

    IF the price is 50 then a STOP BUY would be at 60 and a STOP SELL at 40.

     

    #53194

    Yes I got myself properly confused 🙁

     

    #53201
    Abz

    the above strategie produce 280 trades  on Crude oil  without the LIMIT order and with LIMIT order i get 2 trades. There must be something i am doing wrong with this limit function

    #53298
    Leo

    i cant get it to open any trades with this , is there something im missing out?

    Hi ABZ,

    Your code every time  is placing a Limit order at “mydiscount”  pips below the Close of the canddle… of Course this trade orden never opens  (or almost never).

     

     

     

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

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