2018.04.18
Il y a plus de 7,900 codes publiés dans Codebase
2018.04.17
Les thèmes les plus populaires du forum :
- Les programmeurs MQL peuvent-ils être considérés comme des programmeurs ? 56 nouveaux commentaires
- Toute question des nouveaux arrivants sur MQL4 et MQL5, aide et discussion sur les algorithmes et les codes. 33 nouveaux commentaires
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 31 nouveaux commentaires
2018.04.17
Codes sources les plus téléchargés ce mois-ci
- 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.
2018.04.17
Les meilleures ventes du marché :
2018.04.17
Nouvelles publications dans CodeBase
- Schaff Trend RSI Schaff Trend RSI is an RSI of the MACD.
- Kaufman AMA with filter In addition to the usual parameters that are controlling the way Kaufman AMA is calculated, this version has adjustable smoothing and filter that can eliminate insignificant AMA changes.
- Bulls and Bears This indicator shows Bulls and Bears power in the same indicator subwindow.
- Kaufman AMA MACD Kaufman AMA MACD is the MACD built exclusively using Kaufman AMA (even signal line is using that). That way this is a completely adaptive MACD (bearing in mind that Kaufman AMA is adaptive Moving Average).
- Price Channel Stop The Price Channel Stop indicator shows the current estimated trend based on channel period and desired risk. It also shows two levels of values that can be used as a stop loss for orders opened based on this indicator (using the trend color change can be used as a signal for a new order opening as well as closing already opened orders).
- Smoother Momentum Stops In the Smoother Momentum Stops indicator the stops are calculated using the smoother momentum and the direction of the stops is determined based on the smoother momentum.
2018.04.16
Les meilleures ventes du marché :
2018.04.16
1 nouveau thème sur le forum :
2018.04.16
Nouvelles publications dans CodeBase
- Sadukey "Sadukey" indicator is an indicator combining two digital filters on a chart to give us an assessment of current trend.
- Smoother momentum Smoother momentum is one of the possible ways to solve the main issue of the Momentum indicator - the values it displays are far from being smooth, and that can cause a lot of false signals in a lot of cases - regardless of the calculation period that is used.
- Nonlinear regression This indicator is a MetaTrader 5 version of nonlinear regression. Nonlinear regression is very "fast" when responding to sudden market changes so the default calculation period is set to somewhat longer period than it is usual for similar type indicator. Because of that some experimenting with period is advised based on your trading strategy and trading style.
- MACD High/Low MACD High/Low uses the highest high and lowest low of MACD (nnn) bars back to calculate a sort of dynamically changed zero line, early levels up and down and trend confirmation levels up and down. By adding these non-fixed levels, the MACD becomes faster in response to market changes and the MACD trend assessment has less false signals.
- Asymmetric bands Asymmetric bands indicator is one of the ways to avoid a lag when there is a trend reversal (since the opposite side band is too far from the current price).
- Synthetic smoothed RSI This version of Synthetic RSI is using Ehlers smoothed RSI in calculation instead of using "regular" RSI and that makes the resulting synthetic RSI even smoother.
- Synthetic RSI Instead of using one RSI, the Synthetic RSI indicator is using 3 instances of RSI. Those 3 instances of RSI are then used to calculate the "synthetic" value (that is not an average of the 3 since the calculation differs from an average).
- Composite Index The Composite Index was developed to solve the divergence failure problem in the RSI, but its ability to provide specific horizontal levels of support within the indicator adds to its value. The Composite Index takes the normalized formula of RSI and removes the normalization range restrictions. The formula for the Composite Index uses an embedded momentum calculation with a short-term RSI smoothed.
- Polychromatic Momentum - extended This version of Polychromatic Momentum is using double smoothed EMA for smoothing. DSEMA has been proven for producing very good smooth results with a lag that is almost non-existent, hence, in combination with it, the Polychromatic Momentum indicator becomes much more usable when it comes to signals.
- Polychromatic Momentum Polychromatic momentum takes an weighted average of all significant lookback periods for the tradable.
- Vortex Two lines representing positive and negative directional movement. These will intersect and cross during a change of trend and diverge wider and wider as the strength of the trend increases.
- Dsl - RSI of average This indicator is using filtered prices for RSI (instead of using "raw" prices) and is using Discontinued Signal Line for trend assessment (instead of using slope or fixed levels).
- RSISignal This indicator is based on original RSI, but more features are added to general signals and watch the strength of the price movement. The main purpose is to general buy/sell signals using smoothed RSI and its MA.
- Hedging_Zone_Recovery_Area This is my version of Zone Recovery Hedging Strategy Ea with two moving averages. It works on any time frame, you should try it on demo account.
2018.04.15
Les produits gratuits les plus téléchargés :
2018.04.15
Codes sources les plus téléchargés cette semaine
- 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.
- Shved Supply and Demand The indicator showing the supply and demand zones.
2018.04.15
Les thèmes les plus populaires du forum :
- De la théorie à la pratique 59 nouveaux commentaires
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 50 nouveaux commentaires
- Erreurs, bugs, questions 34 nouveaux commentaires
2018.04.15
Les meilleures ventes du marché :
2018.04.14
Les meilleures ventes du marché :
2018.04.13
Les thèmes les plus populaires du forum :
- Une branche de critiques intelligents et insaisissables 53 nouveaux commentaires
- Pourquoi Python est-il si en vogue dans l'apprentissage automatique ? 52 nouveaux commentaires
- Erreurs, bugs, questions 27 nouveaux commentaires
2018.04.13
Les meilleures ventes du marché :
2018.04.13
Nouvelles publications dans CodeBase
- Stochastic of Hull Hull average is used prior to stochastic calculation thus filtering the prices before they are used in the stochastic calculation. This method is used since it adds much less lag than if the smoothing of the already calculated stochastic value would be used.
- Triple DSEMA This version uses double smoothed EMA instead of using Hull average, and since double smoothed EMA is never overshooting, that issue is solved. Being a very smooth average too, double smoothed EMA is really a good filter/average to be used in the "triple" series.
- Double Smoothed EMA Unlike the similar attempts of smoothing existing indicators, the Double smoothed EMA indicator is not lagging when compared to "regular" EMA.
- Glitch Index Glitch Index represents the percentage move price has made above or below the detrended SMA.
- Congestion index The Congestion Index attempts to identify the market's character by dividing the actual percentage that the market has changed in the past x days by the extreme range.
- Dsl - CMO bars Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends displayed on the main chart as bars (if the current chart style is bars or line) or candles (it is done automatically).
- Dsl - CMO Chande Momentum Oscillator with added Discontinued Signal Lines instead of using static levels for trends.
- Schaff Trend Cycle - TEMA Unlike the original Schaff Trend Cycle, this version is using TEMA MACD for calculation, which makes it "faster" in determining (even compared to DEMA version) the trend changes and thus producing signals a few bars earlier.
- Schaff Trend Cycle - DEMA Unlike the original Schaff Trend Cycle, this version is using DEMA MACD for calculation, which makes it "faster" in determining the trend changes and thus producing signals a few bars earlier (which can be significant in "scalping" systems).
- Hull trend Indicator based on Hull Moving Average.
- Rsi(var) Zerolag DEMA Rsi(var) indicator with zero lag DEMA.
- Rsi(var) Zerolag MA Rsi(var) indicator with zero lag Moving Average.
- Start External Process Script to start an external program.
- Multi Pair Closer Close all positions on a basket of currencies when the profit target has been reached.
- ADX Expert MT4 Expert Advisor based on ADX indicator.
2018.04.12
Les meilleures ventes du marché :
2018.04.12
Les produits gratuits les plus téléchargés :
2018.04.12
2018.04.11
Les thèmes les plus populaires du forum :
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 67 nouveaux commentaires
- Erreurs, bugs, questions 30 nouveaux commentaires
- Toute question des nouveaux arrivants sur MQL4 et MQL5, aide et discussion sur les algorithmes et les codes. 27 nouveaux commentaires
2018.04.11
Les meilleures ventes du marché :
2018.04.11
Nouvelles publications dans 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.
2018.04.10
Les meilleures ventes du marché :
2018.04.10
Codes sources les plus téléchargés ce mois-ci
- 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.
2018.04.10
Nouvelles publications dans 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.
2018.04.09
Les thèmes les plus populaires du forum :
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 56 nouveaux commentaires
- De la théorie à la pratique 38 nouveaux commentaires
- Toute question des nouveaux arrivants sur MQL4 et MQL5, aide et discussion sur les algorithmes et les codes. 30 nouveaux commentaires
2018.04.09
Les produits gratuits les plus téléchargés :
2018.04.09
Les meilleures ventes du marché :
2018.04.08
Codes sources les plus téléchargés cette semaine
- 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.
2018.04.08
Les meilleures ventes du marché :
2018.04.07
Les thèmes les plus populaires du forum :
- De la théorie à la pratique 58 nouveaux commentaires
- Intéressant et Humour 34 nouveaux commentaires
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 34 nouveaux commentaires
2018.04.07
Les meilleures ventes du marché :
2018.04.06
Les produits gratuits les plus téléchargés :
2018.04.06
Les thèmes les plus populaires du forum :
- Le premier et seul vainqueur russe de la Coupe Robbins 63 nouveaux commentaires
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 48 nouveaux commentaires
- Toute question des nouveaux arrivants sur MQL4 et MQL5, aide et discussion sur les algorithmes et les codes. 44 nouveaux commentaires
2018.04.06
Les meilleures ventes du marché :
2018.04.05
Les meilleures ventes du marché :
2018.04.04
Les thèmes les plus populaires du forum :
- Calculez la distance entre deux lignes parallèles, y compris ! 70 nouveaux commentaires
- Valeur maximale pour le réglage du stop loss et du take profit. 54 nouveaux commentaires
- Intéressant et Humour 46 nouveaux commentaires
2018.04.04
Les meilleures ventes du marché :
2018.04.04
1 nouveau thème sur le forum :
2018.04.03
Les produits gratuits les plus téléchargés :
2018.04.03
Les meilleures ventes du marché :
2018.04.03
Codes sources les plus téléchargés ce mois-ci
- 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.
2018.04.02
Les meilleures ventes du marché :
2018.04.02
Les thèmes les plus populaires du forum :
- L'Apprentissage Automatique dans le trading : théorie, modèles, pratique et trading algo 103 nouveaux commentaires
- Toute question des nouveaux arrivants sur MQL4 et MQL5, aide et discussion sur les algorithmes et les codes. 28 nouveaux commentaires
- Soyons amis 22 nouveaux commentaires













































