Sergey Rozhnov / 个人资料
- 信息
|
11+ 年
经验
|
9
产品
|
3706
演示版
|
|
2
工作
|
0
信号
|
0
订阅者
|
I also accept individual orders for the development and improvement of Expert Advisors or indicators in MQL5 and MQL4 languages on a Freelance.
Please contact me via private messages for any inquiries.
Added:
1) Auto_Restart
2) Forced Restart (work if Auto Restart True)
3) Auto Restart From Days (work if Auto Restart True)
4) Added these parameters to display on the chart. The "Mem AccountEquity for Restart" parameter is also displayed. Notes:
a) if Auto_Restart = true, then after" Auto Restart From Days " days and under the condition AccountEquity > "Mem AccountEquity For Restart", the procedure for regenerating virtual strategies will be started.
b) if Auto_Restart = true and Forced Restart = true, the procedure for regenerating virtual strategies will be started regardless of the current AccountEquity.
c) if you need to reset "Mem AccountEquity For Restart" to the AccountEquity value, you will need to click the Restart - Confirm button. Что нового:
Добавлено:
1) Auto_Restart
2) Forced Restart (work if Auto Restart True)
3) Auto Restart From Days (work if Auto Restart True)
4) Добавлены эти параметры для отображения на графике. Также отображается параметр "Mem AccountEquity For Restart". Notes:
a) Если Auto_Restart = true, то через "Auto Restart From Days" дней и при условии AccountEquity > "Mem AccountEquity For Restart" будет запущена процедура регенерации виртуальных стратегий.
b) Если Auto_Restart = true и Forced Restart = true, то будет запущена процедура регенерации виртуальных стратегий не зависимо от текущего AccountEquity.
c) Если потребуется сброс "Mem AccountEquity For Restart" до значения AccountEquity, то потребуется нажать кнопку Restart - Confirm.
The EA contains a combination of several trend and anti-trend virtual strategies with averaging with different parameters. The EA is easy to use. It is enough to choose a suitable strategy for the trading pair, set the Risk parameter and you can start trading. Open the M15 chart with the pair being traded and move the EA to it. Lots will be calculated automatically based on the balance, Deposit currency and Risk parameter. Recommendations: Trading EURUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, USDJPY;
All ready strategies here: https://www.mql5.com/en/blogs/post/713893 Detailed description - https://www.mql5.com/en/blogs/post/713891
发电机专业版 允许您基于平均值创建由多个虚拟策略(从一个到数十万个)组成的策略。每个虚拟策略都有自己的策略类型(趋势、反趋势)、虚拟存款、虚拟头寸、手数。 EA 控制所有虚拟策略的工作,汇总所有操作并对交易账户进行相应操作。 顾问操作模式 没有文件 - 不使用带有策略的文件的模式。所有虚拟策略将根据“ GENERATOR ”项中所选的参数范围生成。可以通过设置策略数量 ( Random_Strategies ) 或通过列出所有可能的参数来随机生成策略 ( Random_Create_Mode =true)。 从文件 - 使用策略文件的模式。您可以根据某些标准( Top_Mode、Top_Size )从创建阶段( Create_Mode )生成的策略中选择最成功的策略。所有生成的策略都将写入一个文件,您可以在 来自文件 。 创建模式 -

