@l-andorrà said in Check Age Function Not Working properly:
@econsulttt Did you try to select 'older than or equal' instead of equal? If it doesn't work either then it is a bug because the logic is correct.
Thanks 
It’s now working
@l-andorrà said in Check Age Function Not Working properly:
@econsulttt Did you try to select 'older than or equal' instead of equal? If it doesn't work either then it is a bug because the logic is correct.
Thanks 
It’s now working
@l-andorrà I have done that https://fxdreema.com/shared/MdLX9YYGd still same issue.
@uriel-0 said in Check Age Function Not Working properly:
@econsulttt Use pink blocks if you work with pink blocks, no combine it. Furtheremore, you need "for each trade/position" block above from anothers pink blocks (Depending of you want).
E.G:
@uriel-0 Thanks for the response but can you please share the link to the example you gave?
Good day friends, please help me out. My EA is supposed close trades after 5minutes the trade is opened but I discovered in the backtest that it only closes trades after 5minutes for some time and then will not close trade again.
What could be the problem, please help me check my EA https://fxdreema.com/shared/UPLZabNM
Thanks
@digitalb23 I can’t find the website i-pandora.com please help
@seb-0 okay, can you help me replicate the euroscalper, except that it uses my own predifined conditions to start buying/selling. Should I upload the Ea for you to see?
Thanks
@jstap Yea I believe it should work as you've said but sincerely I'm not familiar with using groups for task like this. I will appreciate if you can help with the blocks connection.
Thanks
Good day guys,
I bought an Ea called EuroScalper(not built with fxdreema), it has made good profit for me but the issue is that, it always have huge drawdown and can burn one's account.
Usually, this Ea has no good logic for buying and selling. It buys if candle_1 is green and sells if candle_1 is red.
How can I make EuroScalper buy and sell, based on my own predefined conditions using fxdreema.
Thanks
@jstap thanks but still does not solve the issue, there is no way the CLOSE PROFITABLE TRADES block can identify the first trade position. I want all trades to be closed only if the first trade position enters into 25pips profit
Good day, please I need help on the following:
My ea is created to open many positions without stop loss and take profit;
So I want the ea to:
close all the sell positions if the first opened sell position reaches 25pips profit
close all the buy positions if the first opened buy position reaches 25pips profit
Please, how do I achieve this?