기고글 토론 "MQL5 마법사: 프로그래밍 없이 Expert Advisor 만들기" - 페이지 4

 
TS88 인디케이터를 다운로드할 수 있나요?
더 이상 최신 정보가 아니더라도 스레드에 유용한 내용을 작성해 보겠습니다.
  1. 많은 사용자 지정 인디케이터를 코드베이스에서 다운로드할 수 있습니다. 해당 코드베이스 페이지에 설명이 나와 있습니다.
  2. MQL5 마법사에 대한 기사에서 댓글로, 마법사를 실행할 때 거래 신호 목록에 특정 지표를 기반으로 한 신호가 나타나지 않음에도 불구하고 전문가가 지표를 사용할 수 있는 방법은 무엇인지에 대한 질문이 있습니다.
  3. 이 다른 글과 함께 MQL5 마법사: 2016년 새 버전 기사를 참고하는 것이 더 적합할 수 있습니다.
  4. 컨텍스트를 이해하려면 다양한 구성 요소에 대해 몇 가지 다른 설정으로 마법사를 실행하고 CExpertSignal, CExpertMoney 및 CExpertTrailing 클래스를 포함한 생성된 코드를 분석해야 합니다.
  5. 사실, 표준 지표도 적절한 위치에 저장된 신호 클래스에 의해 캡슐화되어 있기 때문에 마법사에서는 알 수 없습니다.

재미있게 사용하세요!

MQL5 Wizard: Neue Version
MQL5 Wizard: Neue Version
  • www.mql5.com
Dieser Beitrag liefert Beschreibungen der neuen Features im aktualisierten MQL5 Wizard. Die modifizierte Architektur von Signalen ermöglicht die Erstellung von Handelsrobotern, die auf der Kombination verschiedener Marktmuster beruhen. Das Beispiel in diesem Beitrag erläutert das Verfahren zur interaktiven Erstellung eines Expert Advisors.
 
kurbads #:
멍청한 질문이라 죄송하지만 롱 포지션인지 숏 포지션인지 명시한 부분이 보이지 않습니다.
2단계에서 언급된 것 같습니다.
 
kurbads #:
멍청한 질문이라 죄송하지만 롱 포지션인지 숏 포지션인지 어디에서 지정하는지 알 수 없나요?

신호 모듈이 숏 또는 롱 포지션을 열지 여부를 결정합니다. 이 기사를 읽어보셔야 합니다 https://www.mql5.com/ko/articles/226




.

MQL5 Wizard: How to Create a Module of Trading Signals
MQL5 Wizard: How to Create a Module of Trading Signals
  • www.mql5.com
The article discusses how to write your own class of trading signals with the implementation of signals on the crossing of the price and the moving average, and how to include it to the generator of trading strategies of the MQL5 Wizard, as well as describes the structure and format of the description of the generated class for the MQL5 Wizard.