![]() |
|
|||||||
| Suggestions And Feedback New feature suggestions and feedback. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: Nov 2007
Posts: 12
Thanks: 0
Thanked 0 times in 0 posts
|
Suggestions / Comments:
1. Put a "Are You Sure" message box behind the "Delete" button for instrument lists. I deleted an instrument list by accident. 2. Exit on close, and high-level function SetTrailStop() are great. 3. It's a hassel to download the same instrument data when backtesting each time you re-open the strategy analyzer (try downloading several years of 1 minute data for nz 100 from open tick). 4. Make more of the strategy analyzer settings persist from session to session (or make them settable from code). Ex: Session Begin / End time. 5. The biggie...get a real debug environment. I certainly would pay for it. There are a lot of great features in the system, but to do complicated strategy development it's really necessary to step through code. I really like SmartQuant's approach, but they don't have your ease of use. They don't have a debug environment either, but at least you can attach Visual Studio, and step through the code. All in all, very nice product. |
|
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hello,
Thank you for your suggestions and comments. I will forward them to development and ahve them add it to our future enhancement list. |
|
|
|
#3 |
|
Member
Join Date: Mar 2007
Location: , ,
Posts: 41
Thanks: 0
Thanked 0 times in 0 posts
|
I AGREE! There are times when the ability to step through the code line-by-line when building advanced strategies would be so helpful.
Can we put a POLL on this questions to see if we can get it bumped up the list. |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
Unfortunately this is a .NET limitation where NT can't do anything about it.
Dierk
NinjaTrader Customer Service |
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2007
Location: , ,
Posts: 41
Thanks: 0
Thanked 0 times in 0 posts
|
But in dotNET you can attach a debugger and step through the code... I do this all the time?... and SmartQuant is doing it
|
|
|
|
|
|
#6 |
|
Administrator
Join Date: Mar 2005
Location: Bamberg, Germany
Posts: 9,994
Thanks: 0
Thanked 6 times in 6 posts
|
We debug here all the time too. That's not the issue. The issue is that you can not debug a DEBUG build of your custom DLL (which is loaded dynamically) from a RELEASE build of NT without loosing all the valuable DEBUG info from your custom DLL.
Dierk
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestions | ct | Suggestions And Feedback | 4 | 07-19-2008 01:00 PM |
| 6.0.0.9 Comments | Alfred | Miscellaneous Support | 6 | 03-24-2007 05:57 AM |
| NT6 Comments on Chart Trader | LG | Charting | 1 | 11-21-2006 02:18 AM |
| suggestions | gdargento | Suggestions And Feedback | 4 | 01-03-2006 08:41 AM |
| New Version Suggestions | ebrites | Suggestions And Feedback | 2 | 05-02-2005 03:39 AM |