For example, I'd like to use 60 moving average as limit entry price to trade crude oil. Oil price only has 2 decimal points, but MA is a calculated value that has many decimal points. When I do this, should I round the MA in my code? or the system automatically rounds it?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Indicators value rounding question
Collapse
X
-
Indicators value rounding question
Hi - I'm wondering when I use indicator values (double data type) as limit price when place orders in my strategy, should I round the value to certain decimal points in the code?
For example, I'd like to use 60 moving average as limit entry price to trade crude oil. Oil price only has 2 decimal points, but MA is a calculated value that has many decimal points. When I do this, should I round the MA in my code? or the system automatically rounds it?Tags: None
-
Hello HiddenPhilosopher,
Yes if what you calculate returns as a non standard price or something which is off from your instruments tick size that can cause errors for some brokers. It would be good practice to manage the price before submitting it even if the broker doesn't care, that way you know you made a valid price and know what the price was before actually making the order (useful for debugging).
We have some samples of rounding you can see in the following links.
https://ninjatrader.com/support/help...ghtsub=roundto
https://ninjatrader.com/support/help...ghtsub=roundto
https://ninjatrader.com/support/help...tsub=rounddown
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
120 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment