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

Smart Trend Score

Overview

Smart Trend Score is a clean and lightweight MetaTrader 5 indicator designed to identify high-quality trading opportunities using multiple trend and momentum filters.

Unlike traditional indicators that draw arrows, trend lines, or multiple graphical objects on the chart, Smart Trend Score displays a single informative text line in the upper-left corner of the chart, making it ideal for traders who prefer a clean workspace.

The indicator analyzes market conditions and generates BUY, SELL, or NO SIGNAL indications together with a confidence score and automatically calculated trading levels.

Smart Trend Score

Features

* Clean chart without arrows or graphical objects
* BUY signal displayed in Lime
* SELL signal displayed in Red
* NO SIGNAL displayed in Gold
* Confidence Score (%)
* Automatic Entry Price
* Automatic Stop Loss
* Automatic Take Profit calculated from the selected Risk/Reward ratio
* Fully customizable text position
* Adjustable Arial font size
* Popup alerts
* Push notifications
* Email notifications
* One alert per closed candle

Trading Logic

Smart Trend Score combines several market filters to reduce false signals:

* Fast and Slow Linear Weighted Moving Averages
* Trend direction confirmation
* Market structure analysis (Higher High, Higher Low, Lower High, Lower Low)
* ADX trend strength filter
* ATR volatility filter
* Price action confirmation
* Multi-factor scoring system

Signals are generated only after the candle closes to avoid unstable signals.

Score System

Each signal receives a confidence score between 0 and 100.

The score is calculated from several independent market conditions.

Users can define the minimum acceptable score in the indicator inputs.

If the calculated score is below the selected threshold, the indicator displays:

NO SIGNAL

instead of generating a trading signal.

Risk Management

The indicator automatically calculates:

* Entry Price
* Stop Loss
* Take Profit

Take Profit is calculated using the selected Risk/Reward ratio.

Example:

* Stop Loss = 250 points
* Risk/Reward = 1:2

The indicator automatically places Take Profit at twice the Stop Loss distance.

Display Example

BUY | Score: 92% | Entry: 1.08452 | SL: 1.08252 | TP: 1.08852 | RR: 1:2.00

SELL | Score: 90% | Entry: 1.08452 | SL: 1.08652 | TP: 1.08052 | RR: 1:2.00

NO SIGNAL | Score: 65%

Input Parameters

* Font Name
* Font Size
* Text X Position
* Text Y Position
* BUY Color
* SELL Color
* NO SIGNAL Color
* Stop Loss (Points)
* Risk/Reward Ratio
* Minimum Score
* Show Score
* Enable Popup Alerts
* Enable Push Notifications
* Enable Email Alerts

Notes

Smart Trend Score is an analytical tool intended to assist traders in evaluating market conditions.

It does not open, modify, or close trading positions and should be used as part of a complete trading plan with proper risk management.

Session-Based Liquidity Breakout Session-Based Liquidity Breakout

Session-Based Liquidity Breakout & Fibonacci Retracement Strategy (often used in Forex or Crypto trading). It simplifies trading by avoiding complex Smart Money Concepts (SMC) like Order Blocks or Fair Value Gaps, relying instead on Asian Session liquidity, timing (session open), and Fibonacci levels.

The Quantitative Microstructure Matrix (SMC / FVG / Z-Score Engine) The Quantitative Microstructure Matrix (SMC / FVG / Z-Score Engine)

Stop trading retail noise. This is an institutional-grade, asynchronous multi-asset scanner. It combines True Fractal CHOCH, Z-Score volumetric anomalies, and Fair Value Gap (FVG) validation to detect high-probability Order Blocks without freezing your terminal.

Hidden Risk of Ruin Auditor Hidden Risk of Ruin Auditor

Reads a closed-position trade history (a CSV file, or one generated automatically from the current account's deal history by the companion RuinExport.mq5 script) and reports four independent risk fingerprints: volume escalation after a loss, overlapping same-direction exposure that averages into a worse price, payoff asymmetry between wins and losses, and a classical risk-of-ruin estimate at a stated risk per trade. The four scores combine into a single A-to-F grade with plain-language recommendations. If no CSV is found, the script generates a reproducible demonstration book automatically, so the report is visible on the first run.

SteepMA Steep Moving Average Trend EA SteepMA Steep Moving Average Trend EA

SteepMA V0.7 is a trend-following EA that uses ‘moving average steepness’ as its core entry criterion. It screens for high-certainty market conditions by quantifying trend strength, and locks in profits through a dynamic stop-loss system that tightens progressively. It also features a built-in SQLite database to ensure full traceability of the entire trading process.(Some code has been omitted to facilitate approval.)