Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Paint previous bar
Collapse
X
-
Hello DTSSTS,
Thanks for your reply.
You can use: soundBar = CurrentBar - 1;
Leave a comment:
-
soundBar = CurrentBar;
simply wish to know what to change currentbar to for it to be 1barago
thanks
Leave a comment:
-
Hello DTSSTS,
Thanks for your post.
I am not sure I understand how this relates to the topic subject of "Paint previous bar".
You state, "Doing something similar with an indicator that is calculated onbarclose"
Can you elaborate on what you mean by "sending sound file intrabar"? Where is the file being sent?
Are you working in Ninjascript or in the Strategy Builder?
Leave a comment:
-
Doing something similar with an indicator that is calculated onbarclose
but for a alert they are sending sound file intrabar using the below
soundBar = CurrentBar;
i wish to modify and send after the bar close, what do i replace CurrentBar with
thanks
Leave a comment:
-
Hello Ousher,
Thanks for your post.
Correct, you can only set the current bar color in the Strategy Builder.
There are other drawing options in the strategy builder that allow you to reference a "Bars ago", for example you can draw a marker (Arrow, dot, triangle, etc) or a vertical line, or text.
Here is a short video on how to use draw markers: https://paul-ninjatrader.tinytake.co...MF8xMTMwNTc0MA
To color a previous bar, you would need to unlock your strategy and work directly in Ninjascript and use the BarBrushes[] method where you can specify a bars ago value.
Reference: https://ninjatrader.com/support/help...barbrushes.htm
Leave a comment:
-
Paint previous bar
Hi, I want to paint the previous bar blue if the following is met
High[0] < High[1]
High[1] > High[2]
The previous bar in this case would be High[1]
Very simple but the strategy builder doesn't let me paint the previous barTags: None
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by Guido 01, 07-17-2018, 02:30 AM
|
8 responses
1,265 views
0 likes
|
Last Post
![]()
by pfsmedical
Today, 12:20 PM
|
||
Started by cjanau, Today, 11:07 AM
|
0 responses
9 views
0 likes
|
Last Post
![]()
by cjanau
Today, 11:07 AM
|
||
Started by TrendFollowingCapital, Today, 05:53 AM
|
0 responses
13 views
0 likes
|
Last Post
![]() |
||
Started by TrendFollowingCapital, Today, 05:38 AM
|
0 responses
9 views
0 likes
|
Last Post
![]() |
||
Started by John Bogui, Today, 03:57 AM
|
2 responses
42 views
0 likes
|
Last Post
![]()
by John Bogui
Today, 05:05 AM
|
Leave a comment: