Fan sayfamıza katılın
- Yayınlayan:
- Görüntülemeler:
- 30
- Derecelendirme:
- Yayınlandı:
- Güncellendi:
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
MetaQuotes Ltd tarafından İngilizceden çevrilmiştir.
Orijinal kod: 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" hipotezini test etmek için tasarlanmış bir Uzman Danışman. Pazartesi günü yükseliş eğilimiyle kapanırsa, Salı günü bir Satış pozisyonu açılır. Pazartesi günü düşüş eğilimiyle kapanırsa, bir Alış pozisyonu açılır. Bu Uzman Danışman, ATR tabanlı bir filtreyi, ATR tabanlı Stop Loss ve Take Profit seviyelerini ve ayrıca sabit lot büyüklüğü veya yüzde risk kullanılarak pozisyon büyüklüğünün belirlenmesini destekler.
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).


