<StoreRealTimeData>
<boolean>false</boolean>
</StoreRealTimeData>
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
EasyLanguage to NinjaScript
Collapse
X
-
I can see that NT creates a new config.xml to save all its setup options.
is it possible that it is seeing
<ConnectOnStartup>true</ConnectOnStartup>
in
<ConnectOptions xsi:type="ExternalOptions">
<Backup />
<ConnectOnStartup>false</ConnectOnStartup>
as a new interface, as it is creating a new entry in config.xml.
should I be altering something else?
all editing done with notepad.
Comment
-
Hello RobinT,
Thank you for your patience.
You should not need to write to another file and the behavior you are seeing is not expected.
Would you be willing to send the Config.xml that you edited to platformsupport[at]ninjatrader[dot]com with 'ATTN: Patrick H - 1462237' in the subject line?
Comment
-
Hello RobinT,Originally posted by RobinT View PostWhen you are making a bar with Last () a five minute bar does not print until the first tick of the next bar arrives. Is there anyway you can close a bar or send a dummy value to open the nexxt bar?
There would not be a means to pull the value until the tick to open the next bar is received.
Comment
-
Indicator, I feared that, will have to do in OnUpdate. Can you do it there? How?
Also, is there a feedback from Last ? I am flooding the system with data and it seems I am loading it too quickly. If I put a Sleep (50) in after every data point it is ok, but I wondered if there was a buffer full indication?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
581 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
338 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment