That's not what I'm asking for. You need to check if those colours are repainted on past candles depending on the evolution on candle ID 0. Does it happen? Because if it does, you should search for a different indicator.
Posts made by l'andorrà
-
RE: Hello. Have a good time. I want to buy when the indicator is blue and sell when it is red. Please help. Thank you.posted in Questions & Answers
-
RE: Close trades and delete orders using open timeposted in Questions & Answers
@Siyanda The way to delete an untriggered pending order is by using the 'on trade' tab like this:

-
RE: Major and minor peaks and valleysposted in Questions & Answers
That depends on your personal criteria to define them. How do you define them?
-
RE: Awesome oscillatore help pleaseposted in Questions & Answers
Can you please share the link to your current project?
-
RE: wick acording of pipposted in Questions & Answers
Not sure I fully understand. Could you please elaborate?
-
RE: Example of using a custom indicatorposted in Questions & Answers
You should be VERY skeptic when trying to build EA based on Youtube videos. Is that indicator repainting? That is the question you should ask yourself every time a custom indicator is envolved. If it doesn't we can try to build it. Otherwise you will be wasting your time.
-
RE: Print Symbol+BUY/SELL Priceposted in Questions & Answers
Then you will need some custom code, I'm afraid.
-
RE: how to get report from EA?posted in Questions & Answers
I'm not a programmer but I'm afraid there is no block doing that. You will need some custom code to get it.
-
RE: Object on Chart (Button) malfunction. Used to operate 100%posted in Questions & Answers
More than probably that is exactly what happened. The admin is always touching the platform's code to remove burgs. You should contact him to confirm that is what happened.
-
RE: Example of using a custom indicatorposted in Questions & Answers
AFAIK there is no examples in these forums. However, what you need to check WITHOUT EXCEPTION is if the indicator repaints or nt. If it repaints, the bot is doomed. You need 'unrepainting' custom indicators.
-
RE: reset conditionposted in Questions & Answers
Not sure I fully understand. Can you please provide a specific example?
-
RE: Drawdown Calculationposted in Questions & Answers
@tec-nacks You can use this option for MT4 only. It is not available for MT5:

-
RE: EA Build 2023posted in Questions & Answers
@mayfair21 You can remove all those 'set current timeframe' blocks and instead select the required timeframe inside the conditions blocks like this:

-
RE: average consecutive winposted in Questions & Answers
Are you maybe requesting someone to build it for you?
-
RE: Why this error is coming ?posted in Questions & Answers
Can you please share the link to the project?
-
RE: Hello. Have a good time. I want to buy when the indicator is blue and sell when it is red. Please help. Thank you.posted in Questions & Answers
Did you check if the indicator repaints? Because if it does, the bot is doomed. Before moving on you should check that.
-
RE: Buy and Sell buttonsposted in Questions & Answers
Blocks 12,13, 14 and 15 cannot work i the 'on chart' tab. They need to be moved to the 'on tick' tab.
