Forex



Go Back   Forex Trading > Forex Press > Analytics
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
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.
See more

Reply
 
Thread Tools Display Modes
  #91 (permalink)  
Old 10-01-2008, 08:32 PM
Junior Member
 
Join Date: Jul 2008
Posts: 10
kaamos is on a distinguished road
Failure in perfect prediction of price markets

Hi:

I ve worked with some softcomputing techniques for clustering, chaotic time series modelling. I know lot things, but there are extensive information, every day somebody create a new neural network architecture telling everybody that his neural network is the best.
Since i knew about forex i saw an interesting field for my knowledge and for some matlabs scripts made a long time, i tried predict price of EUR/USD using perceptrons but they suffer a lot of overfitting, memorize training data but predict like crap, althougth with some improvements with cross validation, local models make it better and are conceptually thousands times more simple than neural networks, but take a lot of computational time cause to create the model you need serach along all your data set nearest neighboors from your query point, in test sets it does make errors betwen 0.0018 and 0.0030 pips in data of 1h hour. (A local model is like a linear regression but you dont use all points, you only use the k-nearest to your point)
There's another class of neural networks created by russian investigators, they are polinomial neural networks, they have some few parameters, 'cause network it self is self organizative, algorithm it self decide number of nodes, polinomial function to use into the node and number of layer. An interesting work about polynomial nn in forex is here, is very good.

http://www.cs.uoi.gr/~foka/papers/foka_msc.pdf

I proved it with matlab but results are weird, i obtained a shifted version of prices like prediction, at first i thougth that i was wrong, but training an state of art neural network from neurosolutions i got the same. At last i found the very very, generalization of polinomial neural networks volterra kernels, this behaves like an infinite terms polynomial network (very complex concepts) is like a SVM(support vector machine), but i still follow getting the same shifting in predictions, this shifting make me errors in the same range of local models, if i would have to choose i would pass a local model to mq4 i still have the same results that with a very, very complex model like volterra kernel and better than perceptrons
I've read a lot about state of the art, there's two related concepts in neural networks that looks promising, but are still complex first are liquid state machines and others are echo
state networks, but i'm tired and searching more simple methods.

I thing that is better try to predict turning points using different indicator more than trying to predict price it self, trying price itself is very, very difficult (for not say nearly imposible still with state of art softcomputing techniques). Also, this strategy is very profitable like was demostrated in EA championships, my advice don't loose your time trying predict the price. I was coding differents methods in matlab in my free time during nearly three years(fortunatelly not all for forex), still the knowledge is very usefull and i've learnt sooooooooooooo much, but i insist don't loose your time trying predict the price.


See ya guys

Last edited by kaamos; 10-03-2008 at 08:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #92 (permalink)  
Old 10-04-2008, 08:22 PM
Junior Member
 
Join Date: Oct 2008
Posts: 1
mikey123 is on a distinguished road
Neural network prediction

I wonder what kind of software is used to do this prediction.Can anyone help me? http://neuralforex.wordpress.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #93 (permalink)  
Old 10-06-2008, 02:58 AM
Junior Member
 
Join Date: Sep 2008
Posts: 1
HiddenOx is on a distinguished road
sumups for the input and outputs

I am starting to make my experiments here. Unlikely I am from a different background. My degree is Artificial Intelligence so more technical towards AI techniques such as NN and more newbie in forex unlike the rest of the guru's in this forum...

using the historical price to Predict the future price it self is kinda impossible due to many factors..

as a sum up from the previous experiences.. whats are the good inputs and there expected outputs for a NN ..

anyways,, whats your opinion about whats the good values/indicators to be used as inputs in Neural Network and what would be there expected output(indicators, curve movements..etc..)..

I will test it on a series and different types of neural networks with back error probagation. also found interesting publication about genetic mutation for the results. I just have some problem now on where to find reliable data to feed the NN... where do you use your historical data .. any sources?


Regards,
Hidden Ox.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #94 (permalink)  
Old 11-11-2008, 07:32 PM
Junior Member
 
Join Date: Aug 2008
Posts: 2
sy4rul is on a distinguished road
prediciting price is surely impossible..
but what if we implement fuzzy logic instead of precision prediction
i.e just predict either it going up or down..
is it applicable?
cos even when using indicator it still not exactly right , right?
it's game of probabilities..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #95 (permalink)  
Old 11-11-2008, 10:51 PM
Senior Member
 
Join Date: Jun 2006
Posts: 1,512
prasxz is on a distinguished road
hi

yupss fuzzy logic can be used to determine what's price current condition , it's use statistical strategy but more better use with NN to recognize the pattern

===================
Forex Indicators Collection
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #96 (permalink)  
Old 11-16-2008, 03:50 AM
Junior Member
 
Join Date: Nov 2007
Posts: 3
RamziDahcha is on a distinguished road
I can build a DLL that will link your Neursolutions to MQl

Quote:
Originally Posted by MrM View Post
Hi,

does anyone have experience with integrating a dll that contains a trained neural network from Matlab or Neurosolutions into a mq4 script?
Dear,

I can build a C++ DLL that you can use as your link between your neurosolution and your mql4 script. messege me if you still interested.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #97 (permalink)  
Old 11-17-2008, 12:04 PM
MrM MrM is offline
Member
 
Join Date: Jul 2007
Posts: 81
MrM is on a distinguished road
I think everyone would be interested in that, I've tried to get a dll to work with Matlab's neural network toolbox and it's not easy to do. The toolbox trains the net with a levenberg-marquardt algorithm, and I would like to see some out-of-sample performance statistics...
Neurosolutions would be an equally performant tool to do this I think.
__________________
tensigma.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #98 (permalink)  
Old 11-17-2008, 08:51 PM
Member
 
Join Date: Jan 2008
Posts: 50
PriNova is on a distinguished road
Re: Ai

Hello Coders,

i'm working on an multi-agent-system. it evolves with the help of thousend agents and some genetic programming trading strategies. but in mql4 it is very lame. are you interested in? i need some expirience coders, which like to code a dll as interface between mt4 and the MAS.

maybe it is a little bit off-topic but it is AI stuff.

i made a prototype ea which initialise the genomes. my problem is the logic with tree-based structures in mql4. because it is type depentend. sorry for my bad english. but it is a heavy topic to explain right. maybe XML would help, but do not know to implement it.

Thanks in advance

PriNova
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #99 (permalink)  
Old 12-03-2008, 09:59 AM
Junior Member
 
Join Date: Nov 2008
Posts: 6
moklopas is on a distinguished road
great

This is a GREAT thread, forex tsd rocks!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #100 (permalink)  
Old 01-05-2009, 07:28 PM
Junior Member
 
Join Date: Jan 2009
Posts: 1
Flo_UniS is on a distinguished road
Arrow Neural Network indicator - Any potential users?

I am a final year computer science student,

As my end of year project, I am creating a web-based charting software (very similar to the Yahoo Finance Charts with all the usual indicators i.e. Stochastics, Moving averages, RSI, etc...)
but with a major addition - the neural network based indicator.


As freely available neural network indicators seem rare, I would like to know:

- if anybody on these forums would consider using such a system? (my charting solution)
- do you have any knowledge about neural networks? (none required)
- any suggestions? or features you would like to see?


Note:
- The aNN (artificial neural network) indicator will be displayed using default setting values (number of hidden neurons, etc...) so that even users with NO knowledge of Neural Networks can use the indicator.
- The aNN indicator will also allow a user to change these default values (for advanced/experimenting users).
- Stock market feeds will be used at first. But FOREX currency pairs data can easily be added.

All comments welcome
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
cortex, forex, forex matlab, forex neural network, forex neural networks, forex_nn_ind_juna, Forex_Nn_Ind_juna.mq4, joone forex, matlab forex, mql4 neural network, NEURAL, neural forex-tsd, neural mq4, neural net, neural network, neural network forex, neural network forex indicators, neural networks, neural networks forex, neuroproba, neuroshell


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Big Maths program with Financial / Neural / Statistical Functions...... De Vinci Tools and utilities 3 10-12-2007 07:28 AM
Neural Forecast for Eurusd on 2006 De Vinci Tools and utilities 2 06-08-2006 04:27 AM
Alyuda Forecaster XL 2.13 ( Neural prog for Excel - US version ) De Vinci Tools and utilities 0 11-11-2005 11:29 AM


All times are GMT. The time now is 07:10 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.