I can`t see RestartDelaySeconds in the connection loss tab, is it something we can control or is it hardwired?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
restart delay seconds
Collapse
X
-
restart delay seconds
Recalculate: Strategies will attempt to recalculate its strategy position when a connection is reestablished and held for longer than RestartDelaySeconds (default = 10)
I can`t see RestartDelaySeconds in the connection loss tab, is it something we can control or is it hardwired?Tags: None
-
Hello jitterbug,
Thank you for your inquiry.
RestartDelaySeconds is a NinjaScript property that can be modified programmatically inside of a script's code.
The RestartDelaySeconds property indicates the amount of time a reestablished connection needs to be held before certain connection loss handling actions will be taken.
To utilize RestartDelaySeconds in code, here's an example below:
For more information about the RestartDelaySeconds property, please take a look at the NinjaTrader help guide at this link: http://ninjatrader.com/support/helpG...layseconds.htmCode:protected override void Initialize() { // Recalculate strategy only after connection is reestablished for at least 10 seconds RestartDelaySeconds = 10; }
Please, let us know if we may be of further assistance.Zachary G.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
61 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
148 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
98 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment