Forums ProRealTime English forum ProOrder support Discussion re Pure Renko strategy Reply To: Discussion re Pure Renko strategy

#124790

Ok…

if the difference between open and close = 0, maybe if we add a function in order to return max between the result of abs and a constant, that will resolve the problem ?

spreadOC = max(abs(open close), 0.000000001)..

?