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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
36 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
14 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment