Mql5官网 AO Core MT4 外汇EA

Mql5官网 AO Core MT4 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 AO Core MT4 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


AO Core is the core of the optimization algorithm, it is a library built on the author’s HMA (hybrid metaheuristic algorithm) algorithm. This hybrid algorithm is based on a genetic algorithm and contains the best qualities and properties of population algorithms.

High-speed calculation in HMA guarantees unsurpassed accuracy and high search capabilities, allows you to save the total time for optimization, where the best solution will be found in fewer iterations. The performance of this algorithm exceeds all known population optimization algorithms.

Which projects can use this library and improve the results:

1. Automatic self-optimization in Expert Advisors.

2. Search for the optimal profit/risk ratio for the implementation of flexible money management.

3. Portfolio optimization, including portfolio self-optimization.

4. The use of already found solutions as part of the optimizer.

5. Application in machine learning and in conjunction with neural networks.

Technical specifications:

1. The number of optimized parameters: unlimited.

2. The step of optimized parameters: unlimited, starting from 0.0.

3. High scalability and stability of results.

Important!

The library has no tuning parameters at all (reducing the degrees of freedom increases the stability of the results). It is only necessary to set the population size (it can be very useful when organizing parallelization of historical runs on OpenCL devices).

Exported library functions:

//——————————————————————————————————————————————————————————————————————————————
#import "MQL4\\Scripts\\Market\\AO Core.ex5"
bool   Init (int colonySize, double &range_min [] , double &range_max [] , double &range_step []);
//------------------------------------------------------------------------------
void   Preparation ();
void   GetVariantCalc (double &variant [], int pos);
void   SetFitness (double value, int pos);
void   Revision ();
//------------------------------------------------------------------------------
void   GetVariant (double &variant [], int pos);
double GetFitness (int pos);
#import
//——————————————————————————————————————————————————————————————————————————————

Published articles by the author:

Genetic algorithms are easy!: https://www.mql5.com/ru/articles/55
Population optimization algorithms: https://www.mql5.com/en/articles/8122
Population optimization algorithms: Particle Swarm (PSO): https://www.mql5.com/ru/articles/11386
Population optimization algorithms: Ant Colony Optimization (ACO): https://www.mql5.com/en/articles/11602
Population optimization algorithms: Artificial Bee Colony (ABC): https://www.mql5.com/ru/articles/11736
Population optimization algorithms: Gray Wolf Optimizer (GWO): https://www.mql5.com/en/articles/11785
Population optimization algorithms: Cuckoo Optimization Algorithm (COA): https://www.mql5.com/en/articles/11786
Population Optimization Algorithms: Fish School Search (FSS): https://www.mql5.com/ru/articles/11841
Population Optimization Algorithms: Firefly Algorithm (FA): https://www.mql5.com/ru/articles/11873
Population Optimization Algorithms: Bat algorithm (BA): https://www.mql5.com/ru/articles/11915

© 版权声明
THE END
喜欢就支持一下吧
点赞55 分享
相关推荐