Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to change an accuracy of indicator scale?
Collapse
X
-
Hello agafon2,
1. Overlay = false;
2. NinjaTrader will plot the value that it is given. If you would like to round the number plotted you may view the following link on the C# Math.Round() method.
JCNinjaTrader Customer Service
-
How to make than cross hair will show only integer values like 66, 67, 68 e.t.c., but no 67,5; 67,45 e.t.c?
http://saveimg.ru/show-image.php?id=262d19cb908a446c32f3e191f1d718a2
Comment
-
I use Math.Rand(Variable, 0), but there is other issue
Look at this picture:
SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации
There are integer values on indicator scale, but in a middle of it cross hair shows double values. How to make that cross hair will show only integer values and won't show double values in the middle of integer values?
Comment
-
That is part of the NT base presentation code. You do not have access to it, and so you cannot change it from code.Originally posted by agafon2 View PostI use Math.Rand(Variable, 0), but there is other issue
Look at this picture:
SaveImg позволит вам загрузить фото или картинку бесплатно и без регистрации
There are integer values on indicator scale, but in a middle of it cross hair shows double values. How to make that cross hair will show only integer values and won't show double values in the middle of integer values?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
600 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
558 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment