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

ZigZag Fibo - MetaTrader 4のためのインディケータ

MetaQuotes Ltd.
発行者:
Cahyo Hadi Prasetyo
ビュー:
2557
評価:
(2)
パブリッシュ済み:
2025.04.14 13:10
MQL5フリーランス このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Description: 

This is a modified version of the original MetaQuotes MQL4 indicator with an added automatic Fibonacci feature. It automatically plots Fibonacci retracement/projection levels based on selected swing highs/lows. Users can choose which swing index (e.g., 1st, 2nd, or 3rd swing) to use as the Fibonacci anchor point, simplifying technical analysis by eliminating manual drawing. This modification does not claim any rights to the original indicator—it only enhances usability.  

Input Vareable


(Short, clear, and covers key points: purpose, user control, and copyright disclaimer.)


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.

Withdrawal Tracking Withdrawal Tracking

This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account.

Adjustable Moving Average EA Adjustable Moving Average EA

This Expert Advisor opens trades based on the crossover of two adjustable moving averages. You can fully customize the periods, type (e.g., EMA, SMA), and direction (long-only, short-only, or both). It includes optional Stop Loss, Take Profit, and Trailing Stop settings.

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.