거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

EXSR - MetaTrader 5용 expert

조회수:
523
평가:
(1)
게시됨:
2025.06.13 12:22
EXSR.mq5 (16.64 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

EA Name: EXSR – Extreme Strength Reversal
Version: 1.0
Platform: MetaTrader 5

Description:
EXSR is a counter‑trend Expert Advisor that hunts for market reversals at points of extreme exhaustion. It combines a high‑threshold RSI (oversold < 20 or overbought > 80) with price breakouts beyond Bollinger Bands (20, ±2) and confirms entry on a reversal candlestick pattern.

Key Features:

  • Dual‑Indicator Filter:

    • RSI(14): Detects extreme overbought/oversold conditions.

    • Bollinger Bands: Validates that price has pierced the outer band.

  • Reversal Confirmation:

    • Long only if the previous candle closes bullish after an oversold band‑break.

    • Short only if the previous candle closes bearish after an overbought band‑break.

  • Fixed SL/TP:

    • User‑defined Stop Loss (default 150 pips) and Take Profit (300 pips) set at order entry.

  • Single‐Position Logic:

    • Only one trade per symbol at a time to avoid conflicting positions.

  • Clean OOP Code:

    • Uses CTrade for order placement, buffer arrays for indicator data, and modular functions ( CopyData , CheckBuySignal , CheckSellSignal ).

Input Parameters:

  • MagicNumber (ulong): Unique EA ID

  • Lots (double): Fixed position size

  • StopLoss_pips / TakeProfit_pips (int): SL/TP in pips

  • BB_Period / BB_Deviation (int/double): Bollinger Bands settings

  • RSI_Period / RSI_Overbought / RSI_Oversold (int/double): RSI settings

Ideal for traders seeking systematic counter‑trend entries with clear over‑extension filters and strict risk controls.


GZIP - Decode GZIP - Decode

Unpack GZIP archives from *.gz files or responses from sites compressed with this format.

Supertrend by KivancOzbilgic Supertrend by KivancOzbilgic

This is the exact conversion from pine script source code Supertrend by KivancOzbilgic

TradeReportExporter TradeReportExporter

The TradeReportExporter script is designed to export the history of trades (trades) into a convenient CSV file. It automatically collects data on all trades for the last year for the instrument it is installed on. The file includes such data as date and time, transaction type (buy/sell), price, volume, commission and profit/loss. The result is saved in a file that can be opened in Excel or any other spreadsheet editor.

MACD Signals MACD Signals

Indicator edition for new platform.