Welcome to the Traders Laboratory Forums.
Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL.

Reply
Plot Text Vertical Details »»
Plot Text Vertical
Platform: , by jojojo jojojo is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Platform: Unknown Rating: (1 votes - 5.00 average)
Released: 08-31-2009 Last Update: Never Installs: 0
 
No support by the author.

here is a nice trick to plot text vertical (and keep it there):

inputs:
P1 (5);

vars:
intrabarpersist Low_P(0),
intrabarpersist TxtID(-1);


Low_P = GetAppinfo(aiLowestDispVa lue)+0.25;


TxtID = Text_New(Date, Time,Low_P,NumToStr(Ticks ,0));
if TxtID >= 0 then
begin
Value1 = TextFloat( TxtID[0], 0, P1 ) ;
Value1 = TextFloat( TxtID[1], 1, P1 ) ;
Value1 = TextFloat( TxtID[2], 2, P1 ) ;
Value1 = TextFloat( TxtID[3], 3, P1 ) ;
Value1 = TextFloat( TxtID[4], 4, P1 ) ;
Value1 = TextFloat( TxtID[5], 5, P1 ) ;
Value1 = TextFloat( TxtID[6], 6, P1 ) ;
Value1 = TextFloat( TxtID[7], 7, P1 ) ;
Value1 = TextFloat( TxtID[8], 8, P1 ) ;
Value1 = TextFloat( TxtID[9], 9, P1 ) ;
end;



enjoy

Show Your Support

  • If you like to thanks you by the author -> Click Thanks to the Author
  • This modification may not be copied, reproduced or published elsewhere without the author's permission.
The Following User Says Thank You to jojojo For This Useful Post:
Tams (08-31-2009)

Comments
Old 08-31-2009, 04:25 AM   #2

jojojo's Avatar

Join Date: May 2007
Location: Frankfurt
Posts: 46
Ignore this user

Thanks: 0
Thanked 28 Times in 16 Posts

Re: Plot Text Vertical

you need the function Text_Float.
Best use is on minute charts - (as always on this time-based old tradestation grave)
Attached Files
File Type: eld TEXT_FLOAT.ELD (5.5 KB, 57 views)
jojojo is offline  
Reply With Quote
The Following 2 Users Say Thank You to jojojo For This Useful Post:
RickAce (09-22-2009), Tams (08-31-2009)
Old 08-31-2009, 08:15 AM   #3

Tams's Avatar

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

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

Re: Plot Text Vertical

thanks for the code.

can you post a chart to illustrate the effect?
__________________



Only an idiot would reply to a stupid post
Tams is offline  
Reply With Quote
Old 08-31-2009, 08:55 AM   #4

jojojo's Avatar

Join Date: May 2007
Location: Frankfurt
Posts: 46
Ignore this user

Thanks: 0
Thanked 28 Times in 16 Posts

Re: Plot Text Vertical

no problem
here you go - as you noticed , I took ticks in this example
Attached Thumbnails
Plot Text Vertical-vol_as_txt.png  
jojojo is offline  
Reply With Quote
The Following User Says Thank You to jojojo For This Useful Post:
Tams (08-31-2009)

Reply

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Charting Soft That Can Freeze the Vertical Scale? leontancfa Tools of the Trade 3 06-09-2009 08:19 AM
Text and Line Rouquet01 Coding Forum 6 05-31-2009 12:16 PM
Vertical Lines at Specified Time aaa Trading Indicators 6 05-23-2009 04:56 AM
How to Create an ELD to Plot Vertical Lines or Arrows at Price. forrestang Coding Forum 16 05-19-2009 09:55 AM
Vertical Lines at Specified Time aaa Coding Forum 1 05-16-2009 05:06 PM

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