Buy/Sell before bar close

Forums ProRealTime English forum ProOrder support Buy/Sell before bar close

  • This topic has 3 replies, 4 voices, and was last updated 6 years ago by avatarEric.
Viewing 4 posts - 1 through 4 (of 4 total)
  • #55226

    Is it possible to buy/sell before a bar Close?

    EX: I want to buy on Daily when last price is higher than yesterdays high.

    IF Close > high[1] THEN

    I don´t want to wait for the Daily bar to Close Before i buy.

    #55227

    At present it is not possible, unless you use a lower TF.

    #55231

    It is possible by putting a buy stop order at High, each time the code is read. Since this order will remain active during the consecutive bar, it may be triggered by the price (Close) in real time. 

    1 user thanked author for this post.
    #55290

    if you use a stop order remember to add the spread (half the spread) 

    for example dax 5 point spread and high 13 000

    then the buystop order would be 13 002,6

    2 users thanked author for this post.
Viewing 4 posts - 1 through 4 (of 4 total)

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