closing a loosing sell trade for a buy trade
-
Hello sir, how do I make this bot close loosing trades and take buy trades at a signal

Here, it took a sell trade but did not take a buy trade, probably because a trade is on.
@Xfire @miro1360 @l-andorràThe EA: shared/N0HfTO2Kd
-
Hi @Laudable222
Try this blocks.
Condition > close loosing trades > buy now -
@biztet thanks. Will check it out.
-
Please, if I may ask,
- what is the function of the no position block.
- How do I make the bot stop trading at a set profit level, say at $10 per day.
@xfire @miro1360 @l-andorrà
-
@laudable222 For question 1, that block allows you to hold one open trade only on chet chart until it is closed. You will not get several open trades atthe same time with it.
For the second question you can use this block:

-
@l-andorrà thanks
-
@laudable222 You're welcome.