Yuriy Bykov / 프로필
- 정보
12+ 년도
경험
|
12
제품
|
42
데몬 버전
|
3
작업
|
1
거래 신호
|
0
구독자
|

To get a good EA, we need to select multiple good sets of parameters of trading strategy instances for it. This can be done manually by running optimization on different symbols and then selecting the best results. But it is better to delegate this work to the program and engage in more productive activities.

The EA development plan includes several stages with intermediate results being saved in the database. They can only be retrieved from there again as strings or numbers, not objects. So we need a way to recreate the desired objects in the EA from the strings read from the database.

Let's outline the main stages of the EA development. One of the first things to be done will be to optimize a single instance of the developed trading strategy. Let's try to collect all the necessary information about the tester passes during the optimization in one place.

As we progressed, we used more and more simultaneously running instances of trading strategies in one EA. Let's try to figure out how many instances we can get to before we hit resource limitations.

Previously, we evaluated the selection of a group of trading strategy instances, with the aim of improving the results of their joint operation, only on the same time period, in which the optimization of individual instances was carried out. Let's see what happens in the forward period.


After optimizing the trading strategy, we receive sets of parameters. We can use them to create several instances of trading strategies combined in one EA. Previously, we did this manually. Here we will try to automate this process.

In the previous parts, the Expert Advisor (EA) under development was able to use only a fixed position size for trading. This is acceptable for testing, but is not advisable when trading on a real account. Let's make it possible to trade using variable position sizes.

https://www.mql5.com/ru/channels/adwizard
https://t.me/adwizard_mql5

Having started developing a multi-currency EA, we have already achieved some results and managed to carry out several code improvement iterations. However, our EA was unable to work with pending orders and resume operation after the terminal restart. Let's add these features.

We have already made some progress in developing a multi-currency EA with several strategies working in parallel. Considering the accumulated experience, let's review the architecture of our solution and try to improve it before we go too far ahead.

Let's continue developing a multi-currency EA with several strategies working in parallel. Let's try to move all the work associated with opening market positions from the strategy level to the level of the EA managing the strategies. The strategies themselves will trade only virtually, without opening market positions.

There are quite a lot of different trading strategies. So, it might be useful to apply several strategies working in parallel to diversify risks and increase the stability of trading results. But if each strategy is implemented as a separate Expert Advisor (EA), then managing their work on one trading account becomes much more difficult. To solve this problem, it would be reasonable to implement the operation of different trading strategies within a single EA.
EUR-GBP-AUD-USD-CAD-JPY 15쌍의 주요 통화에서 동시에 작동하는 다중 통화 전문 고문. Expert Advisor는 동시에 작동하는 많은 간단한 전략을 결합합니다. 각 전략은 Parabolic SAR 표시기의 신호가 두 이전 기간의 확인과 함께 변경될 때 포지션을 여는 간단한 알고리즘을 기반으로 합니다. 각 전략은 지난 5년 동안 최적화되었습니다. Expert Advisor는 "군중의 정당성"이라는 통계 원칙을 사용합니다. 다양한 전략의 신호를 평균화하고 선호하는 방향으로 시장 위치를 엽니다. 이 원칙은 관련 거래 상품에 대한 동시 작업과 함께 불리한 시장 단계에 대한 저항과 성장 기간 분포의 균일성을 크게 증가시킬 수 있습니다. Martingale 또는 그리드는 EA에서 사용되지 않습니다. 옵션 모든 매개변수는 이미 최적화되어 있으므로 조정할 필요가 없습니다. 두 개의 매개변수만 남습니다. 예상 최대 손실률(%) -- 예상되는
동시에 작동하는 많은 간단한 전략을 결합한 다중 통화 전문가 고문. 각 전략은 변동성이 증가하는 시장 순간에 간단한 거래 알고리즘을 기반으로 합니다. 각 전략은 지난 5년 동안 최적화되었습니다. Expert Advisor는 "군중의 정당성"이라는 통계적 원칙을 사용합니다. 다른 전략의 신호를 평균화하고 선호하는 방향으로 시장 포지션을 엽니다. 이 원칙은 상호 관련된 거래 상품에 대한 동시 작업과 함께 불리한 시장 단계에 대한 저항과 성장 기간 분포의 균일성을 크게 증가시키는 것을 가능하게 합니다. 옵션 예상 최대 드로우다운(%) -- 예상되는 대략적인 최대 감소. 이에 따라 드로다운이 설정 값을 초과하지 않도록 열린 위치의 매개변수가 자동으로 선택됩니다. 이 매개변수는 지난 5년 동안의 테스트 데이터를 기반으로 하며 추가 작업 중에 발생할 수 있는 실제 감소는 선언된 것과 약간 다를 수 있습니다. 거래를 위한 정기예금
하나의 MT5 또는 MT4 계정에서 다른 MT5 계정으로 거래량을 복사하는 간단한 유틸리티입니다. 네팅 계정과 헷징 계정 사이의 포지션을 어떤 조합으로든 복사할 수 있습니다. 기본적으로 동일한 볼륨을 가진 일치하는 모든 기호에 의해 열린 위치가 복사됩니다. 심볼 이름이 다르거나 복사된 위치의 볼륨이 다르거나 모든 위치가 복사되지 않아야 하는 경우 이 게시물 에 설명된 설정에서 원하는 동작을 지정할 수 있습니다. 이 제품은 향후 릴리스에서 기능을 확장할 것입니다. 버전 2.0까지 이 제품은 무료입니다. 설치 순서: 발신자 계정의 터미널에서 발신자 모드의 Expert Advisor를 실행하십시오. 수신자 계정의 터미널에서 수신자 모드로 Expert Advisor를 시작 하고 이전에 시작된 발신자 중 하나를 선택하여 포지션 볼륨을 복사할 수 있습니다