Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
arg1 = 0.05 ###############################
############################### diff,dea,macd = MACD(C) a = CROSS(diff,dea) b = (C-C[1])/C[1] if a and b > arg1: DISPLAY(C)