继续上贴
That's all, the neural network has been taught.
这就是全部,神经网络已经被“教育”了。
The ATS has one more non-optimizable input, mn - Magic Number. It is the identifier of positions for a trading system not to mix its orders with the orders opened manually or by other ATSes. The value of the magic number must be unique and not coincide with the magic numbers of positions that have not been opened by this specific Expert Advisor.
这个ATS有一个不能被优化的input(参数) mn-- Magic Number.(魔法号)它是一个交易系统它所开的仓位的识别符,为的是不和手动开仓或其他ATSes开的仓位混淆。这个Magic Number的值必须是唯一的并且和这个特别的ea尚未开仓的magic numbers不一致。
P.S.
The size of the initial deposit is found as the doubled absolute drawdown, i.e., we consider some safety resources for it.
出于保证有一些安全保险的考虑,初始保证金的金额设置是考虑为绝对最大回落的两倍
The EA given in the source codes is not optimized.
这个ea的源代码没有优化。
If you need to replace the built-in BTS with the algorithm of another trading system, you must modify the contents of the function basicTradingSystem().
如果你需要置换嵌入另一个交易系统算法的BTS,你必须修改BTS功能的内部。
In order not to enter the initial and the final values and the values of steps for optimization, you can take the ready file combo.set, place it in the folder \tester MT4, and upload to the EA's properties in Tester.
以便于不输入优化时的初值,终值和步长,你可采用已备好的combo.set文件,把它放置到MT4的 \tester 目录并加载这个ea的属性(properties)到Strategy Tester。
Re-optimization of the EA is to be performed at a weekend, i.e., on Saturday or on Sunday, but only if the results of the preceding week were unprofitable. The presence of losses means that the market has changed, and the re-optimization is necessary. The presence of profits means that the ATS does not need any re-optimization and recognizes market patterns quite well.
这个ea的再优化可在周末进行,即周六和周日,但仅在前面一周的结果是不盈利的。亏损的出现意味着市场已经改变,于是需要重新优化,若是仍然获利意味着这个ATS不需要重新优化,它对市场目前的模型的识别继续有效!
5 comments
Subscribe to discussion
sstef wrote:
backtests seems ok, how about forward tests ?
Try independet without me. You all have for original forward and other tests: open source, tester, head and hands.
reply 08.03.2008 08:57 Reshetov
thanks a lot Reshetov,
very simple but very powerful, i have never think about this idea,
backtests seems ok, how about forward tests ?
reply 07.03.2008 23:42 sstef
tws0124 wrote:
What is the number of pass?
Try test for pass value of 1, 2, 3 and 4
What is best of the best, that use (right solution: pass = 4)
reply 07.03.2008 10:45 Reshetov
All the optimization is completed, now I use it by live account, What is the number of pass?
Sorry,bad English...
reply 07.03.2008 08:29 tws0124
This sources Сombo.mq4 is old version with error!!!!!
Right version is Сombo_Right.mq4. Download http://codebase.mql4.com/ru/2719
reply 06.03.2008 11:43 Reshetov
|