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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
221 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
136 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
150 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
236 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
193 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment