This problem is simple to fix I also look at your code. the problem is:
1: Price < MA200 at candle ID1
2: Price <X RSI value 30
With this rule at the right point, you mark the candle cross RSI level 30 is above MA200 this means EA will pass and try to find another one this right.

To fix the problem: the best way I think you need do 2 steps more:
1: Change Price <X RSI value 30 To Price < RSI value 30.
2: Make one function If trade >> price <MA200 need send an alert to your phone. to control this trade.
Latest posts made by Nguyenjohn
-
RE: Problem in EA (MA & RSI) Comboposted in Questions & Answers
-
candle count after EMA cossposted in Questions & Answers
Dear Team,
I have an idea: After EMA13 coss EMA34 in the current time how many candles pass.

Has someone ever done this before? I hope you can share something thank you!
-
RE: Am new pls help.posted in Questions & Answers
The problem is spread at the open price for the next day. for this case, you need Spread Filter Block.
-
RE: Take profit as Previous Week Highposted in Questions & Answers
In Buy or Sell Block have 2 way can do


Hope you can!
-
RE: Scanner Stock in MT5 like Dashboardposted in Questions & Answers
@jstap Thank you I will try and update this function.

-
RE: Scanner Stock in MT5 like Dashboardposted in Questions & Answers
@jstap Can you do an example for this?
I try with array maximum one Screen is 200 symbol but if very difficult to look. and for this, I must put manual all of them in an array. I put all it shows all. I need just show if any symbol has a signal. and don't show if them non-signal. like my photo just need only show 3 symbols on the screen.
You can look at my picture.

-
Scanner Stock in MT5 like Dashboardposted in Questions & Answers
Dear Team,
In fxdreama can make scanner all CFD and show info like RSI to Screen?
Such as I want to show any Stock if they have RSI<30 to screen like Dashboard.
I need some help from you.Many thanks!