Jump to content

Big Mike Trading Ninja indicators


yamantaka

Recommended Posts

  • Replies 2.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 2 weeks later...

Hello,

 

I am trying to develop a custom optimizer class in Ninjatrader 7 which can be able to access to trade list in each iteration. I have seen this thread in BMT about this https://futures.io/ninjatrader-programming/28219-possible-access-trades-collection-inside-optimization-method-monte-carlo.html

 

Sounds good but BMT at last forward to https://futures.io/elite-automated-ninjatrader-trading/25792-ninjatrader-optimizer-types-custom-fitness.html but I really don't want to pay 121$ without know if there is something that can help me.

 

Is it possible for someone to help me uploading some custom optimizer classes for NT7 from these thread? https://futures.io/elite-automated-ninjatrader-trading/25792-ninjatrader-optimizer-types-custom-fitness.html

 

Regards

Link to comment
Share on other sites

Hello,

 

I am trying to develop a custom optimizer class in Ninjatrader 7 which can be able to access to trade list in each iteration. I have seen this thread in BMT about this https://futures.io/ninjatrader-programming/28219-possible-access-trades-collection-inside-optimization-method-monte-carlo.html

 

Sounds good but BMT at last forward to https://futures.io/elite-automated-ninjatrader-trading/25792-ninjatrader-optimizer-types-custom-fitness.html but I really don't want to pay 121$ without know if there is something that can help me.

 

Is it possible for someone to help me uploading some custom optimizer classes for NT7 from these thread? https://futures.io/elite-automated-ninjatrader-trading/25792-ninjatrader-optimizer-types-custom-fitness.html

 

Regards

 

Are the .cs files what you're looking for?

 

File Type: cs PEC.cs (2.2 KB, 147 views)

File Type: cs PEClsprofitbalancetraderate.cs (3.9 KB, 137 views)

File Type: cs PECmaxprofit.cs (2.4 KB, 133 views)

File Type: cs SQNlsprofitbalancetraderate.cs (3.8 KB, 132 views)

 

File Type: cs eleRSquared.cs (3.6 KB, 82 views)

File Type: cs eleRSquaredXnetProf.cs (3.5 KB, 71 views)

File Type: cs eleSharpeRatioXnetProf.cs (2.2 KB, 71 views)

Link to comment
Share on other sites

Thank you for your really quick answer.

 

I think those cs files are custom fitness implementations such as built-in SQN, max profit, etc.

 

What I am looking for are custom Optimizer types, such as these which is mencioned by the user: https://futures.io/download/ninjatrader-7/strategies/599-download.html?view.

 

In NT, at Strategy Analyzer, normally you can choose between standard optimizer which is built on cs file @DefaultOptimizationMethod.cs and genetic optimization method which is built in @GeneticOptimizer.cs

 

What I am looking for (and also the guy from the thread I have post) is some examples or optimizers in NT, specially one capable to access to each iteration trades in order to export or manipulate them, not only the fitness result of each iteration.

 

I am sorry about be more specific, since I don't have access to "elite" pages (not for download, only to view and decide). If I have not explained too well or what I ask for doesn't really exists in BMT, maybe would be enough with:

 

- this optimizer https://futures.io/download/ninjatrader-7/strategies/599-download.html?view

- the original genetic optimizer replacement https://futures.io/download/ninjatrader/strategies/303-download.html?view

- some custom fitness types (maybe are related to the solution), for example PEClsprofitbalancetraderate.cs and eleSharpeRatioXnetProf.cs

 

Thank you again

Link to comment
Share on other sites

Thank you for your really quick answer.

 

I think those cs files are custom fitness implementations such as built-in SQN, max profit, etc.

 

What I am looking for are custom Optimizer types, such as these which is mencioned by the user: https://futures.io/download/ninjatrader-7/strategies/599-download.html?view.

 

In NT, at Strategy Analyzer, normally you can choose between standard optimizer which is built on cs file @DefaultOptimizationMethod.cs and genetic optimization method which is built in @GeneticOptimizer.cs

 

What I am looking for (and also the guy from the thread I have post) is some examples or optimizers in NT, specially one capable to access to each iteration trades in order to export or manipulate them, not only the fitness result of each iteration.

 

I am sorry about be more specific, since I don't have access to "elite" pages (not for download, only to view and decide). If I have not explained too well or what I ask for doesn't really exists in BMT, maybe would be enough with:

 

- this optimizer https://futures.io/download/ninjatrader-7/strategies/599-download.html?view

- the original genetic optimizer replacement https://futures.io/download/ninjatrader/strategies/303-download.html?view

- some custom fitness types (maybe are related to the solution), for example PEClsprofitbalancetraderate.cs and eleSharpeRatioXnetProf.cs

 

Thank you again

 

These are probably what you're looking for. The 1st 2 downloads are prepacked .zip files with .cs file in the "Type" folder. The 3rd download is a bunch of random .cs files. You can repackage the .cs files into .zip following the same folder format. ie. "Type" folder with info.xml.

 

Let me know if these are the right ones.

 

If you have a direct download links to what you'd like, that would be easier.

 

https://www.sendspace.com/file/4z19az

https://www.sendspace.com/file/tt7msk

https://www.sendspace.com/file/cpg89f

Edited by zbear
Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...