Discussion of article "Creating Neural Network EAs Using MQL5 Wizard and Hlaiman EA Generator" - page 5

 
trora:

is it possible to set up network training based on trader's past profitable trades?

that the network tracks the position, value and directionality of indicators and oscillators used by the trader - with any deviation in value - for example 1-5% (customisable).

so it is possible to identify profitable trades - for example, sort them in the profit - and the Expert Advisor will recommend trades at similar moments.

I could use such an option.

And by the way, running the Expert Advisor through successful trades of any trader with a positive overall result and accumulating the test results in memory and then upgrading this memory to another neural network would also be appropriate.

implementation- sending reports and the algorithm of profitable trades to the central network- processing- selling or sending free updates to the brains of the grid.

I would be very interested to participate in such a variant. if you are interested, please contact me.

If I understood your questions correctly - about the possibility of training neuro-advisors on specific trading results and about combining signals, for complex use of multiple neural networks.

1. For training on trading results, it is enough just to put them on the price chart, in MT5 it is the context menu - \Show on charts/ Add all trades, then everything is as described in the article.
However, it should be noted that the neural network is trained directly on the patterns of the price chart, and not on the derived from it indicators of techanalysis, which are usually used by traders.

2. To combine the signals of several neural networks, the necessary number of signal modules can be included in MT5 Expert Advisor, and in MT4 Expert Advisor, the necessary number of neurofilters can be connected with the indication of the rules of their logical summation.
For MT5, the MQL5 Wizard manual contains detailed instructions on how to connect signal modules and you can try it yourself.
With regard to MT4, I have placed in the appendix a specific example of an Expert Advisor trained on EURUSD H1, using a filter on EURUSD H4.
Despite the fact that this Expert Advisor was created and trained back in March of this year, the control copy is still posted in the forum thread - the tester run for the past six months, which can now be considered as a forward test, shows profitability.
.

Программа для генерации и обучения торговых роботов - HLAIMAN EA Generator на форекс форуме
  • Реалист
  • forexsystemsru.com
Пример советника по EURUSD, сгенерированного Hlaiman EA Generator и отчеты с тестера МТ4 Alpari US.
Files:
aEA.zip  265 kb
 

Hlaiman EA Generator are you the developer of this product?

I understand that the network is trained by its own signals and algorithms - even if it is shown the entry and exit points in profitable trades of the trader.

If the trader has a higher percentage of profitable trades than the robot, will the robot follow the human's trading algorithm or its own?

As for signals and indicators - I haven't understood by what patterns the robot determines entry and exit ... but by following the human and determining the state and direction of indicators at the moment of entry and exit, it is possible to improve the robot trading....

so far it turns out like this - I see mine - the robot at the same entry point sees its own... perhaps even the opposite...

 

I looked at the prices...

in May you sold it for 300, in October for Russians 600, for foreigners 599.

And all tests and runs were on demo - on history? Not a single result of work at least for a month on a real account? I can provide an account with 100 dollars for control testing on real.

only the broker gives me mt4, mt5 he doesn't have.

will this option work?

 
trora:

I looked at the prices...

in May you sold it for 300, in October for Russians 600, for foreigners 599.

And all tests and runs were on demo - on history? Not a single result of work at least for a month on a real account? I can provide an account with 100 dollars for control testing on real.

only the broker gives me mt4, mt5 he doesn't have.

will this option work?

Prices are changed in accordance with the increase of functionality, as of May - it was only tuls for MT4.

If you wish, you can order a reduced version, on the same terms, if you are not interested in additional options for MT5 and HFT.
And in this case, the MT4 Expert Advisors you generate are unlikely to have higher requirements for speed and quality of execution, and therefore there is no special need for the real testing you offer.

For example, look at the backtest of the EA I gave a link to in the previous post, here is a screenshot of its report, now I have run it for the last month:


As already mentioned, this EA was generated and trained in the spring of this year, on EURUSD price patterns, two timeframes H1 and H4, signals from neural networks are calculated on the opening of each hourly bar, as you can see from the report at this moment is the opening of orders.

The report shows the result of its work - five deals were made for a month, position holding - about a day, so I believe that in this example, to assess the performance of the principles embedded in the Expert Advisor, the tester is enough.
After all, the influence of real life is unlikely, even if you visually monitor the Expert Advisor on a demo account and trade with a real broker on the phone, the results will be approximately the same.
.

 

when I`ve download Hlaiman generator and install it after registration process I`ve recived a massage that my subscribtion has expired.

I dont know but I dont like that user account in windows after install Hlaiman generator is disabled (required for install Hlaiman generator)

I think that is all fake and this software is for steel your e-mail adress and pasword to account  ,I donn`t know it for sure but this is probably true

 
gierqs:

when I`ve download Hlaiman generator and install it after registration process I`ve recived a massage that my subscribtion has expired.

I dont know but I dont like that user account in windows after install Hlaiman generator is disabled (required for install Hlaiman generator)

I think that is all fake and this software is for steel your e-mail adress and pasword to account  ,I donn`t know it for sure but this is probably true

You can enter any e-mail as registration id, there is no e-mail validation. Maybe you installed Hlaiman EA Generator Demo on your computer before? Please send us registration id you entered to reset evaluation period or install Hlaiman EA Generator on another computer. As for UAC, disable it does not necessarily. You can visit http://eagenerator.com for more information about Hlaiman EA Generator (our reseller, in fx software development since 2000).

Thank you support@hlaiman.com

EA Generator | EA Creator
  • eagenerator.com
| Installation | Usage | Support| Affiliates EA Generator & EA Creator Create your own Expert Advisor without Programming! EA Generator - Explanation EA Generator or EA Creator is unique software without analogues. The biggest advantage of this software is that it is based on a neural network that reveals the implicit connection to...
 

Dear, I followed the instructions but the MT5 throws me the following error:

2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    OnInit: error initializing indicators
2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    CExpert::InitIndicators: error initialization indicators of signal object

2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    CSignalHNN::InitHNN: Error! Initialization data(possible reason: FILE NOT EXIST OR CORRUPTED C:\Program Files\MetaTrader 5 - RoboForex\MQL5\FILES\SampleHNN_USDJPY240_0.nnb


 
winerden:

Dear, I followed the instructions but the MT5 throws me the following error:

2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    OnInit: error initializing indicators
2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    CExpert::InitIndicators: error initialization indicators of signal object

2013.11.22 09:21:29    SampleHNN (USDJPY,H4)    CSignalHNN::InitHNN: Error! Initialization data(possible reason: FILE NOT EXIST OR CORRUPTED C:\Program Files\MetaTrader 5 - RoboForex\MQL5\FILES\SampleHNN_USDJPY240_0.nnb


Please mail us support@hlaiman.com. We will be happy to answer with any questions. We responded to the Profile Messages.
HLAIMAN - ПРОГРАММНОЕ ОБЕСПЕЧЕНИЕ ЖИЗНИ | Кто за менЯ. Виртуальный интернет помощник, защитник и друг. Новые технологии, искусственный интеллект, общение, здоровье, планирование, прогнозирование, самосовершенствование.
  • hlaiman.com
Программы для жизни. Кто за меня. Виртуальный интернет помощник, защитник и друг. Виртуальный двойник. Использование новых информационных технологий для здоровья, общения, планирования, прогнозирования, самосовершенствования.
 
not working for me.. huhuhu it says hlaimansample (EURUSD,M15) OnInit: error initializing indicators

 
Surgeon:

It's like the grail.

Has the monument been ordered yet?

P.S. I'm in favour of restoring the Inquisition. Afftarof such articles should be burned at the stake.

P.P.S. Although for every "shiny" there is an "Indian".

Why such a stream of negativity and cruelty, it's like a cry of the soul from the unemployed, unemployed concentration camp stoker.(

I see that there is no point in discussion, instead I will publish a test of the above example of MT4 neural network EA, for the period after your comment and destructive inferences about it, until today.
No fitting and adjustment of the EA was not done, all external parameters by default, to eliminate the error associated with the generation of ticks, the test was conducted only at the opening prices of bars, on Alpari(US) data.