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 sofortune, Today, 10:29 AM
|
3 responses
10 views
0 likes
|
Last Post
|
||
Started by SilverSurfer1, Today, 10:00 AM
|
4 responses
11 views
0 likes
|
Last Post
![]() |
||
Started by gyilaoliver, Today, 09:34 AM
|
3 responses
17 views
0 likes
|
Last Post
|
||
Started by rexsole, Yesterday, 03:21 PM
|
3 responses
20 views
0 likes
|
Last Post
|
||
Started by zzzzyyyyyfdgdfdh, Today, 09:41 AM
|
0 responses
13 views
0 likes
|
Last Post
![]() |
Comment