Any idea why?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Nothing going to the output window
Collapse
X
-
Nothing going to the output window
I have developed a strategy to trade on the intrabar based on the EMA value of the primary bar. I have backtested it & "OnBarUpdate" printed some values to ensure it is acting properly. Given everything looked ok as far as logic was concerned, I had to test against real time data so I could verify I was picking up the correct values then. The ouput window shows the initial set-up of the chart and the ouput from my first print command... then nothing.(?)
Any idea why?Tags: None
-
Thanks, I s/h looked there first.
Not sure why. Am attempting to value value of the EMA of the primary bar 1 bar ago. It gives me the error that I am indexing out of range. It does not occur in a back test.
EMABarAgo = EMA(BarsArray[0], Fast)[1]
Getting the current value is okay:
EMACurrent = EMA(BarsArray[0], Fast)[0]
Comment
-
Please see if this tip helps you: http://www.ninjatrader-support2.com/...ead.php?t=3170Josh P.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
23 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
115 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
223 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
406 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|

Comment