Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Suggestions: digit groups separator in indicators parametres
Collapse
X
-
Suggestions: digit groups separator in indicators parametres
I ask You very march to implement digit groups separator in indicators parametres.Tags: None
-
You would have to serialize it as text, instead of native int or double. That means that you will also have to write code to parse your text into the correct value format for calculations.Originally posted by fx.practic View PostI ask You very march to implement digit groups separator in indicators parametres.
-
Well, when I wrote this suggestion, I thought not like programmer, but just as user, as consumer - It just comfortable to see digit group seperately. Everywhere. In telephone numbers, in credit card numbers, in numbers of invoices, in indicator parametres.
Comment
-
Hello fx.practic,
Thank you for your response.
For custom indicators I can see how your suggestion would be helpful, but in general most indicators do not have this need or option as all parameters are separated.
Could you provide a use besides a custom program that would require the use of digit separation?
Comment
-
For example, I use 2 timeframes: 60 min and 1 min.
On 20 ranges I look on SMA(10), SMA(50), SMA(100).
An I want to see this EMA on 1 min - on exactly same slice of history so I need put on 1 min chart SMA(600), SMA(3000), SMA(6000).
And the second example: I use 20 Range chart and want to set period in single ticks (or in contracts). And my periods vary 50 000 - 1 000 000.
Comment
-
Well, PatrickH.
Thank You for Your attention.
I sure, this little feature can be useful. And I sure, also, it can bu useful in rare situations and not for all users.
As for me - I decide to set parameters in amount of thousands:
private int ticks_K = 10;
and multiply it in Initialize():
tick = Tick_K * 1000;
This is not suggestiong, I ready to struggle for. Let it be as is.
There are march and march more important suggestions (for example) - so, let's save Yours time - I abandon my suggestion about group separator.
Have a good week!Last edited by fx.practic; 10-22-2013, 03:01 AM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
601 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
559 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