Hello,
I have a question, do pending orders execute with OHLC? for example, if a bar for EURUSD opens in 1.3500 and closes in 1.3600, and I have a pending order at 1.3550, would the order be executed ?
Thanks in advance
Pending order is triggered when bid/ask price reaches the order price. OHLC price are bid prices. See documentation for pending orders type.
So in your example it depends when you place your order, and what is the spread.
Pending order is triggered when bid/ask price reaches the order price. OHLC price are bid prices. See documentation for pending orders type.
So in your example it depends when you place your order, and what is the spread.
Sorry if I was not clear, Im talking about backtesting here.
I would like to use OpenPrice method not tick data but work with Pending orders in my EA.
Is this possible?
Sorry if I was not clear, Im talking about backtesting here.
I would like to use OpenPrice method not tick data but work with Pending orders in my EA.
Is this possible?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
I have a question, do pending orders execute with OHLC? for example, if a bar for EURUSD opens in 1.3500 and closes in 1.3600, and I have a pending order at 1.3550, would the order be executed ?
Thanks in advance