Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to develop indi so that it can be shown in Market Analyzer
Collapse
X
-
How to develop indi so that it can be shown in Market Analyzer
I have developed custom indicators and now wish to use them on an instrument list in the Market Analyzer. How do i develop the indi's so they can be used tin the Market Analyzer? Thanks.Tags: None
-
Hi Kicks.Spin, thanks for posting. The market analyzer can add an "Indicator" column that can initialize any indicator that adds a Plot. There is a brief guide here on adding an indicator column:
If the indicator does not add a plot, you can make an entirely new Market Analyzer script type that can display values on its own:
Kind regards,
-ChrisL
-
Thank you for the links. Having some trouble finishing. Can you show a link to an example file? There are many example files for indi's and Strategies. An example for Market Analyzer would be super if possible. thanks!
Comment
-
Hello Kicks.Spin,
Below is a link to an example.
And a link to a forum post with details.
I'm trying to expose my variables to the strategy builder so everyone can have better use of the WaveTrend indicator (it has a lot of code). Explain this to me like I am 5 because this isnt the first time I've tried to figure it out and hit a wall. What is Series? I know its like an array that stores bars. Why not just call itChelsea B.NinjaTrader Customer Service
Comment
-
Thank you ChelseaB. I was suprised to see these are indicator class. I'm confused. my objective is to create columns in a Market Analyzer with my own indis. How can i create public class MyCustomStuff : MarketAnalyzerColumn that are options to add as columns? Thank you!
Comment
-
Hello Kicks.Spin
I was responding to your inquiry as I understood this from post #1.
"How do i develop the indi's so they can be used tin the Market Analyzer?"
Are you no longer wanting to development an indicator to use in an indicator column in the Market Analyzer?
You can make a MarketAnalyzerColumn script if you don't want use the indicator in an indicator column in the Market Analyzer like you first requested.
Below is a link to the help guide.
And a link to a sample MarketAnalyzerColumn.
Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
566 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
330 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
547 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
548 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|
Comment