PDA

View Full Version : Parameter sorting/ordering


rtrader
04-08-2007, 12:07 AM
Is there a way not to have indicator parameters alphabetically sorted? It can be annoying with several parameters where ordering/grouping is desirable.

eg

StartTime
StartDate
EndTime
EndDate

Is displayed as:

EndDate
EndTime
StartDate
StartTime

Ifthis is not possible can you put it on the enhancement list?

Thanks.

NinjaTrader_Ray
04-08-2007, 04:17 AM
Will put this on enhancement list for consideration.

Ray

whitmark
04-08-2007, 11:05 AM
Thats why I always use:

BegDate
BegTime
EndDate
EndTime
It comes out just right :) But yes, control over parameter sequencing is very desirable.

Regards,

Whitmark

NinjaTrader_Dierk
04-08-2007, 05:27 PM
You may try a trick and play with "hidden" characters like "\r" or "\t" which can add as suffix for your parameter names.

Some of these characters effect the sorting in the grid but are not visible.

Have not yet tried though...