I think I have figured this out. I have tested BUY signal and its working fine. But the complete project ( both BUY and SELL) is more than 10 blocks. I am afraid I am not using the paid version. Thats why cant test the complete project. If I share my project can you please provide me the mq4 file if you are using the paid version.
Latest posts made by Mtrader4
-
RE: Need Help to stop continuous alertposted in Questions & Answers
-
RE: Need Help to stop continuous alertposted in Questions & Answers
@l-andorrà If several BUY Crossing happens it will alert only first one (BUY alert) not the last one. After that it will give SELL alert when the condition met for SELL signal first time only.
-
RE: Need Help to stop continuous alertposted in Questions & Answers
@l-andorrà Sorry for the inconvenience. I dont want to open a trade automatically. I want to open trade manually. I just need to get the alert and will decide manually if I want to open a trade. I cant stop the alert which goes on in every candle.
-
RE: Need Help to stop continuous alertposted in Questions & Answers
I want to build the EA based on the following condition
if ClosePrice>EMA(200) && RSI>50 && Closeprice>ParaboliceSar then Buy
and if ClosePrice<EMA(200) && RSI<50 && Closeprice<ParaboliceSar then Sell
The alerm triggers once when there is a buy signal. After that when a sell signal triggers there will be one sell signal untill again a buy signal triggers.
Can you please help me with the variable based on this conditions.
-
Need Help to stop continuous alertposted in Questions & Answers
Hi, I have made this EA. but its giving alert in each candle when the condition are met. Can anyone please help me to stop continuous alert. I just need alert once for buy and alert once for sell.

Thanks