당사 팬 페이지에 가입하십시오
- 게시자:
- 조회수:
- 23
- 평가:
- 게시됨:
- 업데이트됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
MetaQuotes Ltd에서 영어로 번역함.
원본 코드: https://www.mql5.com/en/code/73680
BBandsPsar
BBandsPsar is a custom hybrid indicator that fuses Bollinger Bands’ volatility framework with the Parabolic SAR’s trend-following logic. By integrating these two methodologies, it effectively reconciles market volatility with emerging trend dynamics within a single, cohesive tool.
Execution Cost Sensitivity Analyzer
A pure-MQL5 script that measures how robust a strategy's edge is to execution costs. It reads a Date,Profit,Volume CSV of closing deals and models each deal's cost as a fixed part plus a per-lot part. It prints the breakeven cost per deal, the cushion (the multiple of an assumed realistic cost at which the net profit reaches zero), the net profit and profit factor re-priced at the assumed cost, the share of winners the cost turns into losers, and a composite A+ to F cost-robustness score with recommendations. If no file is present it generates a reproducible sample and analyzes it, so the output is visible on the first run. No external libraries, no Python, no AI.
001 - Turnaround Tuesday
'턴어라운드 화요일(Turnaround Tuesday)' 가설을 검증하기 위한 전문가 자문가(EA). 월요일 종가가 상승 마감하면 화요일에 매도 포지션을 개설합니다. 월요일 종가가 하락 마감하면 매수 포지션을 개설합니다. 이 EA는 ATR 기반 필터, ATR 기반 손절매 및 익절 수준을 지원하며, 고정 랏 크기 또는 위험 비율을 활용한 포지션 크기 조절도 가능합니다.
Stochastic Protector
This Expert Advisor monitors the Stochastic oscillator to automatically close positions based on user-selected conditions: crossovers above overbought or below oversold, entry into overbought/oversold zones, or exit from those zones. Positions are filtered for closure by profit state (loss, profit, or both). An optional Test Mode enables basic entry signals when the %D line crosses configurable offset levels around the midline (50).


