Having a problem with buffer on indicator appear
-
my buffer on indicator appear is not responding
for (i=limit;i>=0;i--) {
hhb = Highest(NULL,0,MODE_HIGH,dist,i-dist/2);
llb = Lowest(NULL,0,MODE_LOW,dist,i-dist/2);if (i==hhb) b1[i]=High[hhb]+SignalGap*Point; if (i==llb) b2[i]=Low[llb]-SignalGap*Point; -
I guess you are talking for the "Indicator appear" block, but I don't recognize this code. From where did you get this code? If it's from the indicator... I can suggest to try it with "Trace" first, so you are sure that the output buffers are giving you good values.