how to make buy and sell pending orders
-
i want my ea to make buy and sell pending orders at the same time.
-

This will open 1 Buy pending and 1 Sell pending order at the same time ...if condition 1 is true .
-
In the "... pending order" blocks you can also find this OCO setting, so the same block can create one more pending order that is on the opposite side of the current price and is from the opposite type. Both orders are "connected", so when one of them gets triggered, the other one is being automatically deleted. If you want this, just use that OCO option.