Sometimes it is important to know what is the highest and/or lowest price that 
was reached in the current or prior periods.  By periods I mean -- on intraday
data hourly or daily or weekly periods -- on daily data we can define weekly,
monthly, quarterly, or yearly periods -- on weekly data the periods may be
monthly, quarterly, or yearly periods -- on monthly data the periods may be
quarterly or yearly periods.
 
 
Below you will find the "frontend" documentation for this indicator detailing the 
concepts and parameters used.  Later you will find additional (larger) displays
illustrating more of the features of this indicator.
By clicking on the button below you can purchase a license to use the indicator
for $55.00 USD.
<=Click here to pay LICENSE FEE = $55.00 USD
 
 
 
{Indicator:  PERIOD_HDWMQY_HiLo
 Author:     Clyde Lee, SYTECH Corporation, Copyright 2006
 License:    This is a licensed product.  It is illegal to use this
             application unless a proper license has been paid to
             SYTECH Corporation
 Purpose:    Plot hourly    high/low (on intraday data),
             Plot daily     high/low (on intraday data),
             Plot weekly    high/low (on intraday & daily data),
             Plot Monthly   high/low (on intraday & daily & weekly data,
             Plot Quarterly high/low (on intraday & daily & weekly data,
             Plot Yearly    high/low (daily & weekly & monthly data.
             The selected high and low are plotted continuously over
             the period selected for the current or past period if so
             selected by the Offset specification.  If Offset is set
             to zero then a continuously adjusted high/low lines are
             plotted in the current period.  If Offset is set to one
             then the prior period high/low lines are plotted on the
             current data.
             The type of plot is specified by an alphabetic value
             relating to the period and must be included in double
             quote marks.  "h" or "H" = hourly high/low.  D=Daily,
             W=weekly, M=monthly, Q=quarterly, Y=Yearly.
             The line color for the high line and the low lines
             can be specified by number or common color designation.
             The line width/size can vary from 0 to 6 and the line
             style with numbers from 1 to 5 or alpha specification.
               1   Tool_Solid
               2   Tool_Dashed
               3   Tool_Dotted
               4   Tool_Dashed2
               5   Tool_Dashed3
            Style specifications only work if line width/size is set
            to ZERO ! ! 
  
}
Input:  TypePlot("W"),  {Period for hi/lo display. H=hourly, D=daily}
                        {W=Weekly, M=monthly, Q=quarterly, Y=Yearly }
        Offset(0),      {0=plot this hour/day/week/..  1=Plot Prior }
        ColorHigh(Blue),{Color for top/high line.                   }
        ColorLow(Red),  {Color for bottom/low line.                 }
        WidthLine(2),   {Size/Width of Line  0-6                    }
        StyleLine(3);   {Style of Line.  If wide=0 then this works  }
                    
 
More pictures -- Trying to display all facilities so things are a bit crowded !
 
 
 
By clicking on the button below you can purchase a license to use the indicator
for $55.00 USD.
<=Click here to pay LICENSE FEE = $55.00 USD