Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
CPU utilization
Collapse
X
-
imported post
I see the problem daily. Sometimes NT and TS will open and NT will run at the regular 1% to 5%. Then, all of a sudden, everhthing slows down and I check NT and it's running between 40% and 52% constantly. I have to shut everything down and start over.
Comment
-
imported post
I see the problem daily. Sometimes NT and TS will open and NT will run at the regular 1% to 5%. Then, all of a sudden, everhthing slows down and I check NT and it's running between 40% and 52% constantly. I have to shut everything down and start over.
Comment
-
imported post
Sorry, I'm not sure what you are asking. I'm using the NTExternalFeed strategy that NT supplied, if that helps.
{ Copyright (c) 2005, NinjaTrader LLC [email protected] }
[IntrabarOrderGeneration = TRUE]
DefineDLLFunc: "NtDirect.dll", int, "Ask", lpstr, double, int;
DefineDLLFunc: "NtDirect.dll", int, "Bid", lpstr, double, int;
DefineDLLFunc: "NtDirect.dll", int, "Last", lpstr, double, int;
vars: vol(Volume);
if LastBarOnChart then begin
if Volume > Volume[1] then
vol = Volume - Volume[1];
Ask(GetSymbolName, CurrentAsk, AskSize);
Bid(GetSymbolName, CurrentBid, BidSize);
Last(GetSymbolName, Close, vol);
end;
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
72 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
44 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
25 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
29 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
60 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment