NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 25 of 48
Search: Posts Made By: piersh
Forum: NinjaTrader May 21st, 2010, 01:12 PM
Replies: 197
Views: 93,244
Posted By piersh
if you hover over the controls, you should see a...

if you hover over the controls, you should see a short description of what each one does...
Forum: NinjaTrader May 1st, 2010, 06:19 PM
Replies: 197
Views: 93,244
Posted By piersh
yes, sorry, that's a UI issue - it shouldn't let...

yes, sorry, that's a UI issue - it shouldn't let you uncheck all of the options for a bool/enum parameter. the number of combinations is zero because you're telling the optimizer that your bool can...
Forum: NinjaTrader April 11th, 2010, 06:25 PM
Replies: 197
Views: 93,244
Posted By piersh
oh man, i'm sorry. i did a bad export. ...

oh man, i'm sorry. i did a bad export.

please re-download v1.12 from the download section and try the import again.
Forum: NinjaTrader April 10th, 2010, 03:06 AM
Replies: 197
Views: 93,244
Posted By piersh
v1.12 - cutoffs & stochastics

hey guys, i've added a couple of things to 1.12:

a 'MinimumPerformance' cutoff parameter. once the best found performance reaches this value the optimizer will automatically stop.
PHStochastic...
Forum: NinjaTrader April 10th, 2010, 02:57 AM
Replies: 197
Views: 93,244
Posted By piersh
thanks, i appreciate it! i hope your...

thanks, i appreciate it!

i hope your strategy works out ;-)
Forum: NinjaTrader April 7th, 2010, 01:02 PM
Replies: 197
Views: 93,244
Posted By piersh
ah, i've just uploaded v1.11 which should fix...

ah, i've just uploaded v1.11 which should fix these conflicts.

let me know if that works for you or not...
Forum: NinjaTrader April 7th, 2010, 01:03 AM
Replies: 197
Views: 93,244
Posted By piersh
if that doesn't work, try searching for *.cs...

if that doesn't work, try searching for *.cs files containing the text 'ParameterSet' in your Type & Strategy. maybe there's some conflict with some other code...
Forum: NinjaTrader April 4th, 2010, 01:09 PM
Replies: 197
Views: 93,244
Posted By piersh
does it say what the errors are?

does it say what the errors are?
Forum: NinjaTrader April 4th, 2010, 04:02 AM
Replies: 197
Views: 93,244
Posted By piersh
hmmm.... it looks like the v1.10 file is there,...

hmmm.... it looks like the v1.10 file is there, but the filename it's given when you download it is the old PHGenetic_v1.09.zip. check the comments at the top of the PHGenetic.cs file you have. if it...
Forum: NinjaTrader April 3rd, 2010, 01:41 PM
Replies: 197
Views: 93,244
Posted By piersh
hi, sorry for the delay. i had a major disk...

hi, sorry for the delay.

i had a major disk crash on my main machine (steer clear of RAID0) and it's taken a while to get my NinjaTrader/development environment back on line...

i've just...
Forum: NinjaTrader February 10th, 2010, 01:24 PM
Replies: 197
Views: 93,244
Posted By piersh
sorry for the delay. it looks like I introduced a...

sorry for the delay. it looks like I introduced a bug which affects NT6.5. i'll try to fix it soon, unfortunately my NT box is having some problems :(
Forum: NinjaTrader February 4th, 2010, 08:07 PM
Replies: 197
Views: 93,244
Posted By piersh
yes, that looks good. the 'int' & 'double'...

yes, that looks good. the 'int' & 'double' parameter won't show in the GA Optimizer dialog - you can set those in the usual place, in the Strategy Analyzer 'optimize' dialog.
Forum: NinjaTrader February 4th, 2010, 04:29 PM
Replies: 197
Views: 93,244
Posted By piersh
well, in order for your strategy's varables to...

well, in order for your strategy's varables to show up, you'll need to expose each one of them as properties.

for example:

[Category ("Parameters")]
public SuperTrendMode...
Forum: NinjaTrader February 4th, 2010, 03:22 PM
Replies: 197
Views: 93,244
Posted By piersh
let's have a look. can you post your code here?...

let's have a look. can you post your code here? you can strip out the code inside your Initialize/OnBarUpdate/etc. methods... i'm mostly interested in how you're declaring your properties.
Forum: NinjaTrader February 4th, 2010, 02:36 PM
Replies: 197
Views: 93,244
Posted By piersh
do the properties in your strategy look like...

do the properties in your strategy look like this?


[Category ("Parameters")]
public PriceType PriceType
{
get { return _priceType; }
set {...
Forum: NinjaTrader February 4th, 2010, 02:05 PM
Replies: 197
Views: 93,244
Posted By piersh
you should only need to 'enum' the MA and mode...

you should only need to 'enum' the MA and mode parameters, the others will just be regular int/doubles. what's the problem you're seeing?
Forum: NinjaTrader January 26th, 2010, 01:25 AM
Replies: 197
Views: 93,244
Posted By piersh
Thanks, Mike! v1.09 should fix this issue.

Thanks, Mike! v1.09 should fix this issue.
Forum: NinjaTrader January 25th, 2010, 02:41 PM
Replies: 197
Views: 93,244
Posted By piersh
New version, supports NT7

I've uploaded a new version v1.08, available here (https://nexusfi.com/free_downloads/ninjatrader/strategies/303-download.html?view).

this version supports both NT6.5 & NT7, although I haven't...
Forum: NinjaTrader January 25th, 2010, 03:49 AM
Replies: 197
Views: 93,244
Posted By piersh
I made a bit of progress with the NT7 port. I...

I made a bit of progress with the NT7 port. I should have something for you to try in a day or two...
Forum: NinjaTrader January 13th, 2010, 07:26 PM
Replies: 197
Views: 93,244
Posted By piersh
yeah, i got some of it kinda ported over, but i...

yeah, i got some of it kinda ported over, but i ran into a problem with some weird exceptions that NT7 was throwing. i tried asking on the NT support forum but all I got back was the generic "buy...
Forum: NinjaTrader December 14th, 2009, 04:33 AM
Replies: 197
Views: 93,244
Posted By piersh
ok, i got NT7 and I'm working on porting this...

ok, i got NT7 and I'm working on porting this over...
Forum: NinjaTrader December 11th, 2009, 08:51 PM
Replies: 197
Views: 93,244
Posted By piersh
no, unfortunately i didn't get on the NT7 beta :(...

no, unfortunately i didn't get on the NT7 beta :(

if you want to bug them to let me in, i'd be more than happy to make sure it runs, or fix it if it doesn't :)
Forum: NinjaTrader November 13th, 2009, 08:11 PM
Replies: 197
Views: 93,244
Posted By piersh
sorry about that :( yeah, that half of...

sorry about that :(



yeah, that half of the options dialog is only available when your strategy has Enum or bool-valued parameters. see this post for more details:...
Forum: NinjaTrader October 5th, 2009, 08:30 PM
Replies: 197
Views: 93,244
Posted By piersh
It's very cool though, can't wait to start...

It's very cool though, can't wait to start testing with it.[/QUOTE]

ah! try changing the declaration of _dma to

DoubleMA _dma;
Forum: NinjaTrader October 5th, 2009, 07:13 PM
Replies: 197
Views: 93,244
Posted By piersh
you should be able to use _dma.Signal[0] ...

you should be able to use


_dma.Signal[0]

in your OnBarUpdate(), although I haven't tried that particular indicator in a while - i use my own that doesn't look as nice, but uses less CPU.
...
Showing results 1 to 25 of 48

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