NinjaTrader Support Forum  
X

Attention!

This website will be down for maintenance from Friday May 24th at 6PM MDT until Saturday May 25th at 11AM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com


Go Back   NinjaTrader Support Forum > Application Technical Support > Miscellaneous Support > Historical Version 7 Beta Threads > Version 7 Beta General Questions & Bug Reports

Version 7 Beta General Questions & Bug Reports Ask questions here and post bug reports.

 
 
Thread Tools Display Modes
Old 12-05-2009, 04:39 PM   #1
David Lean
Senior Member
 
Join Date: Oct 2009
Location: Australia
Posts: 108
Thanks: 2
Thanked 14 times in 7 posts
Default Feature Request: Provide a parameter to control the order of Parameters in Indicators

Hi, In v7.0 or future release.
It would be nice to have an option to control the order of the Parameters in Indicators & Strategies, other than alphabetical.

1. Perhaps a numeric value we could set. If two parameters have the same value then resort to alphabetical. Thus if you don't set it you could default it to 0 & have backward compatability with existing indicators & strategies.

2. Maybe offer the user 2 "Sort by" buttons at the top of the properties dialog. One lets you select params alphabetically & the other lets you see them grouped & in custom order.
Yes this would work like the Properties window in Visual Studio.

Why?
Because it is really difficult to think of property names that (a) display in the order you want users to think about setting their value & (b) have them meaningful & readable. (c) Short.
Hope this helps
Dave
David Lean is offline  
Old 12-05-2009, 04:57 PM   #2
kdoren
Senior Member
 
Join Date: Nov 2008
Posts: 240
Thanks: 0
Thanked 16 times in 11 posts
Default

You can do this even in NT 6.5, there is a tip on it:

http://www.ninjatrader-support2.com/...ead.php?t=4770
kdoren is offline  
Old 12-05-2009, 05:25 PM   #3
David Lean
Senior Member
 
Join Date: Oct 2009
Location: Australia
Posts: 108
Thanks: 2
Thanked 14 times in 7 posts
Default

Thanks for your prompt response.
I'm hoping for something a little more direct than artificially manipulating the Alphabetic order with Tabs. These get annoying when you have 10 or more params & you want to move a parm from near the bottom to the top & have to edit all those in between.

Though I agree that for now it is a adequate workaround.
David Lean is offline  
Old 12-06-2009, 12:13 PM   #4
NinjaTrader_Ray
Administrator
 
NinjaTrader_Ray's Avatar
 
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
Default

Thanks for this suggestion, I will add to our feedback list.
NinjaTrader_Ray is offline  
Old 04-01-2010, 11:19 AM   #5
Light
Member
 
Join Date: Jan 2010
Posts: 65
Thanks: 0
Thanked 0 times in 0 posts
Default mouse over parameters blocks text

Guys, in 7.0.0.12, when using "\t" to order a list of parameters in a custom category, moving my mouse over an item in the list highlights the item with a light-yellow background and places a tab in the highlighted field for each of the "\t" commands. Consequently, using many \t's pushes the moused-over text far to the right of the screen, well beyond the Indicators window. Non-\t entries are not similarly highlighted by a mouse-over (except for the first one after the last \t-ed entry).

Is there a way to keep the \t ordering and not see the highlighting problem? If not, could you please remove this visual anomaly by either removing the appearance of the tabs in the mouse-over highlight or by removing the highlight altogether in parameter lists?

Thanks for your help.

Light
Light is offline  
Old 04-01-2010, 12:22 PM   #6
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
Default

Light,

I am not seeing the same thing on my end. When I mouse over a /t item it just brings up a balloon tooltip containing the text with the tabs.
NinjaTrader_Josh is offline  
Old 04-01-2010, 01:16 PM   #7
Light
Member
 
Join Date: Jan 2010
Posts: 65
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Josh. That's it -- now put in a few more \t's and the balloon's text will be off the indicator window to the right. (Ten \t's should be enough.) In the balloon, each \t is replaced by a tab, and that moves the balloon text the right while simultaneously covering up the original parameter text. I've attached an example here.

Thanks again for your help.
Attached Images
File Type: jpg TabbedBalloonText.JPG (113.1 KB, 15 views)
Light is offline  
Old 04-01-2010, 01:44 PM   #8
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
Default

Light,

That is expected behavior. When you use \t it pushes the text over. The balloon tip happens since it is trying to show all of the text. \t translates to a tab in text.

Using \t is the only way you can order various parameters the way you want without using things like numbers in front of your parameter names.
NinjaTrader_Josh is offline  
Old 04-01-2010, 02:42 PM   #9
Light
Member
 
Join Date: Jan 2010
Posts: 65
Thanks: 0
Thanked 0 times in 0 posts
Default

Thanks Josh. The balloons appear only if the entry is larger than the column, and since \t = tab, it makes even small entries larger than the column containing them.

Is there a way to control the balloons within Ninja? Turning them off would be a decent work-around. Without such control, for practical purposes \t ordering is limited to only a few entries or to entries that have very little text.

Thanks again for your help,

Light

P.S. I may have to use numbers, but would rather not.
Light is offline  
Old 04-01-2010, 03:22 PM   #10
NinjaTrader_Josh
NinjaTrader Product Manager
 
NinjaTrader_Josh's Avatar
 
Join Date: May 2007
Location: Denver, CO
Posts: 17,458
Thanks: 1
Thanked 107 times in 70 posts
Default

Light,

Unfortunately not. This is the limitation of the approach you are using to order parameters.
NinjaTrader_Josh is offline  
Old 04-03-2010, 04:46 PM   #11
jdfagan
Senior Member
 
Join Date: Feb 2009
Location: Redwood Shores, CA
Posts: 174
Thanks: 0
Thanked 0 times in 0 posts
Default

The tabbing hack is nasty. I just use the simpler approach of prefixing my params with numbers like 01, 02, 03, etc. You can also use the Category attribute to groups your param sets (e.g., "01 - Xyz Params"), and then prefix each param name with just 01, 02, etc. That way you can have param groups and params within each group ordered.

JD
jdfagan is offline  
 

Tags
feature request, properties

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Feature Request for SuperDOM & Order Bar trumpy Suggestions And Feedback 3 11-16-2009 05:24 PM
Next Version Feature Request heyligerb Suggestions And Feedback 1 05-20-2009 12:51 PM
Feature request: Strategy Analyzer optimisation parameters saltminer Suggestions And Feedback 4 03-05-2009 06:31 PM
Feature request: order enty grid like IB's TWS cwolters SuperDOM and other Order Entry Windows 1 12-08-2008 05:02 AM
Feature request for SuperDOM... brettcombs SuperDOM and other Order Entry Windows 3 01-24-2008 03:10 AM


All times are GMT -6. The time now is 03:14 AM.