거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
6467
평가:
(1)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
BBandsPsar is a custom hybrid indicator that combines a volatility framework (Bollinger Bands) with a trend-following mechanism (Parabolic SAR) into a single technical tool.

By measuring the distance between the Parabolic SAR value and the candle's open or close, the indicator captures the alternating, trend-switching nature of the SAR. It then scales this gap using Bollinger Bands to plot the resulting values as a standardized histogram. This standardization provides a consistent, cross-asset threshold, making it easy to analyze different financial instruments under a unified scale.

For maximum flexibility, BBandsPsar fully inherits the input parameters of both underlying indicators, allowing traders to fine-tune its sensitivity and behavior.


Input1



Demo4


If you want dynamic input testing for Bollinger bands replace this code :

bandsHandle = iBands(_Symbol, _Period, 20, 0, 2, PRICE_CLOSE);

with 

bandsHandle = iBands(_Symbol, _Period, blpd, 0, bldev, PRICE_CLOSE); 

To allow input variables to be passed dynamically into the iBands function

Cost and Slippage Sensitivity Analyzer Cost and Slippage 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.

EA KCI Embeded Sniper EA KCI Embeded Sniper

The KCI Embedded Sniper is an algorithmic trading solution designed for high-precision reversal entries. Unlike conventional Expert Advisors that rely on external indicator dependencies (which often suffer from thread desynchronization and latency), this EA features a fully embedded Kinetic Compression Index (KCI) engine. By transplanting the entire mathematical framework of the KCI—calculating Velocity Quotients, Kinetic Displacement, Energy Dispersion, and Phase Velocity—directly into the EA’s core logic, we have eliminated "asynchronous lag." The result is a lightning-fast sniper engine that validates market exhaustion (Singularity) and momentum extremes (Williams %R) with micro-second precision, operating solely on completed bars to ensure zero-repaint performance.

Stochastic Protector 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).

Chart Navigator MT5 Light Chart Navigator MT5 Light

Chart Navigator MT5 Light — a mini-chart for quickly navigating the price chart and instantly jumping to your markers on it