Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

ZigZag Fibo - indicateur pour MetaTrader 4

MetaQuotes Ltd.
Publié par:
Cahyo Hadi Prasetyo
Vues:
2610
Note:
(2)
Publié:
2025.04.14 13:10
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.