Try this:
https://fxdreema.com/shared/5kueo1rI
You can choose how many consecutve days the EA will be active. Once this number is surpassed, the EA terminates.
Try this:
https://fxdreema.com/shared/5kueo1rI
You can choose how many consecutve days the EA will be active. Once this number is surpassed, the EA terminates.
@tradingstrategy88 said in open too much trade:
shared/E7IExCAhd
Two possibilities:
No. Pink block should be connected below a 'For each trade' block. Just pu it between blocks 1 and 5.
Other than that I don't see mor issues.
AFAIK, I'm afraid not, but any prigrammer here should confirm it, please.
I answered you to this same question in your previous thread. Please don't duplicate threads.
On the other hand, connecting both buy/sell now blocks to that same 'Once per bar' block is a mistake. That means that whichever condition 235 or 237 is true a buy and a sell will be open. Is that what you are loking for?
Ok. What do you need exactly? Do they work as intended?
¿Tienes algún proyecto empezado a partir de cual se pueda trabajar? Estaré encantado de ayudarte.
Entonces no entendí correctqamente lo que quieres. ¿Puedes subir al foro un esquema de lo que necesitas, por favor?
Did you import it correctly to your fxDreema account? Can you see the buffers? Was it an mq4 of ex4 version?
I answered you in your previous thread. Please don't duplicate threads.
If you are looking for a copier you will find several free ones on the internet. That wil be way faster and easier than creating a new EA.
What do you exactly need?
I'm afraid that option is not available in fxDreema.
Can you please share you project to find the issue?
You can always count bars. You can create an int variable and every daly bar the EA can add +1 to it. Then another condition can limit the maximum value of that variable to 30. Once the value is above it, the EA Terminates.
AFAIK I'm afraid there is not such a function in fxDreema, sorry.