hedging at the same price.

 
Hello,

I want to place a buy order and the sell order (hedging) at the same price.
How can I accomplish this using EA?

It looks like we can place only one order per tick which means there is one tick difference in the entry price of buy and sell orders (after the spread).

Thank you,
- sam123
 
It looks like we can place only one order per tick which means there is one tick difference in the entry price of buy and sell orders (after the spread).

There is no such restriction in MT. You can place as many orders in one tick handler as you want.
Although price quote data comes in asynchrously that's likely to cause Requote or Price Changed error on fast market. Real time issues have to be considered.