Hi all,
I'd need to setup an alert when there is a withdrawal. Someone knows how to do it with fxdreema?
Thank you!
Hi all,
I'd need to setup an alert when there is a withdrawal. Someone knows how to do it with fxdreema?
Thank you!
Hi,
with the indicator Fractal Adaptive Moving Average it returns an error compiling the project ( https://fxdreema.com/shared/d59z0utW ).

@roar Thank you...I'm trying to program this idea https://www.youtube.com/watch?v=S8E3xtR2omA&t=187s because I think it's really interesting but it's not easy at all...
@alexdepa said in How to make that Close Condition !:
@roar I tried to add another array to separate buys from sells but it doesn't seem to work. Could you take a look at shared project https://fxdreema.com/shared/Mq1YS72ge and tell me what I'm doing wrong?
Thank you!
@roar I found the errors I made in the second array. Thank you anyway.
@roar I tried to add another array to separate buys from sells but it doesn't seem to work. Could you take a look at shared project https://fxdreema.com/shared/Mq1YS72ge and tell me what I'm doing wrong?
Thank you!
I have exactly the same problem. @FXDREEMA please help us to find a solution!
Thanks!
Hi,
the block Bucket of Closed Trades for MT5 doesn't return the lot size. It alway return a zero value.
Thanks
Hi,
the block, most of the time, returns a wrong value as the attached screenshot.
Randomly it returns the correct value.
This happen with all the options of the block (Lots, Profit, etc).
Thank you!
Hi,
I've just upgrade my MT5 and all the EAs made with fxdreema did stop working. So I try to compile one simple project https://fxdreema.com/shared/Y2vQUeDbc with MetaEditor and it return a "syntax error: type expected".
All projects fail to compile with the same error in the same block of code:
bool TradeSelectByIndex(
int index,
string group_mode = "all",
string group = "0",
string market_mode = "all",
string market = "",
string BuysOrSells = "both",
)