Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to Handle Overflow Errors?
Collapse
X
-
How to Handle Overflow Errors?
I attempted to move the Rsquared/Hat indicator from eSignal usergroup files to NT. It runs most of the time but sometimes doesn't. I get random OverFlow errors in LOG file that sometimes mess up price bars or the indicator itself. I tried testing formula denominators for zero values but that didn't help Any suggestions on how to handle or trap these pesky overflow errors, or how to code the Rsquared/Hat Indicator?Tags: None
-
Overflow errors are usually division by zeroes. I suggest you use a try-catch block. http://www.ninjatrader-support2.com/...ead.php?t=9825Josh P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment