Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 04-22-2009, 04:11 PM   #9

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Re: Making TS Plot Wider

^^ I just want that BLUE dot to be wider... not the entire series of dots.

Thanks TAMS i'll give that a shot.
daedalus is offline  
Reply With Quote
Old 04-22-2009, 05:08 PM   #10

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Making TS Plot Wider

does this code work in your computer? ... it makes the plot wider.

http://www.traderslaboratory.com/for...bars-5709.html
Tams is offline  
Reply With Quote
Old 04-22-2009, 09:23 PM   #11

Join Date: May 2008
Location: Singapore
Posts: 59
Ignore this user

Thanks: 22
Thanked 32 Times in 16 Posts

Re: Making TS Plot Wider

Quote:
Originally Posted by bakrob99 »
Why don't you just change the settings of the SHOWME indicator to a wider WIDTH?

FORMAT --> STYLE --> WIDTH
the fastest way will be the above. On the editor mode, compile once, then go under the EasyLanguage Document Toolbar, hit Format Properties. Under Chart Style, Select the name of the Blue trigger in Plots and change the specific plot weight under Chart Style. Then close the Format Properties and re-compile. All the subsq plot for the Blue Trigger will be thick.
sneo is offline  
Reply With Quote
Old 04-23-2009, 06:45 AM   #12

Join Date: May 2007
Location: Toronto
Posts: 264
Ignore this user

Thanks: 9
Thanked 153 Times in 56 Posts

Re: Making TS Plot Wider

Quote:
Originally Posted by daedalus »
^^ I just want that BLUE dot to be wider... not the entire series of dots.

Thanks TAMS i'll give that a shot.


Then... whatever PLOT # (condition) made the BLUE dot, give it a separate PLOT# name and set it to the wider width.
bakrob99 is offline  
Reply With Quote
The Following User Says Thank You to bakrob99 For This Useful Post:
daedalus (04-23-2009)
Old 04-23-2009, 08:52 AM   #13

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Making TS Plot Wider

Quote:
Then... whatever PLOT # (condition) made the BLUE dot, give it a separate PLOT# name and set it to the wider width.
or,
since you have already declared the variable "Width",
you can make a conditional assignment to determine the size of "Width".


e.g.

if close > close[1] then
width = 14
else
width = 1;
Tams is offline  
Reply With Quote
The Following User Says Thank You to Tams For This Useful Post:
daedalus (04-23-2009)
Old 04-23-2009, 10:04 AM   #14

daedalus's Avatar

Join Date: Jul 2007
Location: Omaha, NE
Posts: 627
Ignore this user

Thanks: 431
Thanked 551 Times in 228 Posts

Re: Making TS Plot Wider

Thanks gents! I got it. I had to make another plot name for that specific bar.
daedalus is offline  
Reply With Quote
Old 04-23-2009, 10:37 AM   #15

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,474 Times in 912 Posts

Re: Making TS Plot Wider

Quote:
Originally Posted by daedalus »
Thanks gents! I got it. I had to make another plot name for that specific bar.
no you don't have to, but that is the easy way many people have taken.

If you have a lot of analysis and makes a lot of plots... then
having a new plot name for every size/color will drive you crazy.
Tams is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plot Option Volume On Chart? cbratton Options Trading Laboratory 5 06-11-2009 12:06 AM
Easylanguage: Plot Points at the Extremes of High / Low nuno-online Swing Trading and Position Trading 13 02-17-2009 09:22 PM
Anyone here making $100K+ carcanaques General Discussion 9 10-27-2007 09:30 AM
How to plot MP using IB data feed? jj2005 Market Profile 0 03-14-2007 10:34 AM
Your ODDS of Making It rwalkerx Beginners Forum 2 12-06-2006 01:24 PM

All times are GMT -4. The time now is 12:51 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.