Page 42 of 44

Re: Simple Expert Advisors (EA's) for MT4

Posted: Wed May 14, 2025 9:01 pm
by Ganesh
mrtools wrote: Wed May 14, 2025 8:39 pm Does the EA leave you any error messages in the experts tab?
No,it does not show any error messages.

Re: Simple Expert Advisors (EA's) for MT4

Posted: Wed May 14, 2025 9:36 pm
by mrtools
Ganesh wrote: Wed May 14, 2025 9:01 pm No,it does not show any error messages.
Sorry don't know how to fix that!

Re: Simple Expert Advisors (EA's) for MT4

Posted: Thu May 15, 2025 12:07 am
by Ganesh
mrtools wrote: Wed May 14, 2025 9:36 pm Sorry don't know how to fix that!
Sorry mrtools, Now i changed the pair , it gives error message as follows

Re: Simple Expert Advisors (EA's) for MT4

Posted: Thu May 15, 2025 12:13 am
by mrtools
Ganesh wrote: Thu May 15, 2025 12:07 am Sorry mrtools, Now i changed the pair , it gives error message as follows
Don't think that is an error, more like it is just a normal print statement from the EA, if it was an error, it would give the error with the error type number.

Re: Simple Expert Advisors (EA's) for MT4

Posted: Sun Jun 08, 2025 7:12 am
by Intrest 1
Could anyone make an EA in which the purchase occurs when the price touched SMA and at this time RSI is below level 30. Sale occurs when the price touched SMA and at this time RSI is higher than the level of 70. Take Profit when the opposite signal of RSI appeared

Re: Simple Expert Advisors (EA's) for MT4

Posted: Mon Jun 09, 2025 8:21 pm
by Ganesh
Hi, mrtools, Below attached EA , opens trade only for BUY ( both trend trade and band trade) , but it does not open for SELL trade. Please do rectify the EA so that it opens for both BUY and SELL trade.

Thank you.

Re: Simple Expert Advisors (EA's) for MT4

Posted: Mon Jun 09, 2025 10:35 pm
by ionone
Ganesh wrote: Mon Jun 09, 2025 8:21 pm Hi, mrtools, Below attached EA , opens trade only for BUY ( both trend trade and band trade) , but it does not open for SELL trade. Please do rectify the EA so that it opens for both BUY and SELL trade.

Thank you.
EA goes super slow once an order is opened, and eats a lot of memory, I think there is an error somewhere

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue Jun 10, 2025 1:27 pm
by Ganesh
Ganesh wrote: Mon Jun 09, 2025 8:21 pm Hi, mrtools, Below attached EA , opens trade only for BUY ( both trend trade and band trade) , but it does not open for SELL trade. Please do rectify the EA so that it opens for both BUY and SELL trade.

Thank you.
Hi, mrtools is it possible to rectify?

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue Jun 10, 2025 1:34 pm
by mrtools
Ganesh wrote: Tue Jun 10, 2025 1:27 pm Hi, mrtools is it possible to rectify?
Hello, tried but couldn't fix it!

Re: Simple Expert Advisors (EA's) for MT4

Posted: Tue Jun 10, 2025 8:52 pm
by nwesterhuijs
Ganesh wrote: Tue Jun 10, 2025 1:27 pm Hi, mrtools is it possible to rectify?
Based on the indicator my observation was that TrendSignal buffer 15 has a value of either 1 or -1.

Do be aware that this EA does not close a trade upon an opposite signal, so both a sell and buy can be open at the same time.