Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Access a variable that is not plotted
Collapse
X
-
Access a variable that is not plotted
Is there a way to add an indicator value that is not plotted?? (public or private)Tags: None
-
Sorry, I guess I didn't clarify well enough. I'm talking about within a market analyzer, adding an indicator column. I can only reference variables that are plotted, not any that are not.
Also, is there a way to use any calculation logic on filters? (i.e. ema(20)-ema(10) > value)Last edited by wallabee13; 03-06-2012, 04:03 PM.
Comment
-
wallabee,
You would need to create a dataseries and store your variable as it changes into the dataseries for this to work in MarketAnalyzer. You could add a plot that is transparent on charts by default and then access this value in the MarketAnalyzer.
As far as your second question, the market analyzer only compares to numeric values, but you can create the logic in your indicator and have a dataseries that gives you feedback about whether some condition occurred or not.
Please let me know if I may assist further.Adam P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
84 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
46 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
66 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
58 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment