![]() |
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Jan 2008
Posts: 48
Thanks: 0
Thanked 0 times in 0 posts
|
The following line of code draws the word "low" under a bar low. Is there
any way to have it draw the price of the low under the bar, instead of the word "low"? DrawText("tag1" + CurrentBar, "low", 0, Low[0]- TickSize, Color.Black); |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Hello dkelly,
Yes, you can do this with: DrawText("tag1" + CurrentBar, Low[0].ToString(), 0, Low[0]- TickSize, Color.Black);
Ryan M
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Member
Join Date: Jan 2008
Posts: 48
Thanks: 0
Thanked 0 times in 0 posts
|
Thankyou for the quick response. That does exactly what I want. Thanks again.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Plot text above bar high and below bar low | TrendTracker | Indicator Development | 3 | 01-24-2011 07:05 PM |
| Show the price marker in a different color when the price is a new low or a new high. | vanguard_xie | Charting | 1 | 06-13-2010 07:35 AM |
| High and Low of previous bar and actual bar | Fernando | Miscellaneous Support | 1 | 03-18-2009 10:54 AM |
| Drawtext Right of newest bar | monpere | General Programming | 8 | 10-27-2008 05:47 AM |
| Stop Loss @ Low/High of Entry Bar minus one Bar | SamIam | Strategy Development | 5 | 08-29-2007 03:55 AM |