Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
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
  #151 (permalink)  
Old 04-25-2008, 01:05 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
libsql - sqlite, mysql, odbc for pascal
SourceForge.net: Files
Attached Files
File Type: zip libsql_with_sqlite3.zip (385.5 KB, 196 views)
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
  #152 (permalink)  
Old 04-26-2008, 10:11 PM
Junior Member
 
Join Date: Mar 2008
Posts: 4
fisu is on a distinguished road
Quote:
Originally Posted by barnix View Post
SVM signals for EURUSD 8
What SVM inputs did you use?
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
  #153 (permalink)  
Old 05-02-2008, 07:07 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
http://www.microsoft.com/sql/technol...dm/addins.mspx
The SQL Server 2005 Data Mining Algorithms
There are a number of algorithms available in SQL Server 2005 (Table 1).

Table 1. The algorithms featured in SQL Server 2005 Data Mining

Model Description
Decision Trees The Decision Trees algorithm calculates the odds of an outcome based on values in a training set. For example, a person in the age group 20-30 that makes over $60,000/year and owns a home is more likely to need a lawn service than someone in the age group of 15-19 who doesn't own a home. Based on age, income, and home ownership, the Decision Trees algorithm can calculate the odds of that person needing a lawn service based on historical values.
Association Rules The Association Rules algorithm helps identify relationships between various elements. For example, it is used in cross-selling solutions because it notes relationships between items and can be used to predict what else someone buying a product will also be interested in purchasing. The Association Rules algorithm can handle incredibly large catalogs, having been tested on catalogs of over half a million items.
Naive Bayes The Naive Bayes algorithm is used to clearly show the differences in a particular variable for various data elements. For example, the Household Income variable differs for each customer in the database, and can be used as a predictor of future purchasing. This model excels at showing the differences between certain groups such as customers who churn and those who don't.
Sequence Clustering The Sequence Clustering algorithm is used to group or cluster data based on a sequence of previous events. For example, users of a Web application can often follow a variety of paths through the site. This algorithm can group customers based on their sequence of pages through the site to help analyze users and determine if some paths are more profitable than others. This algorithm can also be used to predict, such as predicting the next page a user may visit. Note that the predictive capability of the Sequence Clustering algorithm is something that many other data mining vendors cannot deliver.
Time Series The Time Series algorithm is used to analyze and forecast time-based data. Sales are the most commonly analyzed and predicted data using the Time Series algorithm. This algorithm looks for patterns across multiple data series so that businesses can determine how different elements affect the analyzed series.
Neural Nets Neural networks are the core of artificial intelligence. They seek to uncover relationships in data that other algorithms miss. While the Neural Nets algorithm tends to be slower than the other algorithms, it finds relationships that may be non-intuitive.
Text Mining The Text Mining algorithm appears in SQL Server Integration Services and analyzes unstructured text data. This allows companies to analyze unstructured data such as a "comments" section on a customer satisfaction survey.

Extensibility
While SQL Server 2005 includes a number of algorithms out of the box, the model used by SQL Server 2005 allows any vendor to add new models into the data mining engine. Those models become peers with the models that come with SQL Server 2005. Algorithms from third parties also benefit from all the other features: they are callable using DMX and are easy to integrate into any part of the Integrate, Analyze, and Report process.
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
  #154 (permalink)  
Old 05-02-2008, 07:35 AM
Senior Member
 
Join Date: Feb 2006
Location: New Zealand
Posts: 249
Craig is on a distinguished road
Hey Barnix,
I notice your SVM indicators seem have graduated signals, are you using probability classes?
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
  #155 (permalink)  
Old 05-02-2008, 08:23 AM
rod30's Avatar
Member
 
Join Date: Mar 2008
Location: GEEZ GEELAND
Posts: 79
rod30 is on a distinguished road
Thumbs up hello barnix

very good thread
but why not fuzzy logic system: more complex is a system less we can produce alghoritm to deduce this system (zadeh)
FAM = fuzzy associative memory the system think like human expert are thinking
its quite symilar to braintrading system New digital says we lose money when all are losing money we earn money when all earn money
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
  #156 (permalink)  
Old 05-02-2008, 11:17 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
MTF_CustomCandle[HL].mq4
Attached Images
File Type: gif untitled2.GIF (42.2 KB, 1194 views)
Attached Files
File Type: mq4 MTF_CustomCandle[HL].mq4 (10.9 KB, 261 views)

Last edited by barnix; 05-02-2008 at 02:33 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
  #157 (permalink)  
Old 05-06-2008, 11:39 AM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
Open SVM :
SourceForge.net: OpenSVM
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
  #158 (permalink)  
Old 05-06-2008, 07:48 PM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
Predicting with OpenSVM 1.0.3 from anexed dataset
Attributes data quality:
Attached Images
File Type: gif untitled8.GIF (34.1 KB, 1055 views)
Attached Files
File Type: zip train3.zip (103.7 KB, 196 views)
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
  #159 (permalink)  
Old 05-07-2008, 10:40 PM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
Cross validation with python script for
anexed training sets and best parameter for libsvm 2.85
Attached Images
File Type: gif untitled9.GIF (25.9 KB, 951 views)
Attached Files
File Type: zip tools.zip (341.9 KB, 215 views)
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
  #160 (permalink)  
Old 05-07-2008, 10:44 PM
Senior Member
 
Join Date: Mar 2006
Posts: 1,069
barnix is on a distinguished road
Better indicators.
Attached Images
File Type: gif untitled10.gif (20.4 KB, 955 views)
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
better ea, neural network, svm forex, cache:Jtu9ppOwDvsJ:www.forex-tsd.com/expert-advisors-metatrader-4/11096-better-nn-ea-development.htm, better, nn ea, better ea development, forex better ea, cortex, forex, Better NN EA, better development, better NN development, wackena NN-EA, libsvm, ea better, kalman, auto-scalper, Forex Auto-Scalper, search, Abdul Rahman EA Forex, fapturbo, betterea, GaussPNN, neuro, MT4_FANN, Auto-Scalper.ex4, better nn, Matrix NN ea


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
barnix
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
BrainSystem: indicators development newdigital Brain Systems 58 08-22-2009 09:52 PM
Zigzag system development newdigital Indicators - Metatrader 3 14 05-20-2009 05:52 AM
StochThreshold | ... under development wibitiens Indicators - Metatrader 4 0 05-26-2007 03:26 AM
Brainwashing: system development newdigital Brain Systems 45 11-24-2006 12:55 PM
Help with simple EA idea development Spider4896 Metatrader 4 2 04-21-2006 02:23 PM


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



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