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

Aegis Quantum Lite - MetaTrader 5용 expert

조회수:
518
평가:
(1)
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Aegis Quantum Lite is a free educational Expert Advisor for MetaTrader 5. It demonstrates a straightforward completed-candle trend-entry method and a compact on-chart dashboard in one standalone, commented MQ5 source file.


Entry logic

Buy conditions:
- Fast EMA is above Slow EMA.
- RSI is above the configured Buy level.
- Spread is within the configured maximum.
- No position already exists on the chart symbol.
- A new completed candle is available.

Sell conditions:
- Fast EMA is below Slow EMA.
- RSI is below the configured Sell level.
- Spread is within the configured maximum.
- No position already exists on the chart symbol.
- A new completed candle is available.

Default parameters
- FastEMA: 9
- SlowEMA: 21
- RSIPeriod: 14
- BuyRSILevel: 48
- SellRSILevel: 52
- FixedLot: 0.01
- MaximumSpreadPoints: 50
- StopLossPoints: 500
- TakeProfitPoints: 500
- OneEntryPerCandle: true

Dashboard

The compact black-and-gold dashboard displays the symbol, timeframe, completed-candle EMA values, RSI, spread, current signal and trading status.

Safety and execution behavior
- Uses one fixed lot size; no martingale and no grid.
- Blocks entries when another position exists on the symbol.
- Checks terminal and account trading permissions.
- Checks free margin before sending an order.
- Runs OrderCheck before OrderSend.
- Uses the filling mode supported by the current symbol.
- Uses optional Stop Loss and Take Profit distances.

Suggested use

Attach the EA to a chart after testing it in the MetaTrader 5 Strategy Tester. M5 is a useful starting timeframe, but the program can run on other chart periods. Broker spreads, symbol specifications and execution conditions vary.

Risk notice

This source code is provided for educational purposes. Trading foreign exchange, metals and CFDs involves risk. Historical tests do not guarantee future results. Test settings on a demo account and select position size according to your own risk tolerance.
Alpha Beta Channel - AKM Alpha Beta Channel - AKM

1. The Core Tracking Engine (Alpha-Beta Filter)At its core, the indicator utilizes an Alpha-Beta filter—a lightweight, steady-state version of a Kalman filter designed to track position and velocity.Predictive Calculation: Instead of simply averaging past prices like an SMA or EMA, the engine calculates a predicted price based on current velocity ($v$).Error Correction:

Alpha Beta Trend + Dashboard - AKM Alpha Beta Trend + Dashboard - AKM

Variable Configurations to TestScalper Setup: Try an $\alpha$ of 0.45 and a $\beta$ of 0.12. The dashboard cells will flash changes rapidly, reacting instantly to short-term pullbacks.Swing Configuration: Lower the values to an $\alpha$ of 0.15 and a $\beta$ of 0.02. The matrix cells will stabilize, ignoring intraday market noise and preserving a clear view of macroscopic trends.

MA Gauge Pro - AKM MA Gauge Pro - AKM

Dynamic approach vastly outperforms relying on a single MA.

AIS Smoothed Linear Trend AIS Smoothed Linear Trend

This indicator displays the smoothed value of the linear trend