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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
149 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
301 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
243 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
344 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
174 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment