Here's an addition to make it all work smoother.
Just ammend the code below.
//startpoint = 10; //
the start point of comparision will be 10th bar
sp =
Param(
"Startpoint
%",
55,
1,
100,
1
);
startpoint =
int(BarCount*(sp/100));
<MSG>
At 09:01 PM 4/08/2003 +1000, you wrote:
|