NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 26
Search: Posts Made By: Big Mike
Forum: NinjaTrader July 27th, 2010, 12:49 PM
Replies: 197
Views: 92,865
Posted By Big Mike
One major limitation with NT's implementation was...

One major limitation with NT's implementation was the inability to optimize boolean's and enum's. If they would fix that, it would be a significant improvement.

Mike
Forum: NinjaTrader May 22nd, 2010, 06:31 PM
Replies: 197
Views: 92,865
Posted By Big Mike
Were you using just a plain range bar type? If...

Were you using just a plain range bar type? If so, were you using piersh's genetic optimizer? If so, what exact version of the GO and of NT 6.5?

I ask because I notified piersh a couple months...
Forum: NinjaTrader May 13th, 2010, 03:37 PM
Replies: 197
Views: 92,865
Posted By Big Mike
You can create your own performance Type (Net...

You can create your own performance Type (Net Profit, Profit Factor, and VergeCustom for instance).

Within that (NT\bin\Custom\Type\customVerge.cs, using another one like NetProfit as example),...
Forum: NinjaTrader April 4th, 2010, 04:05 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Fixed. Mike

Fixed.

Mike
Forum: NinjaTrader March 30th, 2010, 08:05 PM
Replies: 197
Views: 92,865
Posted By Big Mike
Actually I thought about this one for a second...

Actually I thought about this one for a second longer -- I don't think the zip is importable, it's a normal Windows setup archive. Just open the zip manually and run the installer.

Mike
Forum: NinjaTrader March 30th, 2010, 08:05 PM
Replies: 197
Views: 92,865
Posted By Big Mike
I am sorry, I've never used it and don't know if...

I am sorry, I've never used it and don't know if it works in NT7.

sefstrat has used it extensively, that is where I heard about it from. You might drop him a PM asking him to check this thread...
Forum: NinjaTrader March 29th, 2010, 03:16 AM
Replies: 197
Views: 92,865
Posted By Big Mike
For the two members experiencing problems with...

For the two members experiencing problems with the Piersh GO, you might look at MoGo (prounced mojo):

MoGo (http://mcraig.net/site/Development/NinjaTrader/MoGo/tabid/59/Default.aspx)

It's a...
Forum: NinjaTrader March 29th, 2010, 02:54 AM
Replies: 197
Views: 92,865
Posted By Big Mike
mmather, what version did you import and what...

mmather, what version did you import and what version of NT are you running?

Such an error is related to an existing indicator or strategy already on your system, and not the file being imported...
Forum: NinjaTrader March 29th, 2010, 02:53 AM
Replies: 197
Views: 92,865
Posted By Big Mike
verge, When you upgrade NT 6.5.xxx to a new...

verge,

When you upgrade NT 6.5.xxx to a new version it overwrites Strategy.cs. You have to re-overwrite it with the one included in the zip from piersh.

In other words, timeline:

NT...
Forum: NinjaTrader January 26th, 2010, 04:39 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Here is the video on creating a strategy, and...

Here is the video on creating a strategy, and optimizing using PH Genetic:
https://nexusfi.com/beginners-introductions-tutorials/2512-video-tutorial-how-create-advanced-ninjatrader-strategy.html
...
Forum: NinjaTrader January 26th, 2010, 01:53 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Awesome. I just created a quick video that...

Awesome.

I just created a quick video that I'll be posting to the site soon, it features your optimizer so I'll post a link here after I finish uploading the video (will take a while). The video...
Forum: NinjaTrader January 26th, 2010, 12:29 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Hi Piersh, I've had problems with regards to...

Hi Piersh,

I've had problems with regards to Aborting the optimization. When I click abort, it says "Aborting Please Wait" in Control Center, but the results never get populated.


CL 03-10:...
Forum: NinjaTrader January 24th, 2010, 09:16 PM
Replies: 197
Views: 92,865
Posted By Big Mike
piersh, What can the users of futures.io...

piersh,

What can the users of futures.io (formerly BMT) do to help with this? I really dislike the GO in NT7. I want yours!

Maybe we can start a petition or something on your behalf, to show...
Forum: NinjaTrader November 13th, 2009, 07:31 PM
Replies: 197
Views: 92,865
Posted By Big Mike
It's the drop down under optimizer, not strategy...

It's the drop down under optimizer, not strategy selection but below that, under 'net profit' or whatever you optimize against.

Mike
Forum: NinjaTrader September 25th, 2009, 05:32 PM
Replies: 197
Views: 92,865
Posted By Big Mike
Won't work, the Add() method can not be optimized...

Won't work, the Add() method can not be optimized against. At least not by NT 6.5, supposed to be fixed in 7.

Unless piersh has a work around?

Mike
Forum: NinjaTrader August 21st, 2009, 01:02 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Thank you, that seems to have corrected it. ...

Thank you, that seems to have corrected it.

Mike
Forum: NinjaTrader August 19th, 2009, 10:01 PM
Replies: 197
Views: 92,865
Posted By Big Mike
thx sefstrat, I have run into that before. But...

thx sefstrat, I have run into that before. But that is not the issue here as best I can tell. If you take a look at PHgenetic.cs from post 1 I think you'll see why. :)

Hopefully piersh can help....
Forum: NinjaTrader August 19th, 2009, 01:44 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Well I see you already wrapped Optimize() in a...

Well I see you already wrapped Optimize() in a try/catch so I enabled the Catch and printed the exception:


System.InvalidCastException: Unable to cast object of type 'System.Double' to type...
Forum: NinjaTrader August 19th, 2009, 01:21 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Hi piersh, I'm using v1.06 but on one...

Hi piersh,

I'm using v1.06 but on one particular strategy am getting an error. I've used your GO successfully on several strategies, this is the first I've seen this.

Failed to call method...
Forum: NinjaTrader July 25th, 2009, 06:37 AM
Replies: 197
Views: 92,865
Posted By Big Mike
It seems to break when it goes above...

It seems to break when it goes above 4,096,xxx,xxx,xxx,xxx,xxx,xxx. I think that is understandable and clearly an enormous number. I will rewrite some of my logic so I can do with fewer...
Forum: NinjaTrader July 25th, 2009, 03:57 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Oops - I just noticed you updated the first post...

Oops - I just noticed you updated the first post to include the # of combinations fix. I will install it soon (in middle of a large job) and then I can report back some better figures perhaps to my...
Forum: NinjaTrader July 25th, 2009, 03:56 AM
Replies: 197
Views: 92,865
Posted By Big Mike
Hi piersh, Also at some point of...

Hi piersh,

Also at some point of combinations, the error "Failed to call method Optimize for optimizer 'PHGenetic': Index was out of range." occurs.

I am not sure at what point this happens,...
Forum: NinjaTrader July 23rd, 2009, 01:15 AM
Replies: 197
Views: 92,865
Posted By Big Mike
piersh, 1.04 doesn't properly list the # of...

piersh,

1.04 doesn't properly list the # of combinations it would seem. 1.03 was fine. For combinations, 1.04 is just outputting the instrument name.

ZN 09-09: PH Optimizer Start @ 7/23/2009...
Forum: NinjaTrader July 11th, 2009, 07:10 PM
Replies: 197
Views: 92,865
Posted By Big Mike
Yeah I know, but with a lot of parms it gets real...

Yeah I know, but with a lot of parms it gets real messy real fast. If you can add it great, if not I can live.

Mike
Forum: NinjaTrader July 8th, 2009, 06:33 PM
Replies: 197
Views: 92,865
Posted By Big Mike
piersh, Fantastic work. I'm just using it...

piersh,

Fantastic work. I'm just using it today for the first time as I've been focused on discretionary stuff, but I wanted to do a bit of optimization today on my rules set.

I have a...
Showing results 1 to 25 of 26

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top