無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Adjustable Moving Average EA - MetaTrader 4のためのエキスパート

ビュー:
2029
評価:
(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