NexusFi: Find Your Edge


Home Menu

 





The Evolution Of NN with C#


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one wh with 10 posts (9 thanks)
    2. looks_two sefstrat with 7 posts (14 thanks)
    3. looks_3 Big Mike with 3 posts (0 thanks)
    4. looks_4 MXASJ with 2 posts (0 thanks)
    1. trending_up 27,087 views
    2. thumb_up 26 thanks given
    3. group 20 followers
    1. forum 31 posts
    2. attach_file 2 attachments




 
Search this Thread

The Evolution Of NN with C#

  #11 (permalink)
tortexal
Panama!
 
Posts: 44 since Jun 2009
Thanks Given: 1
Thanks Received: 24

edit: ROFL thanks for moving this, no clue how i missed this thread

found this thread digging through the archives. Has anyone in here played around w/ neural networks and NT thru matlab or by using FANN?
Neural Networks - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
can i use extra computer for optimising
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #12 (permalink)
 
sefstrat's Avatar
 sefstrat 
Austin, TX
 
Experience: Advanced
Platform: NT/Matlab
Broker: Interactive Brokers
Trading: FX majors
Posts: 285 since Jun 2009
Thanks Given: 20
Thanks Received: 768


tortexal View Post
found this thread digging through the archives. Has anyone in here played around w/ neural networks and NT thru matlab or by using FANN?
Neural Networks - [AUTOLINK]NinjaTrader[/AUTOLINK] Support Forum

I use matlab with TWS (interactive brokers java client) occasionally, it is great for prototyping ideas if you are familiar with matlab already, otherwise I wouldn't waste time with it.

here is another site which has some Neural net resources
Resources for Neural Networks and Knowledge Modeling

and here is a link to a site about gaussian process regression which is another machine learning technique (the site also has info which is useful for neural networks and other probabilistic modeling techniques)
The Gaussian Processes Web Site

I would highly advise anyone interested in implementing NN or any other machine learning technique to read the preface/intro sections of the free ebook here:
Gaussian Processes for Machine Learning: Contents

They have a very insightful overview of the machine learning landscape including the pros and cons of different techniques. Particularly of interest to this topic is that they discuss how most researchers in machine learning have given up on the idea of supervised neural networks (ie those trained by backpropagation) for solving complex problems.

Reply With Quote
Thanked by:
  #13 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512


I do not know whether it is helpful, here's a book for matlab and c #

https://www.lephanpublishing.com/MATLABbook/MatlabCsharpSecond/MATLABBookCsharpSecond.html


Started this thread Reply With Quote
  #14 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

sefstrat,

do you use the levenberg marquardt alg. in your nn?

wh

Started this thread Reply With Quote
  #15 (permalink)
 
sefstrat's Avatar
 sefstrat 
Austin, TX
 
Experience: Advanced
Platform: NT/Matlab
Broker: Interactive Brokers
Trading: FX majors
Posts: 285 since Jun 2009
Thanks Given: 20
Thanks Received: 768


wh View Post
sefstrat,

do you use the levenberg marquardt alg. in your nn?

wh

Yes, I use the implementation from alglib

Reply With Quote
Thanked by:
  #16 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Anybody using R?

Reply With Quote
  #17 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

yes but not for trading only for geostatistic with rserve and java 4 web application ... i think the integration with c# and r is to complicated (for me). i think matlab is much easier ... and i found today a new nice tool but not tested <google>findgraph</google> ... with some good features

wh

Started this thread Reply With Quote
  #18 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

wh in your opinion is it worth the time for a guy/gal retail investor who likes math and strat trading to learn R/S/Matlab over and above Ninja/C#? If you were starting from scratch where would you spend your time?

Thanks for your input. It is appreciated. I'm blown away by some of the stuff posted here.

Reply With Quote
  #19 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512


MXASJ View Post
wh in your opinion is it worth the time for a guy/gal retail investor who likes math and strat trading to learn R/S/Matlab over and above Ninja/C#? If you were starting from scratch where would you spend your time?

Thanks for your input. It is appreciated. I'm blown away by some of the stuff posted here.

that is not so easy to answer. if you can an object-oriented language like c + +, Java or C #, so will look into matlab. the educational environment looks better then r or s plus. so you can start with statistic. if you are not a statistic so i would look into c # and ninja script api to understand the main concept of both. later you will come back to statistic.

I come from the geostatistic and had only with points and polygons to do and now it is time series analysis. so i must learn as you.

better hold or keep it simple, and it will come.

wh

Started this thread Reply With Quote
  #20 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787



wh View Post
that is not so easy to answer. if you can an object-oriented language like c + +, Java or C #, so will look into matlab. the educational environment looks better then r or s plus. so you can start with statistic. if you are not a statistic so i would look into c # and ninja script api to understand the main concept of both. later you will come back to statistic.

I come from the geostatistic and had only with points and polygons to do and now it is time series analysis. so i must learn as you.

better hold or keep it simple, and it will come.

wh

Well, the jury is in !!!!!

I now know that I will never be more than a HotShot tweaker.

If someone else creates a program, I can turbocharge its performance.

Man's got to know his limitations...

RJay

Reply With Quote




Last Updated on September 23, 2009


© 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
no new posts