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.
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!
-
RE: Count bulls/bears in x number of last bars?posted in Questions & Answers
You can use the function " Bear in a row" or Bull in a row" in Various Signals Tap
-
RE: Hi, how do I get an EA to inrcrease lot sizes automaticaly?posted in Questions & Answers
Hi you can do like this

-
RE: Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arraysposted in Tutorials by Users
Hi Miro1360 This code show RSI value does not work in MT5 can you help me convert this.
Thank You -
RE: Auto sceenshot Sent to telegramposted in General Discussions
@l-andorrĂ Inside the folder telegram function:sendphoto" but just one chart ID not for all screen PC if not good because if we follow 10 pairs we will receive 10 photos instead of only 1 photo [0_1622538079736_Telegram.rar](Uploading 100%).
-
Auto sceenshot Sent to telegramposted in General Discussions
Dear Team,
I have an idea.
for mobile or mail alert MT4 only alert price or massage this not clearly for entry.
If we have a tool: Counter candle time and auto-send a screenshot to telegram that I can focus on any timeframe I trade.
For example, my system shows me the signal at 1 hour chart time. we can send a screenshot early 5 minutes to telegram before this candle end. we can prepare to enter for the next candle.
Some people can help with this idea.

Thank you