Not that specifically for fxdreema, but in general:
avoid repainted indicators (fisher is a good example, offline renko charts generated from history prices) .. or use it correctly
try to make the indicator effective so that it does not recalculate the whole history, but recalculates only the necessary number of prices
avoid a possibility of division by zero
M