Would there be a way to run this inside the strategy analyzer? Anytime i'm running it it never outputs anything (print out anything).
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Output Script
Collapse
X
-
Output Script
So I make these scripts to analyze probabilities of certain things. So the script creates updates and stores them in a list, then when it's done (I use state.realtime but I could also use something like if date = date today) it prints out results.
Would there be a way to run this inside the strategy analyzer? Anytime i'm running it it never outputs anything (print out anything).Tags: None
-
Hello olisav57,
A backtest in the Strategy Analyzer uses historical data and never reaches State.Realtime.
You could print out the results in OnStateChange() when State is State.Terminated.
You could print out the results in OnBarUpdate() when State is State.Historical and CurrentBar is equal to Count - 2.Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
85 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
143 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
83 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
256 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
334 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment