No,it does not show any error messages.mrtools wrote: Wed May 14, 2025 8:39 pm Does the EA leave you any error messages in the experts tab?
Re: Simple Expert Advisors (EA's) for MT4
413Sorry mrtools, Now i changed the pair , it gives error message as follows
Re: Simple Expert Advisors (EA's) for MT4
414Don'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.Ganesh wrote: Thu May 15, 2025 12:07 am Sorry mrtools, Now i changed the pair , it gives error message as follows
Re: Simple Expert Advisors (EA's) for MT4
415Could 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
416Hi, 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.
Thank you.
Re: Simple Expert Advisors (EA's) for MT4
417EA goes super slow once an order is opened, and eats a lot of memory, I think there is an error somewhereGanesh 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.
Scalping the Century TimeFrame since 1999
Re: Simple Expert Advisors (EA's) for MT4
418Hi, mrtools is it possible to rectify?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.
Re: Simple Expert Advisors (EA's) for MT4
420Based 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.
- These users thanked the author nwesterhuijs for the post (total 2):
- mrtools, Ganesh