Rejoignez notre page de fans
- Publié par:
- Vues:
- 122
- Note:
- Publié:
- Mise à jour:
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Traduit de l’anglais par MetaQuotes Ltd.
Code original : 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
Expert Advisor permettant de tester l'hypothèse du « Turnaround Tuesday ». Si le marché clôture en hausse le lundi, une position de vente est ouverte le mardi. Si le marché clôture en baisse le lundi, une position d'achat est ouverte. L'EA prend en charge un filtre basé sur l'ATR, des niveaux de Stop Loss et de Take Profit basés sur l'ATR, ainsi que le dimensionnement des positions à l'aide d'une taille de lot fixe ou d'un pourcentage de risque.
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).


