I tried other platforms like ThinkOrSwim but really hate to use thinkscript as the language. I like C# way more.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
is it possible to build a custom stock screener?
Collapse
X
-
is it possible to build a custom stock screener?
Could anyone please let me know if it is possible to build a custom stock screener using ninjascript?
I tried other platforms like ThinkOrSwim but really hate to use thinkscript as the language. I like C# way more.Tags: None
-
Hello zehua,
Yes, this is possible.
Many users use the Market Analyzer window as a stock screener with an indicator column and row and cell filters.
You can also call data from multiple instruments in a NinjaScript and take actions based on logic using the data.
Use AddDataSeries() for a an indicator or strategy.
Use a BarsRequest from the addon approach for anything else.
A link to a support article on getting started with NinjaScript and c#.
Chelsea B.NinjaTrader Customer Service
-
Thank you! I have a custom stock list of over 1k stocks. Is there a way to write C# code to program a custom stock screener using market analyzer? If I create an indicator that shows true when the condition is met and false when it is not met, and filter in market analyzer with all these 1k stocks, will that work?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
547 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
323 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
99 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
543 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
545 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment