HELP! How can i limit pending order placement to once
-
am working on a project currently that has to do with setting pending order at a certain level, however the issue am have is that the robot is setting multiple orders at once up to 30 orders at one, at the same price level. i only want it to set the order once at a time when the condition is met at different price levels. i have tried using "once per bar" and "check pending order count," but it did"nt help. i just need help on how to get this done please. project link below
-
You need a "no pending order" block
-
@ambrogio that's what am using currently, and I noticed once the order is activated, it sets another one immediately, make it two running positions and that's not the idea of the strategy. I only want it to set 1 pending order at a time every time the condition is met
-
@Olahmide you are using "no trade" instead. Replace it with "no pending order"
-
@ambrogio I have done that already,and I noticed once the order is activated, it sets another one immediately, it also get activated making it two running positions, which is not what i wanted.
-
@Olahmide This way for buy : no trade buy, no pending order buy, condition block, buy pending order
Let me know -
@ambrogio I have tried that method, yet i did not get the desired result
-
@Olahmide please, share the project