MQL4 - automated forex trading   /  

Code Base

ODL Securities

Code Base  Expert Advisors  Artificial Intellegence To post a new code, please log in or register

This expert is for
MetaTrader 4
Download MT4 - 3.5 Mb

Mobile trading!
Buy a license and be mobile in your trading!

Name:
Artificial Intellegence
Author: Reshetov (2006.11.27 13:02)
Rating: 6
Downloaded: 13047
Download:
 ArtificialIntelligence.mq4 (5.7 Kb) View
The "PERCEPTRON" using.





Prepare for optimization:









17 comments: 1 2   To post a new comment, please, log in or register

Can some some show me how to insert "custome" indicator ULTRA_TREND ( available at http://www.forexfactory.com/showthread.php?t=35414 @ post # 9 ) into the AI perceptron code ?

The Original code

//+------------------------------------------------------------------+
//| The PERCEPTRON - a perceiving and recognizing function |
//+------------------------------------------------------------------+
double perceptron()
{
double w1 = x1 - 100;
double w2 = x2 - 100;
double w3 = x3 - 100;
double w4 = x4 - 100;
double a1 = iAC(Symbol(), 0, 0);
double a2 = iAC(Symbol(), 0, 7);
double a3 = iAC(Symbol(), 0, 14);
double a4 = iAC(Symbol(), 0, 21);
return(w1 * a1 + w2 * a2 + w3 * a3 + w4 * a4);
}
//+------------------------------------------------------------------+


16.05.2008 19:25 mel8331
I backtested with 90% modelling quality and got little profit when optimized correctly.
27.01.2008 19:02 bonechair
Your Modelling quality is 0???  Data corrupt?
27.01.2008 18:44 bonechair

Hello,

Just wondering how i can reduce the lot size to 0.20 or even 0.10. Happy if you can do so. i want to try it using mini lots.

Thanks.

04.01.2008 12:43 mimiforex
wuhhhhhhhhhh...........wonderful EA. i try it and very wonderful summary for my trading account in live mode.....thank you 2 you.GBU :)
21.12.2007 20:19 momocha

i do have a question. when backtesting it. it can change the prameters like x1 x2 x3 x4 , but when run it forwarding. how to change this prameters??

23.11.2007 09:50 flourishing
i bactested it.. it looks works today cos i set the trailing stop 15 pips

would you add the trailling stop to the EA for me? thanks hope
16.11.2007 11:20 simoniex
Is the trouble cause Spyware or Wirus ?
Does it take away the information in my PC   ?
usdjpy wrote:
maymay wrote:
I am very worried with the trouble from the EA offered by you.
 
 
Originally  ,  this EA had the function which made the order window open automatically (pop up).
 
But in spite that I  removed it from the chart , the order window pops up whenever the other EA tries to order newly .
 
That is , it tries to make its ordering style adopt also to the other EA's order even after it was removed.
 
 
 
Though I uninstalled my MT4 , its trouble function had not been extiguished yet .
 
 I used the copy of the former folder of MT4 then. It seemed that the trouble cause intruded in the folder . 
 
But I cannot discard my folder stored much date in. 
 
 
I hope the sollution about this trouble .
Download recovery version: EA "Artificial Intelligence"

29.08.2007 23:12 maymay
New version of AI: EA "NeuroMACDwithMM"
29.08.2007 22:14 usdjpy
maymay wrote:
I am very worried with the trouble from the EA offered by you.
 
 
Originally  ,  this EA had the function which made the order window open automatically (pop up).
 
But in spite that I  removed it from the chart , the order window pops up whenever the other EA tries to order newly .
 
That is , it tries to make its ordering style adopt also to the other EA's order even after it was removed.
 
 
 
Though I uninstalled my MT4 , its trouble function had not been extiguished yet .
 
 I used the copy of the former folder of MT4 then. It seemed that the trouble cause intruded in the folder . 
 
But I cannot discard my folder stored much date in. 
 
 
I hope the sollution about this trouble .
Download recovery version: EA "Artificial Intelligence"
29.08.2007 22:07 usdjpy