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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
68 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
39 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
1 like
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
62 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment