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
  #161 (permalink)  
Old 07-21-2009, 02:47 AM
Junior Member
 
Join Date: Aug 2008
Posts: 4
avinashsringeri is on a distinguished road
Neural Network :- How to select the right network

Hi Guys,

I have created a neural network trading system based on the strategies I used in manual trading. The profit and equity curves are amazing in the training.But on live data I am not able match the exact performance that I got with training set, but its not bad.

I have some questions.
1) How to avoid overfitting?
2) What is the right way of evaluating a neural net? While optimizing I get lot of good results I dont know which one to pick.
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
  #162 (permalink)  
Old 07-21-2009, 03:03 AM
Senior Member
 
Join Date: Jun 2006
Posts: 1,512
prasxz is on a distinguished road
hi

you can find NN threads in this forum just use search tool ...
what kind of NN did u create ?
===================
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
  #163 (permalink)  
Old 08-06-2009, 03:01 AM
Junior Member
 
Join Date: Sep 2006
Posts: 10
njel is on a distinguished road
Quote:
Originally Posted by Flo_UniS View Post
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
i develop some system using NN for market prediction. so you can contact me.

Last edited by njel; 08-07-2009 at 12:12 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
  #164 (permalink)  
Old 08-06-2009, 03:09 AM
Junior Member
 
Join Date: Sep 2006
Posts: 10
njel is on a distinguished road
Quote:
Originally Posted by avinashsringeri View Post
Hi Guys,

I have created a neural network trading system based on the strategies I used in manual trading. The profit and equity curves are amazing in the training.But on live data I am not able match the exact performance that I got with training set, but its not bad.

I have some questions.
1) How to avoid overfitting?
2) What is the right way of evaluating a neural net? While optimizing I get lot of good results I dont know which one to pick.
use the cross validation. In every epoch calculate the error of patterns that not exist in trainig set. When the error begin increase just terminate training process. It is simple.
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
  #165 (permalink)  
Old 08-06-2009, 05:20 AM
xx3xxx's Avatar
Senior Member
 
Join Date: Sep 2008
Posts: 411
xx3xxx is on a distinguished road
Quote:
Originally Posted by avinashsringeri View Post
Hi Guys,

I have created a neural network trading system based on the strategies I used in manual trading. The profit and equity curves are amazing in the training.But on live data I am not able match the exact performance that I got with training set, but its not bad.

I have some questions.
1) How to avoid overfitting?
2) What is the right way of evaluating a neural net? While optimizing I get lot of good results I dont know which one to pick.
as quote

I have created a neural network trading system based on the strategies I used in manual trading. The profit and equity curves are amazing in the training.But on live data I am not able match the exact performance that I got with training set, but its not bad.




if you really know how to use NEURAL network

I think you should know how to do it -- just compare with real, for the next 2 hour time frame -- to see whether thte prediction fit

what software do you sue -- for NN ??
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
  #166 (permalink)  
Old 08-06-2009, 05:25 AM
xx3xxx's Avatar
Senior Member
 
Join Date: Sep 2008
Posts: 411
xx3xxx is on a distinguished road
Quote:
Originally Posted by Walander View Post
It's interesting to note, that it is becoming very rare for people to actually understand the complexity behind Neural Networks and the fact that people actually call certain EA's as having a NN network within the code are not really NN's.

It's been stated by very many good coders, that the possibility of implementing a NN center point within an EA in MQL code, is not only extremely complex, most likely beyond the knowledge of most coders, but completely impractical considering the limitations of MQL code.

I by no means have any NN background, but nonetheless, I understand the fact that a NN is constantly being optimized to predict high probability decisions for the future- which to me seems like curve fitting like mad- which is more or less the case for the many EA's being sold today with "NN" models.

Why am I posting this?

Because if you're looking for an NN to make a decisions, a question comes to mind whether you are looking for an easy way out to trade? or you are just blindly and aimlessly curious in the capabilities of "propose" theoretical properties of a Neural Network system.

Btw, I have an I-Gullible MQL Code sitting around, someone wanna pay me a billion for it?

agree

-- if someone can program NN or AI into their program, unless, it is supported by a huge array or db

it is not even the concept of NN or AI, -- just NEGATE It
!! heheh, who is stupid
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
  #167 (permalink)  
Old 08-06-2009, 08:47 AM
Junior Member
 
Join Date: Sep 2006
Posts: 10
njel is on a distinguished road
Quote:
Originally Posted by xx3xxx View Post
[color="Sienna"]
-- if someone can program NN or AI into their program, unless, it is supported by a huge array or db
it is not necessary to support huge array of data. you can work just with data presented in terminal. I mean prices

Last edited by njel; 08-07-2009 at 12:11 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
  #168 (permalink)  
Old 08-07-2009, 12:10 PM
Junior Member
 
Join Date: Sep 2006
Posts: 10
njel is on a distinguished road
what is CLEMENTINE?
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
  #169 (permalink)  
Old 08-10-2009, 05:46 PM
Junior Member
 
Join Date: Sep 2006
Posts: 10
njel is on a distinguished road
do you use CLEMENTINE or other data mining software? What kind of data you use for inputs?

I start develop a expert system to analyse fundamental data. I will use neural networks to forecast market trends and reaction. Also i search an inverstors to make this project.

Last edited by njel; 08-10-2009 at 05:50 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
  #170 (permalink)  
Old 09-29-2009, 02:43 PM
Junior Member
 
Join Date: Sep 2009
Posts: 2
uzin22 is on a distinguished road
How import data from MT4 to Neuroshell

hi, as in topic, i try build dde server by currency loader but it is not working, is any tutorial?
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 10:54 AM.



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