Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (98) Thread Tools Display Modes
  #151 (permalink)  
Old 04-25-2008, 12:05 AM
Senior Member
 
Join Date: Mar 2006
Posts: 756
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, 136 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #152 (permalink)  
Old 04-26-2008, 09: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!
Reply With Quote
  #153 (permalink)  
Old 05-02-2008, 06:07 AM
Senior Member
 
Join Date: Mar 2006
Posts: 756
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!
Reply With Quote
  #154 (permalink)  
Old 05-02-2008, 06: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!
Reply With Quote
  #155 (permalink)  
Old 05-02-2008, 07: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!
Reply With Quote
  #156 (permalink)  
Old 05-02-2008, 10:17 AM
Senior Member
 
Join Date: Mar 2006
Posts: 756
barnix is on a distinguished road
MTF_CustomCandle[HL].mq4
Attached Images
File Type: gif untitled2.GIF (42.2 KB, 829 views)
Attached Files
File Type: mq4 MTF_CustomCandle[HL].mq4 (10.9 KB, 157 views)

Last edited by barnix; 05-02-2008 at 01:33 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #157 (permalink)  
Old 05-06-2008, 10:39 AM
Senior Member
 
Join Date: Mar 2006
Posts: 756
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!
Reply With Quote
  #158 (permalink)  
Old 05-06-2008, 06:48 PM
Senior Member
 
Join Date: Mar 2006
Posts: 756
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, 686 views)
Attached Files
File Type: zip train3.zip (103.7 KB, 117 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #159 (permalink)  
Old 05-07-2008, 09:40 PM
Senior Member
 
Join Date: Mar 2006
Posts: 756
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, 582 views)
Attached Files
File Type: zip tools.zip (341.9 KB, 120 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #160 (permalink)  
Old 05-07-2008, 09:44 PM
Senior Member
 
Join Date: Mar 2006
Posts: 756
barnix is on a distinguished road
Better indicators.
Attached Images
File Type: gif untitled10.gif (20.4 KB, 586 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl 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

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

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/11096-better-nn-ea-development.html
Posted By For Type Date
Profile Better - Automated Trading Championship 2007 This thread Refback 09-23-2008 07:53 PM
- This thread Refback 09-23-2008 01:19 PM
???????PNN???EA?????? - ?????? - ???????? ??,????,????,????,?????,????,??,????,A?,?? - Powered by Discuz! This thread Refback 09-14-2008 02:26 AM
:: Ķ - Better's EA - Զ״ھ This thread Refback 08-09-2008 11:22 AM
Profile Better - Automated Trading Championship 2007 This thread Refback 07-14-2008 11:59 AM
פורום - STRATEGY BANK This thread Refback 07-14-2008 10:19 AM
Профиль Better - Automated Trading Championship 2007 This thread Refback 07-13-2008 08:48 AM
Bogie-NN-v8 (William Boatright - Wackena) | Facebook This thread Refback 07-12-2008 07:05 AM
:: Ķ - Better's EA - Զ״ھ This thread Refback 07-07-2008 02:32 AM
国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 This thread Refback 07-01-2008 06:04 PM
פורום - STRATEGY BANK Post #41 Refback 06-28-2008 09:59 PM
:: Ķ - Better's EA - Զ״ھ This thread Refback 06-26-2008 12:41 PM
פורום - STRATEGY BANK This thread Refback 06-19-2008 12:03 PM
פורום - STRATEGY BANK Post #41 Refback 06-19-2008 10:43 AM
Forex Otomatik Islem Mekanizmalar - hisse.net : Ekonomi ve Borsa Forumu Post #18 Refback 06-18-2008 03:06 PM
Комментарии - Automated Trading Championship 2007 This thread Refback 06-16-2008 06:54 PM
Fraktale , Sieci neuronowe ,Algorytmy genetyczne... This thread Refback 06-06-2008 12:41 PM
:: Ķ - Better's EA - Զ״ھ This thread Refback 06-06-2008 12:44 AM
DELPHI与热动 - 频道预览 - 抓虾 This thread Refback 06-05-2008 08:24 PM
Профиль Better - 2007自动交易锦标赛 This thread Refback 05-23-2008 10:58 PM
Profile better - Automated Trading Championship 2007 This thread Refback 05-18-2008 12:21 PM
Профиль Better - Automated Trading Championship 2007 This thread Refback 05-12-2008 05:14 PM
Better's EA - Զ״ھ - This thread Refback 05-06-2008 03:56 AM
svm dll(Example for testing the svm dll) й˹ܴҵзֲ - ˹||Ŵ㷨|ģʽʶ|Ӿ|ҵ|Ŀ This thread Refback 05-01-2008 06:31 AM
Profile Better - Automated Trading Championship 2007 This thread Refback 04-14-2008 04:18 PM
EAForex :: View topic - Combo NN This thread Refback 04-14-2008 07:14 AM
Comments - Automated Trading Championship 2007 This thread Refback 03-30-2008 07:25 AM
Sieci neuronowe na giedzie Forex - system, dyskusja This thread Refback 03-23-2008 01:59 PM
svm dll(Example for testing the svm dll) й˹ܴҵзֲ - ˹||Ŵ㷨|ģʽʶ|Ӿ|ҵ|Ŀ This thread Refback 03-14-2008 09:24 AM
פורום - STRATEGY BANK This thread Refback 03-08-2008 06:05 PM
国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 This thread Refback 03-02-2008 04:09 AM
Профиль Better - 2007自动交易锦标赛 This thread Refback 02-19-2008 02:36 AM
Комментарии - Automated Trading Championship 2007 This thread Refback 02-11-2008 09:25 AM
国外有人在 究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 This thread Refback 02-10-2008 09:06 AM
פורום - STRATEGY BANK This thread Refback 01-29-2008 05:12 PM
Automated Trading Profit: The Automated Trading Championship 2007 Is Over!