I've got a strategy that is writing some info to a file. It saves the file on the C: drive. The file appears on the C: drive as it should however it is empty, without any text written to it at all and it has "0" bytes. The very strange thing is, however, if I stop/remove the strategy from the chart the file then "populates" with the correct information as it should...I'm at a total loss to explain why this happens? I do believe it has something to do with the "historical only" code I placed in OnBarUpdate (i.e. if(historical){return;})...Any clues as to what causes this?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Historical interferes with file write?
Collapse
X
-
Historical interferes with file write?
Greetings,
I've got a strategy that is writing some info to a file. It saves the file on the C: drive. The file appears on the C: drive as it should however it is empty, without any text written to it at all and it has "0" bytes. The very strange thing is, however, if I stop/remove the strategy from the chart the file then "populates" with the correct information as it should...I'm at a total loss to explain why this happens? I do believe it has something to do with the "historical only" code I placed in OnBarUpdate (i.e. if(historical){return;})...Any clues as to what causes this?Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
115 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
161 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
83 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
127 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
87 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment