Join our fan page
- Views:
- 1677
- Rating:
- Published:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
For maximum flexibility, BBandsPsar fully inherits the input parameters of both underlying indicators, allowing traders to fine-tune its sensitivity and behavior.


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
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
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.
Accelerator Oscillator (AC)
The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.
MACD Signals
Indicator edition for new platform.