Ci trovi su Facebook!
Unisciti alla nostra fan page

Utilizza le nuove funzionalità di MetaTrader 5

Storia dello sviluppo della MQL5.community

I robot di trading e gli indicatori tecnici più utilizzati, i segnali di notizie, i programmi MQL5 più recenti in CodeBase e pronti all'uso, gli argomenti del forum più popolari.

2 nuovi argomenti sul forum:

I prodotti gratuiti più scaricati:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

Nuove pubblicazioni nel CodeBase

  • IEEE Floating-Point Decoder Display the actual stored value of a floating-point number (float or double type), with very high precision up to 55 decimal digits. This helps to debug exact value of floating-point numbers for other MQL5 programs.
  • Zero lag TEMA This indicator uses TEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version even faster than the Zero lag DEMA too.
  • Zero lag DEMA This indicator uses DEMA calculation mode in order to make the lag lesser compared to the original Zero lag MA, and that makes this version faster.
  • Zero lag MA According to creators, the ZeroLAG MA indicator is a Moving Average with zero delay. If we agree or not, does not matter since, compared to some "regular" Moving Averages the lag it has is significantly lower, so it can be used in any system where less lag is of great importance.
  • RSI of Hull The Relative Strength Index (RSI) is a momentum indicator developed by noted technical analyst Welles Wilder, that compares the magnitude of recent gains and losses over a specified time period to measure speed and change of price movements of a security. It is primarily used to attempt to identify overbought or oversold conditions in the trading of an asset.
  • Permutations and Combinations (MT4) A fast library for combinations and permutations in MQL.

1 nuovo segnale ora disponibile in abbonamento:

GerFX QuantFlow Scalper
108% 2564 scambi commerciali
Crescita:107.99%
Equity:190.98EUR
Saldo:190.98EUR

1 nuovo argomento sul forum:

I più venduti sul Market:

I codici sorgente più scaricati questo mese

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • MA Cross Studies Simple program using the moving average as bias and providing many trade and money management options.
  • Renko The renko (renko) chart in a separate subwindow. No matter on what chart timeframe the indicator is attached, the renko is drawn on close price of М1 timeframe.
Ci sono più di 4 320 prodotti disponibili nel Market

Nuove pubblicazioni nel CodeBase

  • Triple Hull The indicator is using 3 instances of Hull Moving Average.
  • RSI bands The RSI bands indicator helps in multiple ways, but mainly in visualizing on the main chart what price change would trigger the expected overbought or oversold signals.
  • Renko 2.0 ATR This non-trading utility generates custom symbol information on 1M chart.
  • Stochastic RSI This version of Stochastic RSI uses a sort of a signal line to make it even more sensitive.

I prodotti gratuiti più scaricati:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

I codici sorgente più scaricati questa settimana

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
  • MACD Expert Expert Advisor which trades signals from MACD indicator.

I più venduti sul Market:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

I prodotti gratuiti più scaricati:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

1 nuovo argomento sul forum:

I più venduti sul Market:

Più di 20 nuovi grafici pubblicati:

Chart EURUSD, M15, 2018.03.23 09:01 UTC, Alpari International Limited, MetaTrader 4, Real
EURUSD, M15
图表 AUDUSD, H1, 2018.04.05 04:26 UTC, Liteforex Investments Limited, MetaTrader 4, Demo
AUDUSD, H1
Chart EURUSD, D1, 2018.03.15 05:49 UTC, Alpari International Limited, MetaTrader 4, Real
EURUSD, D1

I prodotti gratuiti più scaricati:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

1 nuovo argomento sul forum:

I più venduti sul Market:

I codici sorgente più scaricati questo mese

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • Signal Candles Get entry signals from specific candles based on your rules.
  • Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.

I prodotti gratuiti più scaricati:

I più venduti sul Market:

Gli argomenti più popolari sul forum:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

I codici sorgente più scaricati questa settimana

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • Daily Pivot Points shifted for different day start time This indicator is another implementation of daily pivot points that allows the time for pivot point calculation to be advanced or delayed from the server time. It considers any Saturday trading to be Friday and any Sunday trading to be Monday.
  • RSI Slowdown The indicator is based on the idea that before the price and the indicator itself turn, the indicator rate slows down first and only then turns.

Gli argomenti più popolari sul forum:

I più venduti sul Market:

1 nuovo argomento sul forum:

Gli argomenti più popolari sul forum:

I prodotti gratuiti più scaricati:

I più venduti sul Market:

Gli argomenti più popolari sul forum:

I più venduti sul Market:

1 nuovo argomento sul forum:

Ci sono più di 2 560 argomenti disponibili sul forum

I prodotti gratuiti più scaricati:

I più venduti sul Market:

Ci sono più di 7 780 codici pubblicati nel Codebase

Nuove pubblicazioni nel CodeBase

  • Renko 2.0 Offline This non-trading utility generates custom symbol information on 1M chart. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!
  • ErrorDesc Printing GetLastError() and MqlTradeResult retcode as text description.
  • Schaff Trend Cycle The Schaff Trend Cycle (STC) indicator detects up and down trends long before the MACD. It does this by using the same Exponential Moving Averages (EMAs), but adds a cycle component to factor currency cycle trends. Since currency cycle trends move based on a certain amount of days, this is factored into the equation of the STC indicator to give more accuracy and reliability than the MACD.
  • MACD of average This is a MACD that can use average for input price instead of using "pure" price. That can help in filtering some false signals, but the main purpose of this code is to show how simple some things can be done using MetaTrader 5. In addition to all usual options when it comes to this type of indicators, option to have color changes based on MACD slope change or MACD crossing signal line.
  • RSI of average A very well known RSI of average is made with, all in all, 3 lines of a code in a main loop (color assignment on RSI slope change included in those 4 lines). This one can be used as template for some other indicator and can provide a simplicity solution for those that think that everything is very complicated in MetaTrader 5.
  • Stochastic of T3 This version of Stochastic Oscillator reduces the number of false alerts by smoothing the price prior to be used in the stochastic calculation. That makes a nice smooth stochastic as a result that can easily be used for trend trading systems.
  • MACD Expert Expert Advisor which trades signals from MACD indicator.
1...190191192193194195196197198199200201202203204...379