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 (95) Thread Tools Display Modes
  #311 (permalink)  
Old 07-17-2008, 01:35 PM
Junior Member
 
Join Date: Jul 2007
Posts: 7
revvin58 is on a distinguished road
Quote:
Originally Posted by leeb View Post
Hi Revvin58 thanks for your reply so would the weights generated by Neuroshell be compatible with the Cortex Metatrader Expert since we are having problems with Cortex generated weights. Thanks, Lee
Technically, it should work if you set it up to have similar topology and input/output arrays. Personally, I'd rather rebuild the whole NN in NS2. It's import data, point and click, then export weight codes to be included in MT4, bypassing the NS2 dll file and avoid any technical/software issues.

NN is just a sophisticated calculator. Choose the most practical NN platform available. Afaik, working with MT4 goes well with NS2. You'll need more time figuring out the proper inputs, not topology and certainly not some super expensive NN software.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #312 (permalink)  
Old 07-17-2008, 03:01 PM
progressapama's Avatar
Junior Member
 
Join Date: Apr 2008
Posts: 25
progressapama is on a distinguished road
Quote:
Originally Posted by revvin58 View Post
NeuroShell2 generates pure C++ code weight output. All u need is a string parser (can be coded with MT4) to convert the NS2 output into MQL4's C-like syntax.
Can anyone with Neuroshell 2 contact me . Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #313 (permalink)  
Old 07-17-2008, 03:49 PM
progressapama's Avatar
Junior Member
 
Join Date: Apr 2008
Posts: 25
progressapama is on a distinguished road
Quote:
Originally Posted by revvin58 View Post
NeuroShell2 generates pure C++ code weight output. All u need is a string parser (can be coded with MT4) to convert the NS2 output into MQL4's C-like syntax.

Have you tried using Neuroshell2 to generate weights for the NOC indicator from Cortex website. If so can you give a brief tutorial as to how to do it--- May be a step by Step if possible. i would really appreciate it.

Thank you very much.

If anyone has Neuroshel2 please contact me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #314 (permalink)  
Old 07-17-2008, 04:11 PM
Senior Member
 
Join Date: Mar 2006
Posts: 719
barnix is on a distinguished road
You are right we can't use a feature value from moving averages for
forecasting the signal.
We must find a solution for this.
Than you for your obsevation.


Quote:
Originally Posted by adimsh View Post
http://www.forex-tsd.com/211176-post207.html



The image shows 100% acuracy in classification, this cause doubt, there is no solution that will give 100% acuracy, there must be some thing wrong.

To barnix, I have a question:

In your code for "5_bar_SVM_input.mq4":
Code:
string Line1(   
               int nb1,
               int FW,
               int Price1, 
               bool train,
               int pr1,
               int i              
            )
{
  int sig0;
  string ss0;
  string ssig0;  
  
   if(train)
   {
    sig0 = iCustom(Symbol(),0,"5_bar_sig",
                                   nb1,
                                   FW,
                                   0,
                                   i+0);  
   }
   else
   {
     sig0 = 0;                                
   }  

    string x1=DoubleToStr1(iMACD(Symbol(),0,FastPeriod,SlowPeriod,SignalPeriod,Price1,MODE_MAIN,i+0)/Point,pr1);
    string x2=DoubleToStr1(iMACD(Symbol(),0,FastPeriod,SlowPeriod,SignalPeriod,Price1,MODE_MAIN,i+1)/Point,pr1);
    string x3=DoubleToStr1(iMACD(Symbol(),0,FastPeriod,SlowPeriod,SignalPeriod,Price1,MODE_SIGNAL,i+0)/Point,pr1);
    string x4=DoubleToStr1(iMACD(Symbol(),0,FastPeriod,SlowPeriod,SignalPeriod,Price1,MODE_SIGNAL,i+1)/Point,pr1);
you are having a signal on bar "i" using iCustom, then you are registering a feature (which is MACD) calculated at bar "i" too.
In my openion, you could not use a feature value at the bar you want to predict the signal at, you should calculate iCustom for "i-1".



Thanks for your great work and knowlage.

Regards,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #315 (permalink)  
Old 07-18-2008, 03:29 AM
Junior Member
 
Join Date: Jul 2007
Posts: 7
revvin58 is on a distinguished road
Quote:
Originally Posted by progressapama View Post
Have you tried using Neuroshell2 to generate weights for the NOC indicator from Cortex website.
No. It's not that difficult to do, really. I think anybody who can get their hands dirty with Cortex scripting can do this simple task. Once you pinpoint the data in/out arrays, the rest is only syntax conversion.

Barnix already gave several wonderful examples with NS2 with Kohonen classification using NS2 dll. Thank you, Barnix. Maybe they did not come with a step-by-step tutorial, but it's all there to figure out and modify for continuous value output. Figure out how to replace the .dll with .mqh then use the same function call. Remember, this is NOT the difficult part.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #316 (permalink)  
Old 07-18-2008, 08:01 PM
mystified's Avatar
Senior Member
 
Join Date: Jun 2006
Posts: 135
mystified is on a distinguished road
question

I have obtained Noxa Analytic's singular spektrum analysis dll files from a Russian forum.İs it possible to implement these files into Metatrader, any idea?Thanks in advance.
Attached Files
File Type: rar nstssa.rar (24.6 KB, 135 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #317 (permalink)  
Old 07-19-2008, 12:16 PM
Senior Member
 
Join Date: Jan 2006
Posts: 1,085
omelette is on a distinguished road
Oohhh, I wasn't expecting that - Cortex's creator actually responded!!! Strange, he seems oblivious that there is anything wrong with Cortex! Anyway, sent him my take on things, so let's see what happens...

Quote:
Hi,
Sorry for a delay. I am going return home in one week, and I will address the issue and upload a fixed version.

Could you please send me more information on how to reproduce the problems: code, steps - everything, to make sure we talk about the same thing.

Regards,
Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #318 (permalink)  
Old 07-20-2008, 04:16 AM
progressapama's Avatar
Junior Member
 
Join Date: Apr 2008
Posts: 25
progressapama is on a distinguished road
Quote:
Originally Posted by progressapama View Post
Have you tried using Neuroshell2 to generate weights for the NOC indicator from Cortex website. If so can you give a brief tutorial as to how to do it--- May be a step by Step if possible. i would really appreciate it.

Thank you very much.

If anyone has Neuroshel2 please contact me.
Please anyone with Neuroshell 2 Release 4 can you email me or contact me privately please

thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #319 (permalink)  
Old 07-20-2008, 08:05 PM
leeb's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 352
leeb is on a distinguished road
Yes I had a reply about cortex too the guy seems genuine and helpful so hopefully we can make some progress am going to write back now...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #320 (permalink)  
Old 07-23-2008, 07:20 AM
Junior Member
 
Join Date: Mar 2008
Posts: 14
lvsefa is on a distinguished road
Hi Stef:
What you have done is valuable,any updates?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks


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 On
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
财籽 :: 阅读主题 - 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
鍥藉鏈変汉鍦ㄧ爺绌禤NN锛堢缁廍A锛夋湁鐐圭湅涓嶆噦 - 銆屽姹囦氦鏄撱 - 銆庣伀绾挎姇璧勮鍧涖 澶栨眹,澶栨眹鍏ラ棬,澶栨眹璁哄潧,澶栨眹绀惧尯,澶栨眹淇濊瘉閲,澶栨眹浜ゆ槗,鎶曡祫,鎶曡祫璁哄潧,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 gie砫zie 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
鍥藉鏈変汉鍦ㄧ爺绌禤NN锛堢缁廍A锛夋湁鐐圭湅涓嶆噦 - 銆屽姹囦氦鏄撱 - 銆庣伀绾挎姇璧勮鍧涖 澶栨眹,澶栨眹鍏ラ棬,澶栨眹璁哄潧,澶栨眹绀惧尯,澶栨眹淇濊瘉閲,澶栨眹浜ゆ槗,鎶曡祫,鎶曡祫璁哄潧,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锛堢缁廍A锛夋湁鐐圭湅涓嶆噦 - 銆屽姹囦氦鏄撱 - 銆庣伀绾挎姇璧勮鍧涖 澶栨眹,澶栨眹鍏ラ棬,澶栨眹璁哄潧,澶栨眹绀惧尯,澶栨眹淇濊瘉閲,澶栨眹浜ゆ槗,鎶曡祫,鎶曡祫璁哄潧,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! This thread Refback 01-29-2008 04:19 PM
Comments - Automated Trading Championship 2007