ONE PENDING ORDER AT A TIME
-
I want to have one pending order of its own different settings at a time, when the first pending order is maybe buy pending order of stop loss 20 and tp 20, the next pending order is sell pending order of maybe offset 10 and 5 sl and 15 tp, it should appear/trigger only when the first one is triggered. Sell pending order should not be triggered if buy pending order should be triggered first.
-
If buy order place sell
-
I don't get you
-
You only want a sell if there is already a buy, check if a buy is running, before placing the sell.
-
Which block will check if buy is running
-
if trade block
-
Okay I will keep trying
-
Thank you