| Trading Indicators Post your custom trading indicators. If you download, remember to click INSTALL. |
![]() | | Tweet | |
Plot Text Vertical Details »» | |||||||||||||||||||||||||
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
| |||||||||||||||||||||||||
| The Following User Says Thank You to jojojo For This Useful Post: | ||
Tams (08-31-2009) | ||
| Comments |
| | #2 | ||
![]() | Re: Plot Text Vertical Best use is on minute charts - (as always on this time-based old tradestation grave) | ||
| |
|
| | #3 | ||
![]() | Re: Plot Text Vertical can you post a chart to illustrate the effect?
__________________ Only an idiot would reply to a stupid post | ||
| |
|
![]() |
| Thread Tools | |
| 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 |