Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
if it ends up being greater then 0 then it buys and if less then it sells. looks like its alway in the market as well. It only opens 1 order at a time though.
It looks like a variation of the alligator by Williams but it uses 4 ACs instead of 3.
how they pick the x1,x2,x3,x4 numbers? i dont know, seems random to me
why they -100 from each of them? no idea, should have just enterd a smaller number
NN based on pattern recognition to forecast the future ...the performance depend on how many data feed you have and good network optimization....
NN can learn the data feed like our brain when recognize something unknown ..
Hi:
Thanks for your comments.
I don't know anything about NN. I wish I know...
I saw this EA and ran on 4 hr test to see the results (posted on first thread) It looked pretty good, but wasn't sure what the strategy is based on until
"witchazel" explaned.
Any of you think this EA has possibility to gain pips after tweaking?
Quote:
Originally Posted by Craig
My 2 cents, Neural Networks don't really work as far as I can see, I have spent countless hours coding and testing such beasts with nothing really to show.
When evaluating such methods it is important to understand what is actually happening, to cut though the BS as it were. Neural Networks are not magic, just non-linear regression, as such they can do an amazing job of fitting test data but tell you nothing of the future. The other mistaken assumption which is applied to NN & Forex is that there is some type of 'hidden pattern' in the data which the NN will deduce, I have not found this to be the case. In my experence the greater the degrees of fredom of a system the more prone it is to overfitting the data, hence giving no value in data ranges outside the test data.
I tweaked this EA to follow a more conventional NN layout (Normalized inputs, better activation functions, etc) and tried running optimizations over 1 years worth of data. At 90% quality it was modistly profitable, but performed poorly on out of sample data. Running the the same tests on tick data there was even less profit, but with better out of sample performance.
So in summary, it was just profitable ($2000 over the course of a year, starting with $10000).
Running the optimizations on Metatrader is kind of limited because the genetic optimizer freaks if you have too many variables to optimize (e.g. weights in a NN), I posted this bug on the Metaquotes site, but nobody appears to give a s**t.
I tweaked this EA to follow a more conventional NN layout (Normalized inputs, better activation functions, etc) and tried running optimizations over 1 years worth of data. At 90% quality it was modistly profitable, but performed poorly on out of sample data. Running the the same tests on tick data there was even less profit, but with better out of sample performance.
So in summary, it was just profitable ($2000 over the course of a year, starting with $10000).
Running the optimizations on Metatrader is kind of limited because the genetic optimizer freaks if you have too many variables to optimize (e.g. weights in a NN), I posted this bug on the Metaquotes site, but nobody appears to give a s**t.
I've never heard mention of this very interesting tool that has been improving already great trading systems for a while now, or so I read. Has anybody had any experience with this yet?
Lil info on em for those who do know. Seems to be very "revolutionary".
http://cortex.snowseed.com/index.html
(This site has some other interesting topics to help develop a trader's psychology. Plus they offer a free NN software.)
http://www.neuroshell.com/learnmore.asp
(These people sell their software. Lot of free info on this site. Plus they've gotten awards from Stocks and Commodities mag.)
P.S.
It looks like it helps to have an understanding of C++, which a lot of you do.
*NOTE*
I'm not selling, soliciting, offering, or marketing anything. Just thought this was very interesting.
Last edited by forex_for_life; 04-04-2007 at 01:34 AM.
Reason: .
I've never heard mention of this very interesting tool that has been improving already great trading systems for a while now, or so I read. Has anybody had any experience with this yet?
Lil info on em for those who do know. Seems to be very "revolutionary".
http://cortex.snowseed.com/index.html
(This site has some other interesting topics to help develop a trader's psychology. Plus they offer a free NN software.)
http://www.neuroshell.com/learnmore.asp
(These people sell their software. Lot of free info on this site. Plus they've gotten awards from Stocks and Commodities mag.)
P.S.
It looks like it helps to have an understanding of C++, which a lot of you do.
*NOTE*
I'm not selling, soliciting, offering, or marketing anything. Just thought this was very interesting.
NN makes more acurate to recognize price pattern through data mining ...
You can try this Indi based on NN EA