太虚一毫 wrote: Mon Jun 16, 2025 8:35 pm
All shved_supply_and_demand MT5 versions, when attached to the chart, are flashing, flashing. Can't find the reason.
Hi,
The flashing issue you're experiencing with the shved_supply_and_demand indicator is likely caused by one of several common technical reasons:
Most Likely Causes: Excessive Chart Redraws: The indicator may be recalculating and redrawing its elements too frequently, causing visual flickering.
Object Management Issues: The indicator might be:
Deleting and recreating graphical objects (like rectangles, arrows, or lines) on each tick;
Not using object identifiers properly;
Failing to check if objects exist before recreating them: Timer or Event Handler Problems: If the indicator uses timers or event handlers improperly, it could cause rapid redraws.
Would give these explanations. I have not seen the code.