interrupt negotiations and restart negotiations the next day.
-
Hello, @FXDREEMA i am trying countless times but without success to create a rule for my robot to interrupt trades when it reaches a gain during the day of 100.00 and to return trades the next day.
Unfortunately after countless attempts with the blocs the best I could do was to interrupt the negotiations, but when I enter the next day he remains interrupted and does not return to negotiate.Can you help me solve it?

Bellow url to access my EA
https://fxdreema.com/shared/dWr4X9Pbc -
@fabiobioware You just need to re-enable your block with Trin ON block, which you let run behind once a day block and you are done.
-

Hello @trader-philipps, are correct now?
-
I think it would be easier if 'Filtro de Horario' was a variable instead of a constant. It is correctly positioned on top of your structure, but it cannot be changed. As a variable you can initialize as false in a 'Modify Variable' block substituting block 36. Then at the beginning of every day you can reinitialize as 'true' in an automatic way.
-
I managed as mentioned @trader-philipps , everything worked out, now I'm trying to do the same for a daily limit of loss.
Thanks for all.
-
You can try the same trader.philipps recommended but for that timeframe.
-
-
@kop see block 301 and 302
b4 every trading session i alter my equity target
once it is reached all trades are closed and ea will not open new trades
i must still figure out how the ea will auto calculated the following days' equity target -
@kop Use a variable and set new equity each day or when profit target is reached maybe?
-
@trader-philipps not too concerned about that right now , got more serious stuff to sort out , but nobody can help me
-
@kop said in interrupt negotiations and restart negotiations the next day.:
@trader-philipps not too concerned about that right now , got more serious stuff to sort out , but nobody can help me
Ahem. Didn't you read my suggestion?

-
@l-andorrà not working . can you pls build me a simple bot that sells off portions every 2pips 3times . i did what you said and its not working properly . i even took out all my special filters
-
Every 2 pips? That's an extremely short distance. What about the spread? Will you broker allow you to close trades there?
-
@l-andorrà said in interrupt negotiations and restart negotiations the next day.:
ok 5pips then ,just want to see if it works
-
@trader-philipps hi tp . can you pls help me with this ( auto new eq target ) i have no clue