Rejoignez notre page de fans
A module of trading signals based on the Moving Average indicator signal module.
The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones. The account type is taken into consideration, i.e., whether it is a netting or a hedging one.
Working with two indicators, Fractals and Stochastic, simultaneously, or with only one of them.
Compared to the Price Zone Oscillator indicator, this version is using floating levels to find out the significant levels.
Trend Trigger Factor indicator with JMA (Jurik Moving Average) smoothing to lessen false signals and some extras in order to make the trend triggering state easier.
Classic version (on Chart) of Didi Needles indicator, now with a filtering threshold based on MA threshold differences.
The trading system based on XDeMarker_Histogram_Vol_Direct indicator signals
Two identical trading systems (for long and short positions) based on the signals of the FineTuningMACandle indicator, which can be configured in different ways within one Expert Advisor
Trading system based on iAC indicator (Acceleration/Deceleration, Accelerator/Decelerator Oscillator, AC)
Three SpearmanRankCorrelation indicators from different timeframes in a single window
The XFisher_org_v1_Vol indicator with the possibility to change the indicator timeframe using input parameters
A trading system based on indicators Custom Moving Average Levels and Stochastic Custom
Indicator ColorPEMA_Digit_r with the timeframe selection option in its input parameters, limiting the computer resources used in its calculations within the entire chart and on the current bar
Indicator ColorPEMA_Digit_Trend_x10 displays the directions of the ColorPEMA_Digit indicator signals from ten different timeframes from the bar specified in the indicator inputs
Custom Price Chart using a simple Artificial Neural Network that tries to project price movements into the future. Not very useful for trading, but fun to watch and learn ;)
Welcome to the Binary Testinator. The Purpose of this EA is for testing different Indicators to optimize a trade scenario. Everyone has an opinion on what is the best trade setup, and advice is never ending! Better if you test it out...
This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
QuickTradeKeys 123 is a user-friendly Expert Advisor (EA) for MetaTrader 5, enabling traders to execute buy and sell operations quickly by simply pressing the numbers '1' and '2' on their keyboard. Pressing '3' closes all open positions. This EA is ideal for swift trading and testing purposes where manual intervention is required without using the mouse.
La bibliothèque RiskManagement de MQL5 permet une gestion efficace et dynamique des risques, optimisée pour minimiser les ressources. Elle permet de définir des limites maximales de profit et de perte avec des modificateurs personnalisables. Elle inclut le contrôle des ordres OCO et des outils de gestion des chandeliers et de conversion des prix.
Daily VWAP (Volume Weighted Average Price) est un indicateur simple mais puissant qui calcule et affiche le prix moyen pondéré en fonction du volume pour chaque jour de bourse. Il est idéal pour identifier la juste valeur intrajournalière et soutenir vos décisions de trading quotidiennes.
L'indicateur Awesome Oscillator (AO) de Bill Williams est une moyenne mobile simple de 34 périodes, tracée à travers les points médians des barres (H+L)/2, qui est soustraite de la moyenne mobile simple de 5 périodes, construite à travers les points centraux des barres (H+L)/2. Cela nous montre assez clairement ce qui arrive à la force motrice du marché à l'heure actuelle.
Un script qui génère son propre texte source. Résolution d'un problème classique en MQL5. Il n'a aucune valeur d'application. Cependant, il peut être utile pour ceux qui étudient la programmation et l'algorithmique.