거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
50
평가:
(1)
게시됨:
STC CROSS.mq5 (5.48 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Overview

This indicator provides buy and sell signals based on the standard Stochastic Oscillator. It is designed to identify potential reversal points by monitoring crossovers that occur specifically within the overbought and oversold zones.


STC cross

How It Works (Core Logic) The indicator evaluates the Stochastic lines (K and D) and validates crossovers based on strict zone conditions:

  • Buy Signal (Blue Arrow): Triggered when the previous K or D line is at or below the Oversold level (default 20), followed by the K line crossing above the D line.

  • Sell Signal (Red Arrow): Triggered when the previous K or D line is at or above the Overbought level (default 80), followed by the K line crossing below the D line.

  • Signal Filter: The indicator uses an alternating logic (anti-streak mechanism). It will only print one signal per direction consecutively (i.e., a Buy signal must be followed by a Sell signal, and vice versa) to prevent redundant arrows during continuous trends.

  • Execution: All signals and alerts are processed strictly on closed bars. This ensures the indicator does not repaint or flicker during live price movements.

Input Parameters

  • Stochastic Settings: Standard parameters for the oscillator including K Period, D Period, Slowing, MA Method, and Price Field.

  • Reversal Boundaries: Adjustable levels for Oversold (default 20.0) and Overbought (default 80.0) zones.

  • Alert Settings: Option to enable or disable popup alerts. Alerts are triggered once per signal upon candle close.

Usage Note Since this is a momentum reversal tool, it is recommended to use it alongside other technical analysis methods, such as higher timeframe trend filters, moving averages, or support/resistance levels, rather than relying on it as a standalone strategy.


Previous Day High Low Open Close Indicator Previous Day High Low Open Close Indicator

Plots the previous trading day's High, Low and Close as horizontal reference levels across the current session, with optional multi-day history for context. No repainting, no discretion — the levels are read directly from the completed Daily bar

Trade Adjustment Panel Trade Adjustment Panel

On-chart trade management utility for MetaTrader 5 designed exclusively to adjust existing manual or EA positions. Features one-click controls for Break-Even placement, point offsets, profit locking, trailing stops, Risk-to-Reward (1R–3R) Take Profit targets, and volume-validated partial closures (25%–100%). Includes a draggable chart GUI and filtering by symbol and direction. Does not open new trades.

Accelerator Oscillator (AC) Accelerator Oscillator (AC)

The Acceleration/Deceleration Indicator (AC) measures acceleration and deceleration of the current driving force.

MACD Signals MACD Signals

Indicator edition for new platform.