Help Stop This Loop
-
Good day guys,
Please how do I make this loop to run one time only?

It keeps deleting and opening pending orders continuously non-stop

Please Help.
-
Bom dia , se a ideia e fechar as ordens pendentes , o que o bloco 34 ta fazendo ai ? ja que ele vai gerar uma nova ordem pendentes. também tente invés isto colocar um bloco de "If pending order" conectado a '"Minutes filter" + "Delete pending orders" , com isto apos aquele prazo todas as ordens sao apagadas .. ou junte ai a minha ideia com se remova o bloco 34 .
-
@mateus_f The idea is not just to delete the pending order but to create a new one.
-
@econsulttt said in Help Stop This Loop:
Good day guys,
Please how do I make this loop to run one time only?

It keeps deleting and opening pending orders continuously non-stop

Please Help.
-
@econsulttt
I dont knowthe conditions on your block: check trades count. I think what happens on your logic is every the block: for each trade run, it will check the newest 34: buy pending order and 33: delete pending order, it will be and endless loop...
Try to separate the delete pending order block and buy pending order block with separate conditions. -
@econsulttt Can you please share the link to your project? I don't fully understand what you need.