| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | Making TS Plot Wider I tried something like: Quote:
| ||
| |
|
| | #2 | ||
![]() Join Date: Nov 2007 Location: boonies Posts: 1,178 Thanks: 299
Thanked 299 Times in 213 Posts
Blog Entries: 104 | Re: Making TS Plot Wider SetPlotWidth(Width,1); bcmes SetPlotWidth(1, Width); | ||
| |
|
| The Following User Says Thank You to zdo For This Useful Post: | ||
daedalus (04-22-2009) | ||
| | #3 | ||
![]() | Re: Making TS Plot Wider SetPlotWidth Assigns a specified line width to the specified plot for the duration of the current bar. Usage SetPlotWidth(PlotNumber, LineWidth) Where: PlotNumber - a numerical expression specifying the plot number; plot numbers range from 1 to 999 LineWidth - a numerical expression specifying the plot line width; line width can range from 1 to 14 Example Assign a plot line width of 10 to plot1 for the duration of the current bar: SetPlotWidth(1,10); | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
daedalus (04-22-2009) | ||
| | #4 | ||
![]() | Re: Making TS Plot Wider Oh well... just wanted it more for easy backtesting that anything! Thanks again! | ||
| |
|
| | #5 | ||
![]() | Re: Making TS Plot Wider Plot Plots the specified numerical expression on a chart; up to 999 different plots can be used simultaneously. Plot offset, name, color, and plot line width can be specified by using the optional parameters. Usage PlotN <[Offset]>(Expression <,"PlotName"<,PlotColor <,Default <,LineWidth >>>>) Parameters inside the angled brackets are optional Parameters N - a number used to identify the plot; plot numbers can range from 1 to 999 Offset - an optional parameter; a numerical expression specifying the plot offset, in bars; a positive value will displace the plot to the left along the time axis, and a negative value will displace the plot to the right along the time axis Expression - the numerical expression to be plotted PlotName - an optional parameter; assigns a name to the plot PlotColor - an optional parameter; specifies the plot color Plot color can be specified by a numerical expression representing an RGB color number or a legacy color value, by one of 17 base color words, or by the word Default to specify the color chosen by the user. In order for PlotColor to be used, PlotName parameter must also be used. Default - an optional parameter reserved for future use; should be specified as Default; use of this parameter is required in order for LineWidth to be used LineWidth - an optional parameter; specifies the plot line width, ranging from 1 to 14 Plot line width can be specified as a numerical expression or by the word Default to specify the line width chosen by the user. In order for LineWidth to be used, PlotName, PlotColor, and Default parameters must also be used. Examples Plot the closing price using the default plot color and line width: Plot1(Close); Plot the closing price using the default plot color and line width, and name the plot "Close": Plot1(Close,"Close",Defau lt,Default,Default); Plot the closing price, offset back by 3 bars, using the plot color of blue and line width of 3, and name the plot "Close 3 bars later": Plot1[3](Close,"Close 3 bars later",Blue,Default,3); Plot the closing price, offset forward by 3 bars, using the RGB color 2138336 (Orange), and name the plot "Close 3 bars ago": Plot1[-3](Close,"Close 3 bars ago",2138336); Plot the closing price using the legacy color value of 4 (Green) and name the plot "Close": [LegacyColorValue=True]; Plot1(Close,"Close",4); | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
daedalus (04-22-2009) | ||
| | #6 | ||
![]() | Re: Making TS Plot Wider Quote:
would it make a difference? | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
daedalus (04-22-2009) | ||
| | #7 | ||
![]() | Re: Making TS Plot Wider | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
daedalus (04-22-2009) | ||
| | #8 | ||
![]() | Re: Making TS Plot Wider FORMAT --> STYLE --> WIDTH | ||
| |
|
| The Following User Says Thank You to bakrob99 For This Useful Post: | ||
daedalus (04-22-2009) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plot Option Volume On Chart? | cbratton | Options Trading Laboratory | 5 | 06-11-2009 01:06 AM |
| Easylanguage: Plot Points at the Extremes of High / Low | nuno-online | Swing Trading and Position Trading | 13 | 02-17-2009 10:22 PM |
| Anyone here making $100K+ | carcanaques | General Discussion | 9 | 10-27-2007 10:30 AM |
| How to plot MP using IB data feed? | jj2005 | Market Profile | 0 | 03-14-2007 11:34 AM |
| Your ODDS of Making It | rwalkerx | Beginners Forum | 2 | 12-06-2006 02:24 PM |