당사 팬 페이지에 가입하십시오
- 조회수:
- 11
- 게시됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
성사된 거래 통계. 이 지표는 거래 결과를 보여주며, 매직 넘버별로 필터링됩니다.
매개변수:
FilterCurrentMagic = true; // 현재 Magic 기준으로 필터링 CurrentMagicNumber = 0; // 매직 넘버 (0 = 자동) ProfitColor = clrLime; // 이익의 색상 LossColor = clrRed; // 손실 색상 NeutralColor = clrGray; // 중성적인 색상 HistoryDays = 0; // 기간 (0 = 전체 기간, 1 = 오늘, 7 = 주, 30 = 월) VertOffset = 0; // 수직 방향 이동 FontSize = 10; // 글꼴 크기 FontName = "Arial"; // 글꼴 이름 ShowDateTime = true; // 날짜/시간 표시
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/74021
V1N1 LONNY MT5
아시아 장 범위 돌파형 데이 트레이딩 EA. 다중 종목 지원, M15/M30/H1. PSAR + MACD + 스토캐스틱 신호를 활용하여 런던 장 개시 전 아시아 장 범위 밖에서 런던 세션 중 보류 스탑 주문을 설정하며, 런던/뉴욕 일광 절약 시간제(DST) 자동 처리, 구조적 스탑, 트레일링 스탑 및 손익분기점 기능을 제공합니다.
SteepMA 가파른 이동평균 추세 EA
SteepMA V0.7은 ‘이동평균선 기울기’를 핵심 진입 기준으로 삼는 추세 추종 EA로, 추세 강도를 정량화하여 확률이 높은 시세를 선별하고, 단계적으로 조여지는 동적 손절 시스템과 연계하여 수익을 확보하며, 내장된 SQLite 데이터베이스를 통해 거래 전 과정의 데이터 추적성을 보장합니다.(검토 통과를 위해 코드 일부를 생략했습니다)
Channel Sun Signals
Overview Channel Sun Signals plots an adaptive, triangular-weighted moving-average channel (a center line plus an upper and lower band) around price, and marks potential reversal points where price pierces a band and then closes back inside it. It is built on the same "band-break-then-reversal" logic used by classic TMA/CG-style channel indicators, but rewritten natively for MT5 — including its own multi-timeframe engine that does not rely on iCustom() or an external .ex5 file, so the indicator works standalone once compiled.
Advanced Risk Manager: Auto Suffix Detection Multi Currency Lot Sizer
Advanced MQL5 risk management class providing deterministic lot sizing, auto-suffix detection, and cross-currency triangular conversion.
