Need help how to use Buy pending order in grid ?
-
If i want to set buying pending order every time price to down 1 % how to set it ?
I'm trying this one but it doesn't work . How to use buy pending order in grid ?
thank you in advance . -
At least you must have something to decide when is the time to put that new order, when is the time that you are 1% lower than before. Normally, "Condition" block is used for that. You can check the current price and compare it to some other value, but I don't think that this is the best in this case.
But it depends. There are blocks that can put multiple pending orders in one shot, I think you can find them, as they contain the word "grid" in their names.
Also I can suggest a block named "Round numbers detector"
Or you can compare the value of Open Price of the latest pending order with the current price. For this, "For each Pending Order" will be needed, but many people can't get how these pink blocks work.