Single trade per condition
-
Hi. Hope someone can help me. I would like to have 1 trade open per positive condition. Only when condition is positive again (lets say after retrace in market). How do i set this up in the builder?
-
@mvdlangenbergh Some more info would be appreciated. Are those 'positive conditions' supposed to be independent or linked to other conditions?
-
@l-andorrà Ok sorry about that. Lets say i want to switch my bot on for the day, but would only like the bot to take 2 trades per day that hit my TP. This will be only the sell side of the bot. Now i want the same to happen on the buy side. Is this possible? Could you please construct a EA Example so i can just see where to position the blocks. Thank you for the help.
-
@mvdlangenbergh Try this https://fxdreema.com/shared/3DBIoJx1c check all event tabs.
-
@jstap Thanks for this!! Is the numbering important as per your example? For instance between my condition block and your check flag blocks and then sell block or can i just start from 1 - 10 for instance on the sell tree?
-
@mvdlangenbergh There are a few, some are to reset so need to match so all resets, others are for the amount of wins so can be any and dictate the wins, the other is set after x amount of trades then checked before buy/sell, this can be any but check and set need to match.
-
@jstap Thank you so much. Understand now. Will report back how it goes.