![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| Strategy Analyzer Support for automated system backtesting and optimization using the NinjaTrader Strategy Analyzer. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Jul 2008
Posts: 271
Thanks: 4
Thanked 7 times in 7 posts
|
OK, I made a little file called Expectancy.cs in my bin\Custom\Type folder. It works as expected, and I can access that optimization result in the Strategy Analyzer. Well and good.
What I really want to do here is find the average winning trade and average losing trade that excludes "scratch trades" that won or lost just a tick or two. The canned calculations don't do this. There's no IntelliSense available to me when I edit this file, so I don't know how (or if) it's possible to access the TickSize of my strategy from within that file. I also don't know if it's possible to get a collection of trades so that I can exclude those that win or lose a tiny amount. Also, would my Expectancy.cs file be executed only once at the end of each optimization iteration, or also on each bar? This matters if I have a time consuming loop in there. Finally, it would be really great if there was some way to feed a result calculated from within my strategy to the Strategy Analyzer for ranking. I don't see how that's possible though. -Alex
Last edited by anachronist; 05-21-2012 at 07:03 PM.
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Optimization - expose Indicator result or code directly into Strategy | nicbizz | General Programming | 3 | 11-29-2011 04:28 PM |
| Optimization on custom parameter | freewind | General Programming | 2 | 10-25-2011 05:13 PM |
| Custom Optimization Parameters | toptrader | General Programming | 1 | 01-08-2010 04:31 AM |
| Custom Indicator - Strange Result | mjc4118 | Version 7 Beta General Questions & Bug Reports | 5 | 10-20-2009 08:53 AM |
| Problems accessing TickSize | gomifromparis | Version 7 Beta General Questions & Bug Reports | 2 | 10-11-2009 12:08 PM |