Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Questions on custom T&S on bar indicator
Collapse
X
-
Questions on custom T&S on bar indicator
Hello, I have a custom T&S indicator to display time and sales at the current close of a bar. Attached is what I currently have, and I have the following questions. 1) Is there any way for me to determine within the 1 tick additional data series that it is a buy or sell order? I have tried if Close > Open brush = green, however that didn't work. and 2) Is there any way to move this text to the right of the bar as displayed in the screen shot? Thanks in advanceTags: None
-
Hello rbeckmann05,
You could add a 1 tick ask series and a 1 tick bid series if the connection you are connected to provides this data which might be easier.
AddDataSeries(string instrumentName, BarsPeriodType periodType, int period, MarketDataType marketDataType)
Or you could use Bars.GetAsk() / Bars.GetBid() and compare this with the last price.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
577 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment