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
  #21 (permalink)  
Old 12-07-2007, 12:59 PM
Senior Member
 
Join Date: May 2006
Posts: 128
gbolla is on a distinguished road
newdigital can I forward test with indicator? which are the differences from with and without indicator?
thanks

Bolla
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
  #22 (permalink)  
Old 12-07-2007, 04:28 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by gbolla View Post
newdigital can I forward test with indicator? which are the differences from with and without indicator?
thanks

Bolla
When you are backtesting this EA in visual mode with attached #_i_e_MTC_Etalon indicator to the visual chart so you are training this EA using some particular data. For example, if you are visual backtesting with attached indicator on EURUSD M5 so you are training this EA to trade EURUSD M5.

------------------
Trained EA can be forward tested using trained pair/timerame. I only not sure about this Vasya;64;64;7 fuile: should be copy this file from /tester/files to experts/files after training? Is it written smething in this file during the training? If yes so it is written in the file placed to /tester/files (because we are having the traing based on backtesting). And in this case we must copy this Vasya;64;64;7 file from /tester/files to experts/files after training. because during forward testing EA will use the file placed to experts/files.
I think programmes may say something. I don't know, sorry.
-------------------

Klot (author) said that it is possible to use the other indicators for trading. It can be included in the following code inside EA:

Code:
//---
        for( i=0; i<=NN-1; i++)
        {

            ind_collect[i]=iBWMFI(NULL, 0, i+1);

        }

Last edited by newdigital; 12-07-2007 at 05:03 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
  #23 (permalink)  
Old 12-07-2007, 04:58 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by gbolla View Post
newdigital can I forward test with indicator? which are the differences from with and without indicator?
thanks

Bolla
Author (klot) suggested this website (in English) concerning practrical implementation of NN Practical usage of neural networks for the tasks of classification (clustering) - BaseGroup Labs
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
  #24 (permalink)  
Old 12-07-2007, 05:48 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
I am on the 3rd page of that thread.

It is kohenen script to predict the price movement for the current day (in the morning for example).

Place library file to library folder and the other file to script folder.
How to use.
Attach the script to the chart (timeframe is less than H4) and you will see something like that:

kohennen1.jpg

According to my limited NN/programming understanding we are having 11 scenarios/patterns/situations of the price movement. The script is analyzing the price and giving some forecasting about price movement situation.
For example: on my image price with situation #6 was developed under the situation/patterns as it was on the history in the chart.

Once you get the number on the chart so scroll the chart back to find same number on the history and you will know how the price will move.
Attached Files
File Type: rar __s_Neuro_Kox.rar (3.8 KB, 888 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
  #25 (permalink)  
Old 12-07-2007, 06:09 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
For example we see this number for EURUSD (H1 timeframe). I saw it late but just imagine that this number came to the previous bar.
So, which price pattern/situation we will have?

kohennen2.jpg

So, it will be like this one:

kohennen3.jpg

kohennen4.jpg

With some probability of course.
The probability as higher as many bar on the chart.
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
  #26 (permalink)  
Old 12-07-2007, 06:24 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
But some people said that this script can re-draw last number.
Any way it is just a probability.
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
  #27 (permalink)  
Old 12-07-2007, 06:36 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
The same but indicator (with library file).
Attached Files
File Type: rar __i_Neuro_test.rar (2.5 KB, 762 views)
File Type: rar __lib_Neuro_Koh.rar (2.6 KB, 711 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
  #28 (permalink)  
Old 12-07-2007, 06:41 PM
alp alp is offline
Senior Member
 
Join Date: Nov 2005
Posts: 109
alp is an unknown quantity at this point
This one has Kaufman MA as an input.
Attached Files
File Type: mq4 NeuroProba.mq4 (10.7 KB, 607 views)
File Type: mq4 Kaufman2.mq4 (3.3 KB, 528 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
  #29 (permalink)  
Old 12-07-2007, 07:02 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by xan023 View Post
Hi
NN kohenenn
experts\
NS2-32.dll
KOHENENN v15.mq4
KOHENENN v15.ex4
c:\Koh_2007.def
As to this post.

Place NS2-32.dll to C:\Windows\system32\

As to Koh_2007.def file so I am not sure: may be c:\Koh_2007.def, or create folders and place: C:\NeuroShell 2\EXAMPLES\Test\Koh_2007.def
I have no idea, sorry.
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
  #30 (permalink)  
Old 12-07-2007, 07:16 PM
BluePearl's Avatar
Senior Member
 
Join Date: Oct 2005
Posts: 206
BluePearl is on a distinguished road
i'm training this EA on M5 eur/usd. i checked the time stamp on Vasya;64;64;7 in the tester/file directory with the time stamp in the Vasya;64;64;7 in the expert/file directory and there is a difference. so there must be some writing to it.

How long should you train this EA? i've got it started to 2004. is that too long? what is the training, re-training process?

Quote:
Originally Posted by newdigital View Post

------------------
Trained EA can be forward tested using trained pair/timerame. I only not sure about this Vasya;64;64;7 fuile: should be copy this file from /tester/files to experts/files after training? Is it written smething in this file during the training? If yes so it is written in the file placed to /tester/files (because we are having the traing based on backtesting). And in this case we must copy this Vasya;64;64;7 file from /tester/files to experts/files after training. because during forward testing EA will use the file placed to experts/files.
I think programmes may say something. I don't know, sorry.
-------------------

Last edited by BluePearl; 12-07-2007 at 07:21 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
Reply

Bookmarks

Tags
bogie mq4, EA for MT4, forex NN, Forex_Nn_Expert.mq4, Forex_NN_Expert_v1.0, Forex_Nn_Ind, Forex_Nn_Ind.mq4, how to build an EA, how to build EA, kohonen, kohonen mq4, KOHONENN, KOHONENN v15, kub expert advisor, kub.mq4, metatrader neural network, MT4 EA, mt4 neural network, neural network, neural network EA, neural network EA mt4, neural network metatrader, Neural Network mt4, neuro, NeuroMTC, neuroshell, neuroshell ea, neuroshell metatrader, neuroshell mt4, nn ea, NN forex, NN mt4, nn-ea, NonLagZigZag_v4, ns2-32.dll, tiger_wong ebook


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
Anyone have MT4 Build 208? WNW Expert Advisors - Metatrader 4 8 08-18-2009 04:29 AM
Build 207 Bug? jimmyking Metatrader 4 4 07-23-2007 04:44 PM
MT4 build 205 issues? hhsmoney Metatrader 4 7 06-21-2007 04:05 AM
A new bug in MT4 Build 198 oshaban Metatrader 4 1 10-15-2006 09:31 AM
MT4 build 196 alp Metatrader 4 19 09-12-2006 02:16 PM


All times are GMT. The time now is 11:21 PM.



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