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

Adjustable Moving Average EA - MetaTrader 4용 expert

조회수:
2083
평가:
(2)
게시됨:
2025.04.16 03:15
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동


📈 Adjustable Moving Average EA for MT4


This Expert Advisor trades based on the crossover of two customizable moving averages. It’s designed for traders who want full control over trade direction, entry logic, and risk settings.

⚙️ Input Parameters Explained:

  • FastPeriod: Period of the fast moving average.

  • SlowPeriod: Period of the slow moving average.

  • MAPriceType: Price used in MA calculation (e.g., Close, Open, High, Low).

  • SL_Points: Stop Loss in points. Set to 0 to disable.

  • TP_Points: Take Profit in points. Set to 0 to disable.

  • TrailStopPips: Enables a trailing stop after the trade is in profit.

  • EntryMode: Choose between Long-only, Short-only, or Both directions.

  • FixedLot: Lot size used for each trade.

  • MaxSlippage: Maximum allowed slippage in points.

  • TradeComment: Adds a comment to each trade for identification in history.


ZigZag Fibo ZigZag Fibo

Original ZigZag MT4 with added automatic fibonacci

Average Pip Movement based on Tick And Seconds Average Pip Movement based on Tick And Seconds

This Expert Advisor (EA) analyzes market movement by calculating the average pip movement per tick and the average spread over a user-defined number of ticks (MAX_TICKS). It also evaluates the average pip movement and spread over a specified time interval (CHECK_SECONDS). The EA dynamically tracks price changes and spread values, printing the results in the terminal and displaying them on the chart using the Comment() function. This helps traders gauge market volatility and spread fluctuations in real time.

RRS Impulse RRS Impulse

This EA scalps using the Relative Strength Index (RSI) Indicator, Stochastic Oscillator Indicator, and Bollinger Bands Indicator to identify trend or counter-trend opportunities. As a multi-pair EA, it scans multiple currency pairs for signals. This EA comes with a variety of features, including Trailing, Risk Management, Money Management, Restriction Mode, and more. With the right settings, it has the potential to generate significant profits.

MyRSI by John Ehlers MyRSI by John Ehlers

John F. Ehlers’ RSI with “Noise Elimination Technology" for MT4