no more trade
-
how to trade only 1 trade at the time, no more trade if one pair have position is running? (i use bot with 28 pair at the same time) help plz
-
@haidang8055 You need this block with all applicable charts comma separated as per the example:

-
@haidang8055 @l-andorrà That picture is in the group box, I think it was meant to be in the symbol box.
-
@l-andorrà thank you alot for repling, you r a master Bro
-
@jstap Oooops, you're right!

-
@l-andorrà : )
-
@l-andorrà it does not work, it still open another position when one is running. why? please
-
@haidang8055 Can you please share the last version of your project?
-
-
@haidang8055 Place the shared project link, projects page>projects>create shared link>click link>copy opened web page and paste here.
-
-
@haidang8055 I can't see why you are getting more than 1 trade, maybe someone can help and see why, you could try checking trade count before buy/sell.
-
@haidang8055
I am not familiar with the specific use of multiple currency pairs in the groups.
But if this doesn't have any special meaning,
I would say that after the first trade you can't open another one because
the condition "no trade" is not fulfilled. You don't have "no trade" after the first trade. -
Another hint would be that you have to pay attention to the order in which the blocks are processed.
The order shown in the picture NOW is correct.
The block (5) that asks for the result of blocks (1) and (2) and their successors
must have the highest number, otherwise it would possibly be executed with the wrong result before the query.
-
@rgoo maybe you r right, no trade maybe not fulfilled, I have to set number of trade < 2 in condition block