Order opening on Price

Forums ProRealTime English forum ProOrder support Order opening on Price

Viewing 3 posts - 1 through 3 (of 3 total)
  • #130680

    Im trying to get an order to Open as soon as the criteria hits, for example

    C1 = RSI > 30

    My order doesn’t open straight away on this condition, it opens the next 2 bars, so on a 30 min, it can open 1 hr after the condition hit. Is there a way to reduce this Lag?

     

    #130683

    This will open immediately as soon as the current candle closes if you BUY at market, so it will enter at the very beginning of the next candle.

    The same when you trade manually, you have a confirmation that an event occurred when a candle closes and you open a trade when the next candle has already been opened. The sole difference is that automatic trading is faster.

    #131064

    Code is read at Close and orders are launched at next Open. If you want to interact intra bar, you’ll have to use multi timeframe condition, examples:

    First approach to multi timeframe trading with ProRealTime

    https://www.prorealcode.com/topic/sell-same-bar-close/#post-87943

    https://www.prorealcode.com/topic/echelle-de-temps-multiples/#post-82039

    https://www.prorealcode.com/topics-tag/mtf/

Viewing 3 posts - 1 through 3 (of 3 total)

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