Retrouvez-nous sur Facebook !
Rejoignez notre page de fans

Utiliser les nouvelles fonctionnalités de MetaTrader 5

Dernières publications de code dans la CodeBase

Nouvelles publications dans CodeBase

  • Get M1 OHLC data for MetaTrader 4 backtesting Usually most brokers do not provide M1 data over 3 months in MetaTrader 4, but they provide M1 data over 3 years in MT5. So we can use this tool to obtain the M1 data in MetaTrader 5 tester and save the data into .hst file for MetaTrader 4 backtesting.
  • Inverse Fisher RVI The Inverse Fisher Transform normalizes the values in the desired range (-1 to +1 in this case) which helps in assessing the overbought and oversold market conditions.
  • Fisher RVI This indicator has an addition of Fisher Transform to the RVI. The Fisher Transform enables traders to create a nearly Gaussian probability density function by normalizing prices. In essence, the transformation makes peak swings relatively rare events and unambiguously identifies price reversals on a chart. The technical indicator is commonly used by traders looking for extremely timely signals rather than lagging indicators.
  • s-Downloader.mq4 The script downloads history for all timeframes and symbols in the Market Watch.
  • History Downloader This is an Expert Advisor (+ indicator) for downloading the quote history of the current symbol and TF

Codes sources les plus téléchargés ce mois-ci

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • 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.

Nouvelles publications dans CodeBase

  • Stochastic Extended This version of Stochastic Oscillator allows you to use any of the 4 basic types of averages (default is SMA, but you can use EMA, SMMA or LWMA too) - some are "faster" then the default version (like EMA and LWMA versions) and SMMA is a bit "slower" but this way you can fine tune the "speed" to signals ratio.
  • T3 Stochastic Momentum Index This version is doing the calculation in the same way as the original Stochastic Momentum Index, except in one very important part: instead of using EMA (Exponential Moving Average) for calculation, it is using T3. That produces a smoother result without adding any lag.
  • Stochastic Momentum Index The Stochastic Momentum Index (SMI) was developed by William Blau and was introduced in the January 1993 issue of Technical Analysis of Stocks & Commodities magazine. It incorporates an interesting twist on the popular Stochastic Oscillator. While the Stochastic Oscillator provides you with a value showing the distance the current close is relative to the recent x-period high/low range, the SMI shows you where the close is relative to the midpoint of the recent x-period high/low range.
  • Directional Efficiency Ratio The Efficiency Ratio (ER) was first presented by Perry Kaufman in his 1995 book "Smarter Trading". It is calculated by dividing the price change over a period by the absolute sum of the price movements that occurred to achieve that change. The resulting ratio ranges between 0 and 1 with higher values representing a more efficient or trending market.
  • TTM trend The TTM (Trade The Markets) Trend is basically an easier way to look at candlesticks. It is the The Heikin-Ashi method. Literally translated Heikin is "average" or "balance,", while Ashi means "foot" or "bar." The TTM trend is a visual technique that eliminates the irregularities from a normal candlestick chart and offers a better picture of trends and consolidations.

Codes sources les plus téléchargés cette semaine

  • 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.

Nouvelles publications dans CodeBase

  • MACD TEMA MACD TEMA is even a bit more "faster" than MACD DEMA so, depending on the parameters, in scalping mode (short calculating periods) or trending mode (when longer periods are used. Never forget that MACD is primarily a momentum indicator and that it is the main goal of MACD.
  • MACD DEMA MACD that is using DEMA fo calculation.

Nouvelles publications dans CodeBase

  • Smoothed Kijun-Sen The Kijun-Sen is a major indicator line and component of the Ichimoku Kinko Hyo indicator, also known as the Ichimoku cloud. It is generally used as a metric for medium-term momentum.
  • CCI alternative Commodity Channel Index (CCI) is a versatile indicator that can be used to identify a new trend or warn of extreme conditions. Donald Lambert originally developed CCI to identify cyclical turns in commodities, but the indicator can be successfully applied to indices, ETFs, stocks, and other securities.

Codes sources les plus téléchargés ce mois-ci

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Nouvelles publications dans CodeBase

  • Volume Rate of Change The Volume Rate of Change indicator (VROC) measures the rate of change in volume over the past "n" sessions. In other words, the VROC measures the current volume by comparing it to the volume "n" periods or sessions ago.
  • DevStops A variation of Deviation Stops (DevStops) indicator. Some are wrongly calling this version a Kase DevStops (which it is not - Kase DevStops indicator is calculated in a quite different way), but this version has its good points too and can be used in regular support/resistance mode. Additionally each DevStop value is colored according to the slope (trend) of the line - when all are aligned in the same direction, it can be treated as a confirmed trend change.
  • Kase DevStops Kase DevStops. What all of this boils down to is that we need to take variance and skew into consideration when we are establishing a system for setting stops. Three steps that we can take in order to both better define and to minimize the threshold of uncertainty in setting stops are: 1. Consideration of the variance or the standard deviation of range. 2. Consideration of the skew, or more simply, the amount at which range can spike in the opposite direction of the trend. 3. Reformation of our data to be more consistent (this step is examined in detail in Chapter 81, while minimizing the degree of uncertainty as much as possible).
  • Smoothed Rate of Change Smoothed Rate of Change (Smoothed-RoC) is a refinement of Rate of Change (RoC) indicator that was developed by Fred G Schutzman. It differs from the RoC in that it based on Exponential Moving Averages (EMAs) rather than on price closes. Like the RoC, Smoothed RoC is a leading Momentum indicator that can be used to determine the strength of a trend by determining if the trend is accelerating or decelerating. The Smoothed RoC does this by comparing the current EMA to value that the EMA was a specified periods ago. The use of EMAs rather than the price close eliminates the erratic tendencies of the RoC.
  • Percentage Price Oscillator Extended The Percentage Price Oscillator Extended (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this difference by the 26-day EMA. The end result is a percentage that tells the trader where the short-term average is relative to the longer-term average.
  • Percentage Price Oscillator The Percentage Price Oscillator (PPO) is a technical Momentum indicator showing the relationship between two Moving Averages. To calculate the PPO, subtract the 26-day Exponential Moving Average (EMA) from the nine-day EMA, and then divide this difference by the 26-day EMA. The end result is a percentage that tells the trader where the short-term average is relative to the longer-term average.
  • Woodies CCI Woodies CCI is a momentum indicator that was developed by Ken Woods. It's based on a 14 period Commodity Channel Index (CCI).

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.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Il y a plus de 7 610 codes publiés dans Codebase

Nouvelles publications dans CodeBase

  • ATR Probability Levels Probability levels based on ATR. "Probability" is calculated based on the projected Average True Range and previous period Close.
  • HOPS and LOPS HOPS and LOPS indicator. The "HOPS" and "LOPS" stand for High Of the Previous Session and Low Of the Previous Sessions.
  • Rsi(var) with averages Rsi(var) with averages.
  • Rsi(var) RSI variation.
  • Reduce_risks This is an MQL5 version of the Expert Advisor described in the article "How to reduce trader's risks" (https://www.mql5.com/en/articles/4233).
  • Currency Strength Meter Displays the relative strengths of chosen currencies on one chart.
  • Signal Candles Get entry signals from specific candles based on your rules.

Codes sources les plus téléchargés ce mois-ci

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Nouvelles publications dans CodeBase

  • Chandelier exit Chandelier exit indicator is designed to keep traders in a trend and prevent an early exit as long as the trend extends. Typically, the Chandelier Exit will be above prices during a downtrend and below prices during an uptrend.
  • Lot calculator - risk management tool This tool allows you to calculate the correct lot size of the next trade by following some simple money management rules.
  • Momentum Histo Displays a Histogram of Momentum, ATR, CCI or RSI indicators relative to a specified level.

Nouvelles publications dans CodeBase

  • RAVI iFish Range Action Verification Index (RAVI) with inverse Fisher transform.
  • Chandes Quick Stick (Qstick) Chandes Quick Stick (Qstick)
  • Ulcer Index This Ulcer Index indicator was derived from the stock risk indicator by Peter Martin in the 1987 book "The Investors Guide to Fidelity Funds".

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.
  • RSI with divergency RSI modified to show the excess of the market (more than 70 and less than 30), and show you the divergency with the price.

Nouvelles publications dans CodeBase

  • Vertical Horizontal Filter The Vertical Horizontal Filter ("VHF") determines whether prices are in a trending phase or a congestion phase. The VHF was first presented by Adam White in an article published in the August, 1991 issue of Futures Magazine.
  • Relative Momentum Index Relative Momentum Index (RMI) is a variation of the RSI indicator. The RMI counts up and down days from the Close relative to the Close X days ago (where X is not limited to 1 as is required by the RSI) instead of counting up and down days from Close to Close as the RSI does.

Nouvelles publications dans CodeBase

Nouvelles publications dans CodeBase

  • Coin Flipping EA Generates a random number, and if this number is even, it will buy, if odd - it will sell.
  • RSI with divergency RSI modified to show the excess of the market (more than 70 and less than 30), and show you the divergency with the price.

Codes sources les plus téléchargés ce mois-ci

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
Il y a plus de 7 590 codes publiés dans Codebase

Nouvelles publications dans CodeBase

  • SAR trading v2.0 Trading signals are generated based on a comparison of two trend indicators: iMA (Moving Average, MA) and iSAR (Parabolic SAR). The EA works on the zero bar, only one position can be open. Trailing stop is used.
  • DojiTrader The Expert Advisor trades using the "Japanese Doji Candlestick" pattern.
  • Dealers Trade v 7.91 ZeroLag MACD A further development of code "Dealers Trade v 7.74 MACD" (https://www.mql5.com/en/code/19535). "Zero-lag MACD" (https://www.mql5.com/en/code/170) is used. When the number of positions increases, the following is also increased: step between positions, lot size, take profit (martingale).
  • Four clicks to draw an arc-shaped channel A quick way to draw an arc-shaped channel using four mouse clicks.
  • ma-shift Puria method The Expert Advisor is based on Puria method with a few changes. It uses two iMA (Moving Average, MA) indicators and one iMACD (Moving Average Convergence/Divergence, MACD).
  • Momo_trades The Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account.
  • ichimok2005 An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Fixed lot.
  • EMA 6.12 The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit.
  • FORTS Currency Powers An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.
  • FOREX Currency Powers MetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.
  • x1 Simultaneous opening of opposing positions. Lot management
  • VR---ZVER The EA uses three iMAs (Moving Average, MA), one iStochastic (Stochastic Oscillator) and one iRSI (RSI, Relative Strength Index). Positions are opened by market, as well as Buy Stop and Sell Stop pending orders are placed.
  • Show Pips Information about profit, points, percent, spread and time remaining until the close the bar on the current currency pair and timeframe in a compact and convenient form.
  • Dealers Trade v 7.74 MACD The EA trades using signals of the iMACD (Moving Average Convergence/Divergence, MACD) indicator. Lot is increased when the number of position grows (Martingale)
  • 3MACross EA An Expert Advisor based on indicators "MA Cross 3MACross Alert WarnSig" (https://www.mql5.com/en/code/19519) and "Price Channel" (https://www.mql5.com/en/code/44)
  • MA Cross 3MACross Alert WarnSig Crossover of three iMAs (Moving Average, MA). Alert, sound notification and email notification of the first crossover. Arrows mark the crossover.
  • Precipice MartIn A trading strategy using the Martingale system.
  • BeerGodEA The Expert Advisor uses signals of the iMA (Moving Average, MA) indicator with a delay from the bar opening time.
  • N Candles v5 The Expert Advisor searches for N identical candlesticks in a row. It buys on bullish candlesticks and sells on bearish ones.
  • Dtm_HTF The Dtm indicator with the possibility to change the indicator timeframe from input parameters.
  • Exp_CMO_Duplex Two identical trading systems based on the crossover of the CMO indicator and the zero line, for long and short trades, which can be configured in different ways in one Expert Advisor.
  • Exp_Daniella A trading system based on the signals of the Daniella semaphore signal indicator.
  • 20 Pips Opposite Last N Hour Trend Trading against the trend direction as of N hours ago.
  • FractalLevels_System The indicator implements a breakout system using the Fractal_Levels indicator channel.
  • Daily BreakPoint A daily bar breakout strategy.
  • KDJ Expert Advisor An Expert Advisor based on "KDJ Indicator"
  • KDJ Indicator KDJ Indicator Oscillator
  • GreenTrade The Expert Advisor trades based on iMA and iRSI signals. Values of iMA on four bars are compared. Indices of these bars can be optimized.
  • Billy expert A trading strategy "three bars down, Stochastic up".
  • Martin A trading system based on the Martingale technique.
  • Vortex Oscillator System A trading system based on the Vortex Oscillator signals.
  • Vortex Oscillator This version of the Vortex indicator shows the difference between the VI+ and VI- lines as a histogram oscillating around the zero line.
  • Bollinger Bands RSI The Expert Advisor is based on the signals of indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).
  • VR Overturn Martingale and anti-martingale.
  • Fractal_Levels The channel is drawn based on fractals.
  • StochValues The indicator shows a text block with the values ​​of the user defined Stochastic Oscillator period for each timeframe.
  • risk Maximum lot calculated based on free margin.
  • Daniella A semaphore signal indicator using Average True Range.
  • Exp_Stopreversal_Tm The Expert Advisor is based on the signals of the Stopreversal indicator and is provided with the possibility to set a strict trading time interval.
  • Ping A real-time indicator showing the lag of quotes inside the terminal.
  • Candle_row The indicator sets indexes for candlesticks in the price movement direction.
  • RSI Eraser The Expert Advisor is based on the iRSI (Relative Strength Index, RSI) indicator signals.
  • OsMaSter v0 The Expert Advisor is based on the iOsMA (Moving Average of Oscillator, OsMA) indicator signals.
  • Spreader 2 An Expert Advisor for two currency pairs
  • Dtm An oscillator in the DRAW_FILLING style, using digital filters.
  • N seconds N points The Expert Advisor tracks positions of all symbols with all magic numbers. If a position has been open for "Waiting for seconds" and its profit has reached "Take Profit" points, the EA closes the position. If the profit has not reached "Take Profit" points, the EA moves the take profit level.
  • Clock A library for creating analog clocks using MetaTrader 4/5 graphical resources.
  • JS-Chaos The Expert Advisor is based on Bill Williams' strategy.
  • KI_signals_v2 A trend indicator, which receives trade signals from the XMACD histogram.
  • Jims Close Positions Closing positions: all, only profitable or only losing positions.
  • XMA_Divergence_HTF The XMA_Divergence indicator with the possibility to change the indicator timeframe from input parameters.
  • CCIValues The indicator shows a text block with the values ​​of the user defined CCI oscillator period for each timeframe
  • XMA_Divergence A trend indicator displaying divergence areas on the price chart.
  • ShadeOpenX_Timer The ShadeOpenX indicator with the possibility to display the percentage value of time that has elapsed since the beginning of the trading session displayed in input parameters. The possibility is implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas".
  • Exp_ColorJFatl_Digit_Duplex Two identical trading systems based on the change in the ColorJFatl_Digit moving direction for long and short trades, which can be configured in different ways in one Expert Advisor.
  • Exp_NRTR_ATR_STOP_Tm A trading system based on the NRTR_ATR_STOP indicator signals with the possibility to set a strict trading time interval.
  • Disaster Works with pending Buy Stop and Sell Stop orders. The EA uses the iMA (Moving Average, MA) indicator with a VERY large period equal to 590.
  • ShadeOpenX The indicator marks the current day's time period specified in the indicator settings using colored rectangles.
  • ShadeOpen The indicator marks the time period specified in the indicator settings using colored rectangles.
  • Alert Crossing Moving Average Nth Bar An alert (an audio alert, email and push notification) is generated when the iMA (Moving Average, MA) indicator crosses the bar with index N.
  • MAMACD A strategy based on iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD).
  • Count of candles in interval (histogram) The indicator shows the number of bullish and bearish bars in the given interval.
  • Statistics of candles 2 Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The script uses the CGraphic class.
  • DeMarkerValues The indicator shows a text block with the values ​​of the user defined DeMarker oscillator period for each timeframe.
  • WPRValues The indicator shows a text block with the values ​​of the user defined WRP oscillator period for each timeframe.
  • Statistics of candles Counting the number of series of bullish and bearish bars. Displaying the result as a chart. Saving the screenshot of the resulting chart. The script uses the CGraphic class.
  • MACD Crossing the zero level (color candles) Color candlesticks display areas, in which the MACD indicator crosses the zero line.
  • MACD Crossing the zero level Displays areas, in which the MACD indicator crosses the zero line.
  • An abstract trading robot, an OOP pattern An example of a template for developing automated trading systems.
  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.

Codes sources les plus téléchargés cette semaine

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.

Codes sources les plus téléchargés ce mois-ci

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Codes sources les plus téléchargés cette semaine

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • 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.

Nouvelles publications dans CodeBase

Codes sources les plus téléchargés ce mois-ci

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Nouvelles publications dans CodeBase

  • CDouble & CDoubleVector A library for common rounding methods used in MQL development, primitive wrapper class for type (double), and vector for CDouble objects. MQL5 and MQL4 compatible!
  • Renko 2.0 A complete Renko chart indicator with wicks. Configure using Tick Size, Pip Size, Points or R. Now with Asymetric Reversals!

Codes sources les plus téléchargés cette semaine

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Codes sources les plus téléchargés ce mois-ci

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.

Codes sources les plus téléchargés cette semaine

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Codes sources les plus téléchargés ce mois-ci

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.
  • Robot_ADX+2MA Uses the analysis of 4 indicators.

Codes sources les plus téléchargés cette semaine

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Codes sources les plus téléchargés ce mois-ci

  • Robot_ADX+2MA Uses the analysis of 4 indicators.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.

Codes sources les plus téléchargés cette semaine

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Nouvelles publications dans CodeBase

Codes sources les plus téléchargés ce mois-ci

Codes sources les plus téléchargés cette semaine

  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Codes sources les plus téléchargés ce mois-ci

Codes sources les plus téléchargés cette semaine

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.

Nouvelles publications dans CodeBase

Codes sources les plus téléchargés ce mois-ci

Codes sources les plus téléchargés cette semaine

  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.
  • Robot_ADX+2MA Uses the analysis of 4 indicators.

Codes sources les plus téléchargés ce mois-ci

Nouvelles publications dans CodeBase

  • CDictionary An implementation of the dictionary (associative array) data structure in MQL5, based on CArrayObj and CList.
  • CEquityHstBar CEquityHstBar - library for showing the equity of EA back-testing by the offline chart.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.

Codes sources les plus téléchargés cette semaine

  • Robot_ADX+2MA Uses the analysis of 4 indicators.
  • Self Optimizing RSI or MFI Trader This robot optimizes the values it uses for overbought and oversold based on what would have been profitable during the Optimization periods(bars) back. Using the strategy of selling when the index indicator crosses below overbought and buying when the index indicator crosses above oversold.
  • Resistance & Support The indicator of support and resistance lines calculated based on the iFractals (Fractals) indicator values.

Codes sources les plus téléchargés ce mois-ci

Codes sources les plus téléchargés cette semaine

Codes sources les plus téléchargés ce mois-ci

  • Rich quickly with the lowest DD Use this Ea with an extreme attention, i got this amazing result searching to optimise setting several days. Work the best on Eur/Usd timeframe M5 long&short
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.
  • Previous Candle Hi-Lo Previous Candle Hi-Lo is used to check the last candle multi-timeframe position relative to the current price.

Codes sources les plus téléchargés cette semaine

Il y a plus de 7 510 codes publiés dans Codebase
1...242526272829303132333435363738...70