pstiles
02-23-2009, 05:26 AM
So I know how to make multiple rays on charts and I know how to make a single ray.
DrawRay("MyRay"+CurrentBar, 8, MAX(High,9)[0], 0, MAX(High,9)[0], Color.Green);
It is possible to limit the number of rays drawn on a chart? For example, say I want to draw the last three, not every one.
DrawRay("MyRay"+CurrentBar, 8, MAX(High,9)[0], 0, MAX(High,9)[0], Color.Green);
It is possible to limit the number of rays drawn on a chart? For example, say I want to draw the last three, not every one.