DislikedHi everyone, I have a indicator that draws a bar when is bigger than the X prior bars the formula is: (High[i] - Low[i])*Volume[i]) Is like a support resistance area. Could someone add the function of volume[i] > volume[i+1] So it will be something like this (High[i] - Low[i])*Volume[i]) && volume[i] > volume[i+1] But like I said when I add the volume[i] > volume[i+1] it does not work Please help I really appreciated Thanks Kind regards {file}Ignored
Inserted Code
if(bodyPrior > body && volume > volumePrior) .ex4/.ex5 files can't be fixed or modified / I'm not a coder!