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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment