/*********************************************************************************************** Title: Rainbow Trend Indicator for eSignal By: Divergence Software, Inc. Web: http://www.sr-analyst.com ================================================================================================ Project Description: Plots a user-defined moving average rainbow with from 6 to 30 moving averages. Script Parameters: ================== Starting Period: The period of the first (Fast) moving average. Default is 2. Increment: The amount to increment the period for each successive moving average. The default is 2. Count: The total number of moving averages to plot. Select the desired number from the drop-down box. The default is 18. MA Type: The type of moving average to create. Select from sma, ema, wma, and vwma. The default is ema. Source: The price source to use for the moving averages. Select from open, high, low, close, hl2, hlc3, ohlc4. The default is close. Fast Color: The color to use for plotting the fastest moving average. Default is lime green. Thickness: The plot thickness to use. Default is 2. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Quadrant 1 Color: The color to use for plotting the first quadrant of moving averages. Default is green. Thickness: The plot thickness to use. Default is 1. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Quadrant 2 Color: The color to use for plotting the second quadrant of moving averages. Default is darkgreen. Thickness: The plot thickness to use. Default is 1. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Quadrant 3 Color: The color to use for plotting the third quadrant of moving averages. Default is purple. Thickness: The plot thickness to use. Default is 1. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Quadrant 4 Color: The color to use for plotting the fourth quadrant of moving averages. Default is maroon. Thickness: The plot thickness to use. Default is 1. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Slow Color: The color to use for plotting the slowest moving average. Default is red. Thickness: The plot thickness to use. Default is 2. Line Type: The plot line type to use. Select from Solid, Dot, Dash, DashDot, DashDotDot. Default is Solid. Show Cursor Labels: Set to true or false. Use this menu option to toggle the display of the moving averages in the eSignal Cursor Window. Default is true. Disclaimer: For educational purposes only! Obviously, no guarantees whatsoever and use at your own risk. *******************************************************************************************************/