Adel Basher / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Adel Basher
Added topic Error 4756- Other issue than logic?
Hello, I have been struggling for the past 2 days to understand what's wrong with my code. I am new to coding. I have done similar EA's, but this is the first time I encounter this issue. All seems good to me, I also used chatgpt to recheck the
Adel Basher
Added topic Why is this simple EA not opening trades in mql5 strategy tester
Hello, I wrote a very simple EA that opens a trade when there is a difference between 2 EMA's. All seems good to me except it does not open any trades on mql5. Here is the code: #property strict input int EMA_50_Period = 50 ; // EMA
Adel Basher
Added topic BTCUSD spread in mt4 strategy tester not working
Hello, So I am trying to test a strategy for BTC in my mt4. I have downloaded all the tick date to get a 99%modeling quality. And the EA is working as intended. The only problem is that the spread is not being taken into account. The spread for
Adel Basher
Added topic Requesting a simple implementation of iCustom function
Hello all, I have an indicator that prints a dot and gives an alert on the mt4, I would like to add mobile notification alert as well. Thing is I can't edit it since I have the ex4 only. With a little bit of searching, I realized that I can add an EA
Adel Basher
Added topic Illegal If without matching else
Hi there, Please Check the attached image . I get the following error when I trying to compile the code shown below. 'else' - illegal 'else' without matching 'if' Any help would be appreciated. Thank you. <Decompiled code deleted>
: