Find us on Facebook!
Join our fan page

Use new possibilities of MetaTrader 5

Latest Code Publications in CodeBase

Most downloaded source codes this week

New publications in CodeBase

  • Juice Juice is a standard deviation indicator that shows if the deviation is below or above some fixed level. That way it can show if the volatility is increased or not compared to that level.
  • Elliot Oscillator Simple This version of Elliot Oscillator allows you to chose periods of calculation.
  • Range Oscillator + Bands (Smoothed) This version is the smoothed version of the original Range Oscillator + Bands indicator. Smoothing is cleaning up some false signals and, since the smoothing method is JMA (which has very small lag) the added lag is as small as it can be making it much easier to use in a lot of decision situations.
  • Range Oscillator - Smoothed This version of Range Oscillator has smoothing option in order to avoid some false signals.
  • Export Positions History V1 Export history of closed positions from MT5 retail hedging account selected between two dates. The resulting file is CSV that can be opened/imported with any spreadsheet software.

New publications in CodeBase

  • Price Zone Oscillator - Floating Levels Smoothed In order to filter out some of the signals of the Price Zone Oscillator - Floating Levels indicator, smoothing is added to this version.
  • Price Zone Oscillator - Smoothed This version of Price Zone Oscillator is an attempt to solve the "too fast" slope issue of the original indicator.
  • Sigmoidal Normalized RSI This is sigmoidal normalized version of RSI. Additional JMA smoothing is used in order to produce smooth results.
  • Normalized RSI JMA Smoothed This version of Normalized RSI is adding JMA smoothing to it in order to make that volatility lesser and to attempt to make the slope of the RSI more usable without adding significant lag.
  • Normalized RSI Normalized RSI tries to fix the "RSI problem": the longer the calculating period, the flatter the RSI becomes.

Most downloaded source codes this month

New publications in CodeBase

  • Price Zone Oscillator - Floating Levels Compared to the Price Zone Oscillator indicator, this version is using floating levels to find out the significant levels.
  • Price Zone Oscillator The formula for Price Zone Oscillator (PZO) depends on only one condition: if today's closing price is higher than yesterday's closing price, then the closing price will have a positive value (bullish); otherwise it will have a negative value (bearish).
  • Henderson's Filter The Henderson Filters are derived by minimizing the sum of squares of the third difference of the moving average series. Henderson's criteria ensures that when these filters are applied to third degree polynomials, the resulting smoothed output will fit exactly on these parabolas. The Henderson Filters are suitable for smoothing economic time series as they allow the cycles typical of the trend to pass through unchanged. They also have the property that they will eliminate almost all the irregular variations that are of very short frequencies of six months or less.
There are more than 8 570 codes published in Codebase

New publications in CodeBase

  • Multi T3 Slopes Multi T3 Slopes indicator checks slopes of 5 (different period) T3 Moving Averages and adds them up to show overall trend.
  • Multi JMA Slopes Multi JMA Slopes indicator checks slopes of 5 (different period) Jurik Moving Averages (JMA) and adds them up to show overall trend.
  • Multi Averages Slopes Multi Averages Slopes indicator that checks slopes of 5 (different period) averages and adds them up to show overall trend. Averages that can be used in this indicator are the: SMA, EMA, SMMA, LWMA.
  • Multi LSMA Slopes Multi LSMA Slopes indicator checks slopes of 5 (different period) Least Squares Moving Averages (LSMA or linear regression value) and adds them up to show overall trend.
  • Synthetic VIX - Smoothed Smoothed version of Synthetic VIX.
  • Choppiness Index - JMA Smoothed Compared to the Choppiness Index indicator, this version is using JMA for smoothing (to make it easier to spot the slope direction change of the choppiness index) and to make the values less volatile.
  • Choppiness Index Choppiness Index: another way of calculating fractal dimension.
  • Random Walk Index - JMA Smoothed In order to avoid the too many signals that the regular Random Walk Index tends to produce, this version is using JMA for smoothing which significantly lessens the number of false signals.
  • Random Walk Index The Random Walk Index attempts to determine when the market is in a strong uptrend or downtrend by measuring price ranges over N and how it differs from what would be expected by a random walk (randomly going up or down). The greater the range suggests a stronger trend. The RWI states that the shortest distance between two points is a straight line and the further prices stray from a straight line, implies the market is choppy and random in nature.
  • RSX QQE New Compared to the original QQE indicator, this version instead of using trailing levels uses fixed levels to estimate overbought and oversold conditions. This version is also using RSX (a smoother RSI without a lag) in order to further purify the signals.
  • RSX QQE Histo Compared to the original QQE indicator this version is adding fixed levels (to help further estimate the trend) and color changing histogram (based on those levels), and also using RSX (a smoother RSI without a lag) in order to further purify the signals.
  • RSX QQE This version of QQE is also using RSX (a smoother RSI without a lag) in order to further purify the signals.
  • QQE Histo Compared to the original QQE indicator, this version is adding fixed levels (to help further estimate the trend) and color changing histogram (based on those levels).
  • QQE New Compared to the original QQE indicator, this version instead of using trailing levels uses fixed levels to estimate overbought and oversold conditions.
  • Automatic Fibonacci Lines MrVB AutoFibLinesMrVB indicator draws automatically the Fibonacci levels on the chart.

Most downloaded source codes this week

  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
  • Volume Profile + Range v6.0 Volume Profile + Range v6.0 (former TPO). Distribution of deals by price levels at a given time interval. Displayed as a histogram.
  • 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.

New publications in CodeBase

  • Volume Zone Oscillator - Floating Levels Compared to the Volume Zone Oscillator indicator, this version is additionally using floating levels to determine the trend.
  • Volume Zone Oscillator Volume Zone Oscillator indicator is based on the "In The Volume Zone" article by Walid Khalil and David Steckler, and can be classified as both trending and oscillating (non-trending) in its design.
  • WPR Candles This indicator is a variation of a well known WPR (Williams Percent Range) indicator with 4 WPR values combined into "candles".
  • Heiken Ashi Smoothed - Binary Unlike the Heiken Ashi Smoothed, this indicator is displaying 2 values only: +1 for trend up and -1 for trend down, thus making it suitable for usage from experts.
  • Heiken Ashi Smoothed Instead of using "raw" prices" for calculations, Heiken Ashi Smoothed indicator is using smoothed/filtered/averaged prices instead.
  • ADXVMA Binary ADXVMA indicator made as "binary" having only two values (+1 for "trend" up and -1 for "trend" down).
  • Accumulative Swing Index Smoothed - Floating Levels In this version of Accumulative Swing Index Smoothed indicator we are introducing a sort of levels that can be used for trend assessment.
  • Accumulative Swing Index Smoothed This version of the Accumulative Swing Index indicator is attempting to add some more functionality to it by producing much smoother results.
  • Intraday Channel Breakout Indicator that is checking for intra-day channel values and breakouts of those channels.

Most downloaded source codes this month

  • 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.
  • 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.
  • Simple Pip Value Calculator "How much is a 1 pip movement on EURUSD (or any pair) worth in my currency?" - here's the answer!

New publications in CodeBase

New publications in CodeBase

  • 3 Rules MACD Traditional MACD made stronger with 3 additional rules/filters.
  • Scale All Charts Set all opened charts to use auto scaling or fixed scaling simultaneously.
  • Schedule Library for defining schedules by weekday and time.
  • Tipu CCI Tipu CCI is one of the popular indicators in the Market. The original code for Tipu CCI is modified by removing compatibility with Tipu Panel. This version of Tipu CCI is open for everyone who is interested in developing an Expert Advisor.

Most downloaded source codes this week

  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
  • 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.
  • SL&TP Values Indicator displays the value of defined stop loss and or take profit in the deposit currency.
There are more than 8 540 codes published in Codebase

New publications in CodeBase

  • DEMA_Range_Channel A channel formed by two Double Exponential Moving Averages based on averaged High and Low timeseries
  • Exp_BrainTrend2_AbsolutelyNoLagLwma_MMRec Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system
  • Virtual Trailing Stop Virtual Trailing Stop.
  • Exp_SilverTrend_ColorJFatl_Digit_MMRec Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system.
  • Exp_BykovTrend_ColorX2MA_MMRec Two independent trading systems using indicators BykovTrend_V2 and ColorX2MA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones.
  • cloud's trade 2 Working with two indicators, Fractals and Stochastic, simultaneously, or with only one of them.
  • Ozymandias_System An indicator that colors candlesticks going beyond channel Ozymandias.
  • AOCCI An Expert Adviswor based on two indicators: iCCI (Commodity Channel Index, CCI) and iAO (Awesome Oscillator, AO)
  • Exp_GStop_Tm An Expert Advisor for closing all positions, in case of the total profits on those positions exceeded the Take Profit level fixed in inputs or the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
  • Exp_GTakeProfit_Tm An Expert Advisor for closing all positions, in case of the total profits on those positions exceeded the Take Profit level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
  • Exp_GStopLoss_Tm An Expert Advisor for closing all positions, in case of the total losses on those positions exceeded the Stop Loss level fixed in inputs, or where it is necessary to close all positions beyond the time interval fixed in the settings.
  • Choppiness_IndexH Indicator Choppiness Index Histogram
  • Choppiness_Index Indicator Choppiness Index
  • ButtMA Indicator Butterworth MA.
  • AB Indicator Acceleration Bands
  • WRSI An RSI smoothed by Wilder's moving average
  • VLM Intraday relative volumes indicator Voltest (VLM)
  • MartingailExpert The EA uses Martingale. Initial entry by indicator iStochastic (Stochastic Oscillator).
  • Swing_Shift Indicator Swing Shift
  • SAR_Oscillator Parabolic Stop And Reverse as an oscillator
  • Power An indicator of bull/bear power.
  • III2 Indicator Intraday Intensity Index 2
  • AbsolutelyNoLagLwma_Range_Channel_HTF Indicator AbsolutelyNoLagLwma_Range_Channel with the timeframe selection option available in the input parameters.
  • Flat_Trend A market state indicator
  • DiffMA_Histogram Difference of two moving averages within the range of one-direction candlesticks
  • DiffMA Two moving averages on the range of one-direction candlesticks
  • Bears_Bulls_Impuls An indicator of bull/bear power
  • Adaptable_RSI A configurable RSI
  • AATR Indicator Average Average True Range
  • AbsolutelyNoLagLwma_Range_Channel A channel formed by two moving averages AbsolutelyNoLagLwma based on averaged High and Low timeseries
  • Rj_SlidingRangeRj_Digit_HTF Indicator Rj_SlidingRangeRj_Digit with the timeframe selection option available in the input parameters
  • Bear_Bulls_Power_Period_Candle_HTF Indicator Ang_Zad_C_Hist_Candle with the timeframe selection option available in the input parameters
  • Bear_Bulls_Power_Candle_HTF Indicator Bear_Bulls_Power_Candle with the timeframe selection option available in the input parameters
  • Ang_Zad_C_Hist_Candle_HTF Indicator Ang_Zad_C_Hist_Candle with the timeframe selection option available in the input parameters
  • Ang_Zad_C_Hist_HTF Indicator Ang_Zad_C_Hist with the timeframe selection option available in the input parameters
  • Ang_Zad_C_HTF Indicator Ang_Zad_C allowing changing the timeframe of the indicator in its input parameters, the space between the oscillator and its signal line being filled in color, according to the trend direction
  • Bollinger Band Two MA and ZigZag The Expert Advisor uses indicator iBands (Bollinger Bands, BB), two iMAs (Moving Average, MA) from different timeframes, and custom indicator ZigZag.
  • Auto ADX An Expert Advisor based on indicator iADX (Average Directional Movement Index, ADX).
  • CCFp EA An Expert Advisor based on cluster indicator CCFp (Complex Common Frames percent)
  • JB_Volatility JB Volatility - market volatility oscillator marking its state in color.
  • CRF Indicator CRF (Cumulative Rotation Factor) displays the states of the market: Uptrends/downtrends/consolidation.
  • CMC Indicator CMC (Clear Method Candles) displays colored candlesticks, based on the existing market trend. It is calculated by the "pure" method (without using any other indicators, only price) and has no configurable parameters. It is based on indicator Clear Method Histogram.
  • CMH Indicator CMH (Clear Method Histogram) displays a color histogram of the current market trend.
  • VC Indicator VC (Volatility Channel by Larry Williams).
  • TTF Oscillator TTF (Trend Trigger Factor) was developed as a method to identify market trends and reversals.
  • TCF Oscillator TCF (Trend Continuation Factor) was developed to help identify the trend and direction of the market.
  • Self_Adjusting_RSI In pscillator Self-Adjusting RSI, we have implemented the methods of automated adjusting the RSI oscillator overbought/oversold levels, described in David Sepiashvili's article The Self-Adjusting RSI.
  • RP Indicator RP (Range Position) displays the price position within the range (from Low to High) reached over the previous N periods.
  • PAC PAC (Periods After Crossing MA) is an oscillator displaying the number of bars elapsed after the last crossing of the price and the moving average.
  • DMI_Difference Indicator showing the difference between the +DI and -DI of indicator ADX.
  • BuffAverage Buff Dormeier's moving average weighted by volume.
  • AV AV (Average Volatility) - a simple average volatility oscillator.
  • BOP BOP (Balance of Power) is an oscillator that allows you to assess the powers of buyers and sellers on the market and identify the trend reversal within a proper time.
  • Adaptable_CCI Oscillator Adaptable_CCI. Along with the calculation price and period, this indicator, unlike the standard one, allows you to change parameters, such as calculation range, correction coefficient, and smoothing method.
  • Zero_Lag_TEMA Indicator Zero Lag Triple Exponential Moving Average.
  • Tom_Demark_Moving_Average Indicator Tom_Demark_Moving_Average is the moving average based on Demark's statements regarding trend identification.
  • Stochastic_Bar A simple indicator based on standard stochastic. Along with the Main and Signal lines of standard stochastic, it also draws a color histogram between these two lines.
  • Slingshot Oscillator Slingshot displays in the chart the price momentum histogram and signal line. The probable direction of the fitire price movement is marked in the histogram with different colors.
  • Rj_SlidingRangeRj_Digit Channel indicator Rj_SlidingRangeRj with the possibility to round the indicator levels to the required number of digits.
  • Rex The indicator of probable market reversal based on the true bar value (True Value of Bar).
  • PDI PDI (Price Difference) is a simple signal indicator of the price difference between the previous and the current bars. It displays as signal marks the candlesticks, on which the previous Applied price is higher than the current one by the pre-defined Price difference.
  • Rj_SlidingRange_Cloud Indicator Rj_SlidingRange made in the DRAW_FILLING style as a color background, which makes it more illustrative in many situations.
  • Rj_RMA_HTF Indicator Rj_RMA with the possibility to change the indicator timeframe in its input parameters.
  • Rj_SlidingRange_HTF Indicator Rj_SlidingRange with the possibility to change the indicator timeframe in its input parameters.
  • MV_OBV Unlike standard On Balance Volume calculated on Close prices only, and indicator MultiVote OBV is calculated on HLC prices, which resulted in its higher sensitivity.
  • MM Oscillator MM (Market Mode) allows assessing the market state: In trend state or in cyclic state.
  • FIR Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).
  • EURX Indicator EURX displays index EUR.
  • EMA_With_Trend_Adjustment EMA_With_Trend_Adjustment - a moving average with exponential smoothing and correction by its trend component.
  • DI_Cluster Indicator DI_Cluster represents three indicators ADX with different parameters. Unlike standard ADX, the threshold levels of DI Cluster are not constant, but are determined by the intersections of three indicator lines. You can choose any of the three lines of standard ADX to be displayed: ADX trend strength lines themselves and line +DI or -DI.
  • CI Indicator CI (Congestion Identifier). It displays within how many bars before the current one the price was within the channel formed by the Close price of the current bar +/- Delta in points. It also displays the counter value threshold level and the marks, in which the counter is above or below that level.
  • RoundPrice-Ext_HTF Indicator RoundPrice-Ext with the timeframe selection option available in its input parameters.
  • Exp_BykovTrend_ColorX2MA Two independent trading systems using indicators BykovTrend_V2 and ColorX2MA within one EA.
  • Exp_SilverTrend_ColorJFatl_Digit Two independent trading systems using indicators SilverTrend_V2 and ColorJFatl_Digit within one EA.
  • CCFp (Complex Common Frames percent) Cluster indicator based on article https://www.mql5.com/en/articles/1464
  • BykovTrend_V2 Indicator BykovTrend as candlesticks.
  • Exp_BrainTrend2_AbsolutelyNoLagLwma Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA.
  • Alexav D1 Profit GBPUSD The Expert Advisor places four positions with different Take Profit levels per time. As soon as one Take Profit triggers, the other positions will be moved to breakeven.
  • Bear_Bulls_Power_Period_Candle Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.
  • Exp_NRTR_Duplex Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.
  • XPeriodCandleSystem Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.
  • Bear_Bulls_Power_Candle A candlestick-based chart based on histograms Bear_Bulls_Power calculated on the Open, High, Low, and Close timeseries of the price chart.
  • ZPF ZPF (Zero Point Force) - zero point force indicator. It displays the market climate.
  • XMA Indicator XMA (Digital adaptive Moving Average) is a digital adaptive moving average XMA. It calculates the moving aberage using a digital filter.
  • WAAB Indicator WAAB (Waddah Attar ADXxBollinger) is intended for identifying the direction and strength of the current trend. For this pupose, a combination of the signals from two indicators is used: Advanced_ADX and Bollinger Bands.
  • VFO The VFO (Volume Flow Oscillator) values above zero are bullish and indicate accumulating, while those below zero indicate distributing. Divergences between the price and the indicator values may indicate a forthcoming change in the trend.
  • UDP Indicator UDP (Up/Down Percentage) displays the direction of candlesticks, i.e., up/down, as a percentage over the selected period.
  • SS Indicator SS (Stochastic Stack) represents a set of eight indicators Stochastic with different parameters, united in a single calculation process.
  • RMI Indicator RMI (Running Median Indicator) is a moving average with the "Running Median" filtering algorithm.
  • PVO Indicator PVO (Percentage Volume Oscillator) represents a momentum for the volume. It calculates the difference in the percents of large MA between two moving averages based on volumes.
  • MPO Indicator MPO (Midpoint Oscillator) displays price movement without its trend component around its centerpoint. It is displayed as two lines: Price movement line and signal line. Centerline (MidPoint) is zero level of the oscillator.
  • LeManStop Trend-following indicator LeManStop is a representative of system LeMan and displays Stop Loss levels for the existing positions in the chart. It draws two Stop Loss lines for Long and Short positions, displayed in different colors.
  • GB Indicator GB (Gaussian Bands) works in the same manner as standard indicator Bollinger Bands. However, unlike the former, it performs filtering centerline and deviation lines by Gaussian method. It also has two deviation lines on each side of the centerline.
  • DMX Indicator DMX (Bipolar DMI) is calculated using the standard indicator ADX. However, as compared to that, it displays data as an oscillator with a signal line, and has shorter delay.
  • CA Indicator CA (Corrected Average), also known as Optimal Moving Average. The benefit of the indicator is the fact that the current value of the timeseries must exceed the current threshold that depends on volatility for the indicator line to follow the price, avoiding false signals in the trend.
  • ASO Indicator ASO (Average Sentiment Oscillator) displays the general market climate.
  • SymbolX_Candle This indicator calculates the index of a given currency, using the USD index. It is based on indicator SymbolX, but four prices are used for calculations: OHLC instead of just one Close price.
  • SymbolX This indicator calculates the index of a given currency, using the USD index. The Close prices of six currency pairs are used to calculate the index.
  • Ang_Zad_C_Hist_Candle A candlestick-based chart based on histograms Ang_Zad_C_Hist calculated on the Open, High, Low, and Close timeseries of the price chart.
  • VR Atr pro Lite MT5 Indicator Atr Lite calculates the average price motion
  • Candle shadows v1 Candlestick size and shadow analysis. In OnTradeTransaction, opening (DEAL_ENTRY_IN) and closing (DEAL_ENTRY_OUT) the positions are intercepted, as well as closing by Stop loss (DEAL_REASON_SL).
  • Area MACD An unorthodox approach to indicator MACD: The EA calculates the indicator's area displayed above and below zero line.
  • Hangseng Trader A trading system based on object Fibonacci Lines (OBJ_FIBO) and on indicator Resistance & Support

New publications in CodeBase

Most downloaded source codes this month

There are more than 8 430 codes published in Codebase

New publications in CodeBase

  • Ang_Zad_C_Hist A histogram based on the difference between the main and the signal lines of indicator Ang_Zad_C in the points of the price chart.
  • Ang_Zad_C A trend-following indicator of the main and signal lines, drawn as a color cloud.
  • AbsolutelyNoLagLwma_Digit_Cloud_HTF Indicator AbsolutelyNoLagLwma_Digit_Cloud with the timeframe selection option available in its input parameters.
  • XPeriodCandle_main_HTF Indicator XPeriodCandle_main with the timeframe selection option available in its input parameters.
  • Exp_XPeriodCandle_X2 Trend-following trading system Exp_XPeriodCandle_X2 is based on the signals of two indicators: XPeriodCandle and XPeriodCandle_HTF.
  • XPeriodCandle_main Indicator XPeriodCandle in the main chart.
  • XPeriodCandleRange_HTF Indicator XPeriodCandleRange with the timeframe selection option available in the input parameters
  • XPeriodCandleRange An indicator that draws the XPeriodCandle candlestick sizes in points.
  • AbsolutelyNoLagLwma_BBx7_Cloud_Digit_HTF Indicator AbsolutelyNoLagLwma_BBx7_Cloud_Digit with the timeframe selection option available in the input parameters.
  • AbsolutelyNoLagLwma_BBx7_Cloud_Digit Three Bollinger Bands channels based on one moving average AbsolutelyNoLagLwma, drawn as a colored cloud, with the display of the last values as price labels and the possibility to round Bollinger levels up to a required number of digits.
  • CaudateXPeriodCandleRange_HTF Indicator PCaudateXPeriodCandleRange with the timeframe selection option available in its input parameters.
  • CaudateCandle_HTF Indicator CaudateCandle with the timeframe selection option available in the input parameters
  • XPeriodCandle_HTF Indicator XPeriodCandle with the timeframe selection option available in its input parameters.
  • Exp_XPeriodCandle A trading system based on the signals of indicator XPeriodCandle.
  • Exp_CaudateXPeriodCandle_Tm_Plus A trading system based on the signals of indicator CaudateXPeriodCandle, enabling to maintain your positions within a fixed period of time.
  • Vortex_Difference Indicator to show the difference of the Vortex indicator lines.
  • Vortex Trend-following indicator Vortex.
  • TCI Indicator TCI (Trading Channel Index).
  • TII Indicator Trend Intensity Index.
  • TAI Indicator Trend Analysis Index.
  • Stoch_RSI Stochastic relative strength index increases the sensitivity of RSI (Relative Strength Index), the disadvantage of which is fluctuation between boundary lines and no signals to open a position.
  • RIND Indicator "Range Indicator."
  • SRange_Contraction A signal indicator of daily ranges.
  • PAIN Oscillator PAIN (Price Action Indicator).
  • NV NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.
  • IMI Indicator Intraday Momentum Index.
  • CVI Oscillator CVI (Chartmill Value Indicator).
  • APZ Indicator APZ (Adaptive Price Zone) represents an adaptive price channel.
  • AML Indicator AML (Adaptive Market Level) displays one of three market states: Flat, uptrend, and downtrend.
  • ZLS Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.
  • Test_values_print A simple include file to print out the values and names of variables.
  • Exp_WAMI_Cloud_X2 A trend-following trading system Exp_WAMI_Cloud_X2 based on the sisgnals of two indicators WAMI.
  • AbsolutelyNoLagLwma_Digit_Cloud The AbsolutelyNoLagLwma_Digit moving average which fills the chart space with a colored background.
  • AbsolutelyNoLagLwma_Digit_HTF Indicator AbsolutelyNoLagLwma_Digit with the timeframe selection option available in its input parameters.
  • ID_Close_Rectangle A utility for closing (reducing the right side of the length) the rectangles.
  • CaudateXPeriodCandle_main_Arrow Indicator CaudateXPeriodCandle in the main chart, highlighting with colored points caudate candlesticks of the "Hammer" and "Reversed Hammer" types only.
  • ExFractals An Expert Advisor based on iFractals (Fractals) and on custom indicator ExVol.
  • CaudateXPeriodCandle_main Indicator CaudateXPeriodCandle in the main chart
  • CaudateXPeriodCandleRange An indicator that draws the CaudateXPeriodCandle candlestick sizes in points.
  • CaudateXPeriodCandle Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar, averaging the price timeseries used in the indicator, and highlighting caudate candlesticks.
  • XPeriodCandle Synthetic Japanese candlesticks over the period predefined in the indicator settings, calculating on each bar and averaging the price timeseries used in the indicator.
  • PeriodCandle Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar.
  • Exp_ColorXDerivative A trading system based on the signals of indicator ColorXDerivative.
  • ColorXDerivative_HTF Indicator ColorXDerivative with the timeframe selection option available in the input parameters
  • Volume trader A trading system based on the tick volume of bars.
  • Exp_UltraAbsolutelyNoLagLwma A trading system using oscillator UltraAbsolutelyNoLagLwma.
  • PGC Indicator Price Gouging Cycle.
  • Reverse_Engineering_RSI the indicator performs an inverse mathematical transform of oscillator RSI into price and helps assume, at which approximate level the close price of the next day will be, if RSI reaches a certain value.
  • VAMA_MACD Indicator Volume Adjusted MA MACD.
  • VAMA Indicator Velocity and Acceleration MA.
  • RSS Indicator Relative Spread Strength.
  • NMA Navel MA.
  • IDWMA Indicator Inverse Distance Weighted Moving Average.
  • haDifference Indicator Heikin-Ashi Difference.
  • haOpen Indicator Heikin-Ashi Open.
  • Directional_Breakout An indicator of the movement direction and stop.
  • DBB Indicator Distance from Bollinger Bands.
  • FullDump A trading strategy based on indicators iBands (Bollinger Bands, BB) and iRSI (Relative Strength Index, RSI).
  • ColorX2MA_x2_cloud_HTF Two indicators ColorX2MA from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
  • Cutler_RSI Cutler's RSI.
  • BBB Indicator Bull And Bear Balance.
  • AROON Indicator Aroon.
  • Candle_Code Indicator Candle Code displays in a separate window the "code" of candlesticks as lines built on the ratio of each candle's parameters.
  • CaudateCandle The indicator highlights caudate candlesticks of the "hammer" or "inverted hammer" type, the body of such candlestick being in the upper or lower half of the candlestick
  • WATR_Candles Indicator WATR implemented as a sequence of candlesticks.
  • UltraAbsolutelyNoLagLwma_HTF Indicator UltraAbsolutelyNoLagLwma with the timeframe selection option available in the input parameters
  • WAMI_Cloud_HTF Indicator WAMI allowing changing the timeframe of the indicator in its input parameters, the space between the oscillator and its signal line being filled in color, according to the trend direction
  • Exp_BlauTVI_Tm Expert Advisor Exp_BlauTVI_Tm based on the signals of trend-following indicator BlauTVI
  • Exp_BlauErgodicMDI_Tm A trading system using oscillator BlauErgodicMDI with the option of strictly setting a trading time interval
  • ColorX2MA_HTF Indicator ColorX2MA with the timeframe selection option available in the input parameters
  • Exp_ColorX2MA_X2 Trend-following trading system Exp_ColorX2MA_X2 based on the signals of two indicators ColorX2MA
  • AbsolutelyNoLagLwma_Digit Moving average AbsolutelyNoLagLwma displaying the most recent values as a price label, with the possibility to round the indicator levels to a required number of digits.
  • ColorXDerivative Indicator Derivative additionally smoothed and made as a color histogram
  • AbsolutelyNoLagLwma_x2_cloud_HTF Two indicators AbsolutelyNoLagLwma from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
  • FTNP Indicator Fisher Transform of Normalized Prices
  • CADX An indicator of relative trend strength.
  • WAMI A.W. Warren's Momentum Indicator
  • VolatilityMA A moving average with a changeable calculation period.
  • TCI V2 Indicator Trend Confirmation Index
  • Speed_of_trade Indicator Speed of Trade
  • Reverse_MACD An information-forecast MACD on the price chart
  • Range_Contraction Indicator of daily ranges
  • Polynomial_Regression_Slope Oscillator of polynomial regression slope.
  • Renko Level EA An Expert Advisor based on indicator Renko Level
  • Normalized_AC Indicator Normalized Acceleration/Deceleration
  • HVR Indicator Historical Volatility Ratio
  • FVE Indicator Finite Volume Elements
  • NEF Indicator Nonlinear Ehlers Filter
  • EF Indicator Ehlers Filter
  • ColorJFatl_x2_cloud_HTF Two indicators ColorJFatl from different timeframes, the area between lines being filled with a cloud, the color of which corresponds with the trend direction on the market
  • Exp_AbsolutelyNoLagLwma_X2 Trend-following trading system Exp_AbsolutelyNoLagLwma_X2 based on the signals of two indicators AbsolutelyNoLagLwma
  • UltraAbsolutelyNoLagLwma This indicator is based on indicator AbsolutelyNoLagLwma and on the analysis of its multiple signal lines
  • PCI Indicator Phase Change Index - the market phase change index
  • Interceptor Moving averages on charts M5, M15, H1 are analyzed. The presence of the iMA (Moving Average, MA) "fan" is checked simultaneously on all three charts (M5, M15, and H1).
  • EES Hedger This utility tracks positions opened manually or by another EA for the current symbol and opens an opposite position. Opening the positions is tracked in OnTradeTransaction.
  • Price Rollback A trading system that only trades on resverse and from Thursday to Friday only.
  • BreakOut15 An Expert Advisor based on two indicators iMA (Moving Average, MA). At crossing, we move back from the price at a certain distance and then expect the level obtained to be broken through.
  • JS-MA-Day Working with indicator iMA (Moving Average, MA) with a rigidly defined timeframe: D1.
  • MACD Stochastic 2 iMACD (Moving Average Convergence/Divergence, MACD) with adjustable timeframes and a Stochastic of the current timeframe.
  • 2MA Bunny Cross Expert An Expert Advisor based on two indicators iMA (Moving Average, MA).

Most downloaded source codes this week

  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
  • 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.
  • TDI-With Alerts Indicator TDI-With Alerts. The description look in a code.

Most downloaded source codes this month

  • 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.
  • 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.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

Most downloaded source codes this week

  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.
  • 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.
  • 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.
There are more than 8 330 codes published in Codebase

New publications in CodeBase

  • CCI T3 Based In CCI T3 Base indicator average is replaced with T3 and the deviation is replaced with EMA deviation.
  • Schaff Trend Cycle - Jurik Volty Adaptive RSX This indicator is a Schaff Trend Cycle that is using Jurik Volty Adaptive RSX for calculation. Default adapting period is kept rather long simply to make the effects of the adapting more noticeable.
  • TEMA Jurik Volty Adaptive TEMA Jurik Volty Adaptive is using Jurik Volty for making the TEMA adaptive.
  • DEMA Jurik Volty Adaptive DEMA Jurik Volty Adaptive is using Jurik Volty for making the DEMA adaptive.
  • EMA Jurik Volty Adaptive EMA Jurik Volty Adaptive is using Jurik Volty for making the EMA adaptive.
  • Jurik Volty Multi Timeframe Jurik Volty Multi Timeframe indicator is calculating and showing periods of elevated or lesser volatility as a standalone indicator.
  • Jurik Volty Jurik Volty indicator is calculating and showing periods of elevated or lesser volatility as a standalone indicator.

New publications in CodeBase

  • Hikkake Pattern (Inside Day False Breakout) Hikkake Pattern (Inside Day False Breakout) indicator is a trading strategy based on false breakouts. Translated into MQL5 code from Dan Chesler's article published in April 2004, Active Trader Magazine "Trading False Moves with the Hikkake Pattern".
  • CSeries Class A low latency container for working with ticks

Most downloaded source codes this month

  • 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.
  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

New publications in CodeBase

  • Pivotal Points Pivotal points as described in the March 2009 SFO magazine article "Trading FX Like Jesse Livermore Traded Stocks" by Jamie Saettele.
  • ATR Value Indicator An indicator for displaying ATR (Average True Range) value in pips or points with option for setting multiplier.

New publications in CodeBase

  • CCI Squeeze Multi Timeframe Compared to the CCI Squeeze indicator, this version is a standalone multi timeframe version (no other indicator is needed for its work).
  • CCI Squeeze Combination of two very well known indicators (CCI and Moving Average) that estimates the direction strength of the current market trend.
  • Step Chart Separate Compared to the Step Chart indicator, this version displays the values in a separate window (as a sort of a help to see the trend changes in an easier way).
  • Step Chart Histogram Compared to the Step Chart indicator, this version displays the values in a separate window as a histogram (as a sort of a help to see the trend changes in an easier way).
  • Step Chart Step Chart indicator monitors the price change (in pips) and according to that, determines if a new "step" has been made or not.
  • Volatility Pivot Volatility Pivot indicator calculates "pivots" (support/resistance lines) based on current symbol/timeframe Average True Range calculated volatility.
  • Dollar Index Candles Compared to the Dollar Index indicator, this version is a bit different: instead of showing just one value, it is displaying the "open", "close", "high" and "low" of dollar index as candles in a separate window. That way you can see the volatility of the dollar index intra bar change too and it displays values closer to our normal assumption how the index is formed.
  • Dollar Index The U.S. Dollar Index (USDX, DXY, DX) is an index (or measure) of the value of the United States dollar relative to a basket of foreign currencies, often referred to as a basket of U.S. trade partners' currencies. The Index goes up when the U.S. dollar gains "strength" (value) when compared to other currencies.
  • s-Downloader (SingleTF) The script downloads the historical quotes data of the current chart symbol and timeframe.

Most downloaded source codes this week

Most downloaded source codes this month

  • 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.
  • 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.
  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.

New publications in CodeBase

  • Repulse Multi Timeframe The Repulse Multi Timeframe indicator measures and displays the bullish or bearish pressure associated with each price candlestick in the form of a curve.
  • Log Sigmoidal Normalized Jurik MA In this indicator Jurik MA is sigmoidal (Softmax) normalized - made as oscillator that ranges in 0 to 1 range, and if you use hyperbolic normalization it will range from -1 to +1 range.
  • Repulse The Repulse indicator measures and displays the bullish or bearish pressure associated with each price candlestick in the form of a curve.
  • Log Sigmoidal Normalized T3 In this indicator T3 is sigmoidal (Softmax) normalized - made as oscillator that ranges in 0 to 1 range, and if you use hyperbolic normalization it will range from -1 to +1 range.
  • RSI with RSI The five-week and 17-week RSI values are used for entry and exits while the 17-week RSI is used for trend direction as an entry filter in the retracement entries.

New publications in CodeBase

  • Exp_Sinewave2_X2 A trend-following trading system Exp_Sinewave2_X2 is based on the signals of two indicators Sinewave2
  • SilverTrend_x10 Indicator SilverTrend_x10 shows the color of the SilverTrend indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.
  • MultiSilverTrend_x10 Indicator MultiSilverTrend_x10 shows information on the current trends, using the colors of indicator SilverTrend from ten different timeframes.
  • Sine Wave Cloud HTF Indicator Sine Wave with the timeframe selection option available in input parameters, in form of a colored cloud.
  • Exp_SilverTrend_Duplex Two identical trading systems (for long and short positions) based on the signals of indicator SilverTrend, which can be configured in different ways within one Expert Advisor.
  • SilverTrend Indicator SilverTrend_Signal that generates alerts and sends e-mails and Push-messages when the indicator changes its color, implemented as candlesticks. Candlesticks with the trend are colored brightly, and those against the trend are colored darkly.
  • SilverTrend_NRTR_HTF Indicator SilverTrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.
  • Tarzan A simple RSI with a channel and signal arrows
  • Smoothed_Smart_Money_Pressure_Oscillator Smoothed Smart Money Pressure Oscillator
  • SilverTrend_NRTR Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.
  • Smart_Money_Pressure_Oscillator Smart Money Pressure Oscillator
  • SSD_With_Histogram A slow stochastic with a histogram.
  • WEVOMO Weight Volume Move-Adjusted Moving Average.
  • Wiseman_HTF Indicator Wiseman with the timeframe selection option in its input parameters.
  • RVRResistance An indicator of the volume / bar price range ratio with a signal line and with the option of identifying the maximum/minimum price change resistance.
  • Range_Volume_Ratio_S Indicator of candlestick size / tick volume ratios and signal line.
  • Range_Volume_Ratio Indicator of candlestick size / tick volume ratios.
  • Range_Histogram A candlestick size indicator.
  • Rainbow_Volume A colored tick-volume indicator.
  • Wiseman Wiseman is an indicator basically aimed at showing the candlestick, on which the trend has changed its direction.
  • Kalman_Filter Indicator Kalman Filter. It allows efficiently smoothing the noise, extracting the main trend from it.
  • HL_StdDev The oscillator shows standard deviation calculated on the difference between the High and the Low.
  • EMA_Trend Two channels by the High and Low of MA.
  • ADX_Difference Indicator of the difference between ADX and ADX as of N periods ago.
  • ADMIR Oscillator ADMIR (Average Directional Movement Index Rating) shows the ratio of the ADX lines of two indicators Average Directional Movement Index with the calculation periods differing by the specified value.
  • CandleStop_Cloud_HTF Indicator CandleStop_Cloud with the timeframe selection option available in input parameters.
  • CandleStop_Cloud An indicator to pull trailing stops with the channel color background filling and showing the latest values as price labels.
  • Exp_CandlesticksBW_Tm The Exp_CandlesticksBW_Tm Expert Advisor is based on the color change of the CandlesticksBW candlesticks and allows strictly define the trading time interval.
  • CandlesticksBW_x10 Indicator CandlesticksBWx10 shows the color of the CandlesticksBW indicator candlesticks from ten different timeframes from the bar defined in the indicator input parameters.
  • MultiCandlesticksBW_x10 Indicator MultiCandlesticksBW_x10 shows information on the current trends, using the colors of indicator CandlesticksBW from ten different timeframes.
  • CandlesticksBW_Alert An indicator with coloring candlesticks according to B. Williams and alerting on trend change, as well as sending e-mails and Push-messages in such situation.
  • OzFX_D1_IndAES_v1.0_HTF Indicator OzFX_D1_IndAES_v1.0 with the timeframe selection option available in the input parameters.
  • Two MA one RSI Two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Many settings and optimization of trade signals formula.
  • Exp_SilverTrend_CrazyChart A trading system based on the signals of indicator SilverTrend_CrazyChart.
  • EA Stochastic Trading based on indicator iStochastic (Stochastic Oscillator, Stochastic). Stop Loss, Take Profit, and Trailing of a position can be enabled/disabled.
  • Close by Equity Percent The EA closes all positions if the equity reaches a certain ratio as related to the balance.
  • Previous Candle Breakdown Expert Advisor "Previous Candle Breakdown."
  • Trend_Component Indicator John Ehlers Trend Component
  • Deep Drawdown MA The EA opens positions at crossing fast iMA and slow iMA (Moving Average, MA). It has the function of outstaying the losses. It catches the type of the position in OnTradeTransaction.
  • MurreyMathFixPeriod Murrey levels are an efficient tool to forecast the changes in price movement. The main idea of this system is that all markets move in the same manner.
  • MultiBrainTrend2_V2_x10 Indicator MultiBrainTrend2_V2_x10 shows information on the current trends, using the colors of indicator BrainTrend2_V2 from ten different timeframes.
  • BrainTrend2_V2_x10 Indicator BrainTrend2_V2x10 shows the color of the BrainTrend2_V2 indicator candlesticks from ten different timeframes.
  • Trend_Angle The indicator calculates the inclination angle of the last segment of moving average and shows it in the chart together with the MA line and the line drawn from the last segment of moving average.
  • ProfitCalculator Panel indicator with the date on closed positions.
  • RSI_STARC RSI + STARC Bands (Stoller Average Range Channels).
  • Volatility_Ratio Indicator Volatility_Ratio.
  • TATR Oscillator TATR (Tick Average True Range).
  • Exp_BrainTrend2_V2_Duplex Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.
  • AnalysisOnBars_HTF Indicator AnalysisOnBars with the timeframe selection option available in input parameters.
  • AnalysisOnBars Informational indicator AnalysisOnBars shows bars without considering the price. Bars are shown in points.
  • PDO Indicator PDO (Percent Difference Oscillator).
  • Notis Oscillator Notis% V measures the market volatility, based on the difference between the intraday High and Low.
  • TradingBoxing Trading panel based on class CDialog.
  • MACD_Squeeze Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.
  • Intraday_Intensity_Index Intraday Intensity Index.
  • HWC Channel indicator HWC (Holt-Winters Channel).
  • HWMA Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method.
  • Divergence_Candles Indicator of candlestick divergences.
  • Difference2 Indicator Difference2 shows the difference between the predefined reference prices (Applied price) now and as of N periods ago.
  • DI Oscillator DI (Damping Index) is designed for identifying the damping of the directed market movement.
  • Modified Moving Averages A slightly modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average
  • Binario Working with pending orders Buy Stop and Sell Stop. A channel of two indicators iMA (Moving Average, MA).
  • BrainTrend2Stop_HTF Indicator BrainTrend2Stop with the timeframe selection option available in input parameters.
  • BrainTrend2_V2 Indicator BrainTrend2 that generates alerts and sends e-mails and Push-messages when the indicator changes its color.
  • Coin Flip Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.
  • InvertCandle_Plus The inverted chart of the current financial instrument, displaying Ask and Bid price levels.
  • AnchoredMomentum_x10 Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.
  • Exp_ATR_Normalize_Histogram A trading system based on the signales of indicator ATR_Normalize_Histogram
  • ATR_Normalize_Histogram_HTF Indicator ATR_Normalize_Histogram with the timeframe selection option available in input parameters, alerting when the overbought/oversold zones are broken through.
  • ATR_Normalize_Histogram A typical oscillator using Average True Range in form of a multicolor histogram.
  • MACD and SAR A trading system based on indicators MACD and SAR. The signal receiving formula is completely optimizable.
  • Executor Candles Trading on several candlestick patterns. The levels of Take Profit, Stop Loss, and Trailing are separate for BUY and SELL.
  • Night Flat Trade The EA works in the quietest hours (upon closing the American session and before opening the Asian session).
  • ASCtrend_NRTR_HTF Indicator ASCtrend_NRTR with the timeframe selection option available in input parameters, alerting and sending e-mails and push-messages when the indicator changes its color.
  • TVI TVI (Trade Volume Index).
  • Sidus_V1_Cloud Channel indicator
  • RTR Oscillator RTR (Range To Range) shows the ratio of two ATRs, a fast one and a slow one. Indicator RTR (Range To Range)
  • ASCtrend_NRTR Indicator ASCtrend with the NRTR line of possible stop order locations.
  • ReverseMinMax The indicator of the lowest tops and the highest bottoms.
  • Onisuk_Filter Direction Filter Indicator.
  • MIT Oscillator MIT (Momentum In Time) is a normal momentum with anchoring the calculations to the calculation start time.
  • Linda's Coil Linda's Coil - an indicator of "engulfed" candlesticks.
  • Glitch_Index Glitch_Index - indicator of the price deviation from its average value.
  • GAPO GAPO (Gopalakrishnan Range Index Oscillator) assesses quantitatively the volatility of an instrument, based on the trading range logarithm over an N-day period of time.
  • ERVI Oscillator ERVI (Ehlers' Relative Vigor Index) based on the relative vigor index by John F. Ehlers.
  • ESM Indicator ESM (Elsig's Shifting Mean) shows the averaged shift of price over the specified time interval (bars).
  • Advance_Decline_Line Indicator ADL (Advances/Declines Line) shows the ratio of positive and negative price increments over a specified time interval.
  • Exp_AbsolutelyNoLagLwma A trading system based on the AbsolutelyNoLagLwma indicator signals.
  • AnchoredMomentum_HTF Indicator AnchoredMomentum with the timeframe selection option available in input parameters.
  • InvertCandle The inverted chart of the current financial instrument.
  • ADX_Cross_Hull_Style_NRTR_HTF Indicator ADX_Cross_Hull_Style_NRTR with the timeframe selection option available in input parameters.
  • Lock Locking positions - opening Buy and Sell simultaneously.
  • AIS2 Trading Robot An automated trading system with a data panel in form of the OBJ_LABEL objects.
  • ADX_Cross_Hull_Style_NRTR An NRTR-type indicator using Average Directional Movement Index.
  • AbsolutelyNoLagLwma_HTF Indicator AbsolutelyNoLagLwma with the timeframe selection option available in input parameters, alerting when the indicator changes its color.
  • ID Compare HH LL and delta base This oscillator shows the differences in points between the successive High of bars/candlesticks and Low of bars/candlesticks. It also shows them in different colors, depending on the directions and amount of points set in the properties.
  • AbsolutelyNoLagLWMA A moving average using double LWMA-averaging and implemented in color.
  • Martingale Dynamic managing the lot size depending on the balance.
  • 2XMA_Ichimoku_Signal A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.
  • Bands 2 A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock).
There are more than 8 300 codes published in Codebase

Most downloaded source codes this week

  • 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.
  • 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.
  • Simple Pip Value Calculator "How much is a 1 pip movement on EURUSD (or any pair) worth in my currency?" - here's the answer!
There are more than 8 200 codes published in Codebase

New publications in CodeBase

  • Exp_AverageChangeCandle A trading system based on the signals of indicator AverageChangeCandle.
  • XStdDevSpeed_direction Indicator XStdDevSpeed_direction shows the information on the market volatility, using the values of indicator XStdDevSpeed with a fixed timeframe.
  • Exp_XRSIDeMarker_Histogram A trading system based on the XRSIDeMarker_Histogram indicator signals.
  • Exp_2XMA_Ichimoku_Oscillator A trading system based on the 2XMA_Ichimoku_Oscilator indicator signals.
  • EMAVFS_StDev_HTF Indicator EMAVFS_StDev with the timeframe selection option available in input parameters.
  • Four horizontal lines The indicator plots four horizontal lines: Two basic ones (red by default) above the High and below the Low of the "Bar number" bar and help lines (green by default) shifted from the basic ones.
  • TST The Expert Advisor does not use any indicators. It only uses the current price and the OHLC of zero bar.
  • EMAVFS_StDev The EMAVFS indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
  • ID_Close_Rectangle_TL_AL A utility for closing (reducing the right side of the length) the rectangles, trendlines, or lines with arrows to some bars/candlesticks.
  • EMAVFS_channel_HTF Indicator EMAVFS_channel with the timeframe selection option available in input parameters.
  • NeuroNirvamanEA The trading system is based on a simple neural network.
  • EMAVFS_HTF Indicator EMAVFS with the timeframe selection option available in input parameters.
  • EMAVFS_channel A channel using a non-smooth and steady approximation error, in which the exponential moving average with a variable smoothing factor is used as the midline.
  • RSI Bollinger Bands EA The EA determines the overbought (OB) and oversold (OS) zones, for which it generates trading signals for selling or buying.
  • SL_Calculator Indicator StopLoss Calculator.
  • TQ Indicator Trend Quality.
  • PC Indicator Price Cycle.
  • MI Indicator MI (Mass Index).
  • EMV Indicator Arms' Ease of Movement Value (EMV).
  • EMAVFS Exponential moving average with a variable smoothing factor.
  • Coppock The Coppock Indicator of Bullish Signals.
  • Average Modified Moving Average Average Modified Moving Average.
  • McClellan_Summation_Index Sherman and Marian McClellan Summation Index.
  • AD_Indicator Sherman and Marian McClellan Advances/Declines Indicator.
  • McClellan_Oscillator Sherman and Marian McClellan Oscillator.
  • SD_M_Swap A script for showing the swap value on a financial instrument. The texts of positive and negative swaps are shown in different colors.
  • AlliHeik Trading on indicator Heiken Ashi Smoothed Oscillator. Settings for placing Stop Loss, Take Profit, and Trailing the positions.
  • Surefirething Working with pending Buy Limit and Sell Limit orders. Trailing the positions is possible.
  • RANA Sherman and Marian McClellan Ratio Adjusted Net Advances Indicator.
  • Modeling_The_Market John Ehlers Modeling The Market Indicator.
  • Expotest An Expert Advisor based on indicator SAR.
  • AverageChangeCandle A financial asset strength indicator as a candlestick chart.
  • AO Lightning The EA uses indicator Awesome Oscillator.
  • Spasm A trading system based on detecting the market volatility.
  • Exp_KWAN_RDP A trading system based on the KWAN_RDP indicator signals.
  • Exp_KWAN_CCC A trading system based on the KWAN_CCC indicator signals.
  • PLC (penetration of the last candle) Placing Buy Stop and Sell Stop on the 5-minute timeframe.
  • Exp_KWAN_NRP A trading system based on the KWAN_NRP indicator signals.
  • XStdDevSpeed_HTF Indicator XStdDevSpeed with the timeframe selection option in input parameters.
  • XStdDevSpeed Smoothed standard deviation changing rate.
  • SSL2_HTF Indicator SSL2 with the timeframe selection option available in input parameters.
  • SSL2 Two different-period indicators SSL, implemented as a colored cloud.
  • e-News-Lucky The Expert Advisor places pending Buy Stop and Sell Stop orders. If orders execute, the trailing stop is run for the positions.
  • e_Breakeven_v4 An assistant Expert Advisor. It moves positions to a breakeven and then enables trailing.
  • TwoBarsComparison The EA compares the opening prices of the zeroth and the second bar. It moves positions to a breakeven and/or enables trailing.
  • exp_Amstell The EA uses a virtual Take Profit for closing gaining positions. Opening positions with a step. Catch the type of the last position and its price in OnTradeTransaction.
  • Exp_Sar_Tm_Plus A trading system based on indicator signals Parabolic Stop and Reverse system with the possibility to set a fixed position holding time.
  • EA Moving Average The EA is based on Moving Average.mq5 from standard delivery. Working with OnTradeTransaction to get the price of the last closed position.
  • Sar_HTF_Alert Indicator iSAR with the timeframe selection option in input parameters, implemented in color, with the possibility to generate alerts when the trend changes its direction.
  • UniversalMACrossEA The EA based on two iMA (Moving Average, MA) indicators. Selecting the lot calculation mode: Manually or in the risk percentage per trade. Position trailing.
  • 2XMA_Ichimoku_Oscillator_HTF Indicator 2XMA_Ichimoku_Oscillator with the timeframe selection option available in input parameters.
  • 2XMA_Ichimoku_Oscillator An oscillator based on the difference of two smoothed, different-period Tenkan-Sen lines in form of a colored histogram.
  • VR---Moving An Expert Advisor based on indicator iMA (Moving Average, MA) and implemented as a class.
  • KWAN_CCC_HTF The KWAN_CCC indicator with the possibility to change the indicator timeframe in input parameters.
  • KWAN_CCC A simple oscillator based on the values of the Chaikin Oscillator, Commodity Channel Index and iMomentum indicators and implemented as a two-colored histogram.
  • KWAN_RDP_HTF The KWAN_NRP indicator with the possibility to change the indicator timeframe in input parameters.
  • KWAN_RDP A simple oscillator based on the values of the iDemarker, iMFI and iMomentum indicators and implemented as a two-colored histogram.
  • BSS 1_0 An Expert Advisor based on three iMA (Moving Average, MA) indicators.
  • Doji Arrows An EA based on the Doji pattern. Position trailing.
  • DeleteTradeArrows It deletes the arrow objects from the chart, which mark the transactions in the chart. The utility is implemented as an indicator that does not draw anything by itself.
  • GoldWarrior02b This EA uses indicators iCCI (Commodity Channel Index, CCI), ZigZag, and Impulse. Position trailing is possible.
  • Impulse Impulse Indicator - Count of Points Passed.
  • Stochastic_ROC Stochastic Price Rate-of-Change Oscillator.
  • Stochastic_MACD Stochastic MACD.
  • Stochastic_Slow Slow Stochastic.
  • Stochastic_Fast Fast Stochastic.
  • IT Instantaneous Trendline - John Ehlers "instantaneous" trendline.
  • CC John Ehlers Cyclic Component Indicator.
  • AwesomeMod Modified Awesome Oscillator.
  • Absorption The EA trades with the Absorption pattern. Working with pending orders Buy Stop and Sell Stop.
  • Advance_Decline_Line Indicator of trend strength and of the possible changes in its direction.
  • USDX_Candle The US dollar index in form of Japanese candlesticks.
  • USDX The US dollar index against a basket of basic currencies.
  • Generic_Index Generic Index Indicator.
  • Firebird v0.60 The EA trades on the iMA (Moving Average, MA) indicator. At the same time, there is a parameter of the indicator indent from price, set in percents.
  • Brandy Two Moving Average indicators: A slow one for opening positions, and a fast one for closing positions.
  • Momentum-M15 An Expert Advisor based on two indicators: iMAs (Moving Average, MA) and iMomentum (Momentum).
  • FX-CHAOS_SCALP The FX-CHAOS_SCALP trading strategy.
  • ZigZag on Fractals ZigZag based on the Fractals indicator.
  • Blau_TStoch William Blau Stochastic.
  • Blau_TSI William Blau True Strength Index.
  • Blau_TS_Stochastic William Blau Stochastic.
  • Blau_Trend_Momentum William Blau Trend Momentum.
  • Blau_Stochastic_Index William Blau Stochastic Indicator
  • Blau_SM William Blau Stochastic Momentum.
  • Blau_Mtm William Blau Momentum.
  • Blau_Directional_Trend_Index William Blau Directional Trend Index.
  • Blau_Candlestick_Momentum William Blau candlestick momentum.
  • Blau_Candlestick_Index William Blau Candlestick Index.
  • Volume_Accumulation_Percentage Indicator of volumes accumulated within a period.
  • Volume_Accumulation Indicator of volumes accumulated.
  • SSIFT Smoothed Stochastic Inverse Fisher Transform.
  • KAMA Kaufman Adaptive Moving Average (KAMA)
  • Price Impulse The EA waits for the price to pass XXX points within NNN ticks.
  • N-_Candles_v7 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.
  • Small_Inside_Bar_Strategy Small_Inside_Bar_Strategy - an Expert Advisor based on indicator Small_Inside_Bar.
  • ChannelEA2 ChannelEA2 - an Expert Advisor working in a channel, using pending stop orders.
  • Fast iBarShift and Bars for MT5 Complete and fast functions similar to Bars and iBarShift from MQL4.
  • JK Synchro No indicators: Only Open and Close price analysis. Input parameters: Stop Loss, Take Profit, and Trailing.
  • PivotHeiken 3 The EA uses indicators Pivot-2 and Heiken Ashi Smoothed Oscillator.

New publications in CodeBase

  • Historical Volatility Bands - Parkinson Historical Volatility Bands that are constructed using average as the middle line, and upper and lower bands using the Parkinson's historical volatility (instead of "regular" Historical Volatility) for bands calculation.
  • Historical Volatility - Parkinson An important use of the Parkinson's number is the assessment of the distribution prices during the day as well as a better understanding of the market dynamics. Comparing the Parkinson's number and periodically sampled volatility helps traders understand the tendency towards mean reversion in the market as well as the distribution of stop-losses.
There are more than 8 100 codes published in Codebase

New publications in CodeBase

  • Trend Envelopes of Averages Trend Envelopes with an option to chose smoothed/filtered price in calculation instead of using "raw" prices.
  • LSMA Trend Indicator based on LSMA (Least Squares Moving Average). It shows the trend of the used average and displays it as a sort of an oscillator.
  • Quadratic Regression MA Quadratic Regression MA is a sort of a linear regression value variation, but faster in response to market changes.
  • Historical Volatility Bands - High/Low Historical Volatility bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility high/low (instead of "regular" Historical Volatility) for bands calculation.
  • RSI Сandles - Smoothed with Trend Envelopes RSI Candles with an additional option to filter (smooth) the prices prior to using them in RSI calculation (which, effectively makes it an RSI of average).
  • Historical Volatility Bands Historical Volatility Bands constructed using average as the middle line, and upper and lower bands using the Historical Volatility for bands calculation.
  • Historical Volatility - High/Low This version also does not use Close prices for volatility calculation. Instead it uses the High/Low ratio (the calculation is different from the "regular" Historical Volatility indicator).
  • Historical Volatility Historical Volatility (HV) is a statistical measure of the dispersion of returns for a given security or market index over a given period of time. Generally, this measure is calculated by determining the average deviation from the average price of a financial instrument in the given time period.
  • SHA256, SHA384 and SHA512 + HMAC Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.
  • Martingale VI Hybrid A martingale strategy, an old EA that was rebuilt to be efficient.

New publications in CodeBase

  • BB Stops - Smoothed WPR BB Stops indicator of smoothed WPR.
  • BB Stops - RSI BB Stops using RSI for stops calculation.
  • BB Stops - MACD MACD indicator that is using very well known BB Stops instead of using signal line for signals.
  • Volatility Quality - on chart Volatility Quality indicator made "on-chart".
  • Super Trend - Extended Super Trend indicator extended with additional display types.
  • Super Trend Super Trend indicator is probably one of the most known for MetaTrader 4. This version is for MetaTrader 5.
  • Trend Envelopes of Averages Histogram Trend Envelopes indicator made as histogram.
  • Fibo Pivots Fibonacci Pivot points indicator that can draw any number of levels for any of the known timeframes usable by MetaTrader 5.
  • RSI Candles with Trend Envelopes RSI Candles (RSI that calculates RSI of High, Low Open and Close and displays those values as candles) with an addition of Trend Envelopes.
  • QQE - Multi TimeFrame The QQE (Quantitative Qualitative Estimator) made multi timeframe.
  • CCI Candles of Averages Four different CCIs combined into a "candles" display of CCI. For smoothing you can use one of the 4 basic types of averages: SMA, EMA, SMMA or LWMA.
  • CCI Candles Four different CCIs combined into a "candles" display of CCI.
  • RSI Candles - Smoothed Combination of 4 RSI values (RSI of High, Low, Open and Close) displayed as candles with additional option to enable prices pre-smoothing prior to be used in calculation, which makes it an RSI-of-MA combination.
  • RSI Candles This is a RSI of High, Low, Open and Close displayed as color candles in it's own sub-window.
  • Trend Envelopes - RSI Trend Envelopes variation of RSI indicator.
  • Trend Envelopes Trend Envelopes indicator is using only % deviation for calculation and that is the only parameter needed for calculation. It is internally using Close, High and Low price and in this version that can not be changed. Also, due to the nature of the indicator, it can be easily be used as a sort of support/resistance indicator.
  • Advanced ADX This version of ADX instead uses different display in order to make that as easy as it can be. The ADX values are easily comparable to the significant level, the the color of the ADX value and histogram clearly shows the trend. That way it is easier to follow the ADX trend(s) and values.

Most downloaded source codes this month

  • 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.
  • Martingale Bone Crusher This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.
  • 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.

Most downloaded source codes this week

There are more than 8 070 codes published in Codebase

New publications in CodeBase

  • EMA_WMA v2 EMA_WMA - Expert Advisor for MetaTrader 5. Intersection of two iMA (MA). Position trailing.
  • TrueSort_1100 The Expert Advisor waits when the lines of MA(10), MA(20), MA(50), MA(100) and MA(200) get arranged one above the other (or one below the other).
  • Poker_SHOW An Expert Advisor based on a random number generator. Trend is determined using the iMA (Moving Average, MA) indicator.
  • sDotToLineDist A script calculating the distance between a point and a line.
  • maximus_vX lite The Expert Advisor trades using levels. It can have a maximum of two positions of each type (Buy and Sell) in the market.
  • WCCI A weighted CCI.
  • Futures Portfolio Control Expiration A portfolio EA for the MOEX FORTS market.
  • Trend_Force An indicator of trend strength.
  • RSI_With_Step_MA A smoothed RSI.
  • Repulse_Divergence Divergences of the Repulse oscillator.
  • Repulse An indicator of possible price "rebounds".
  • Psychology_Index The Overbought/Oversold Index
  • Performance_Index The Performance Index indicator.
  • JSmooth_MA A Moving Average with the smoothing type by Mark Jurik.
  • Important_Extremums An indicator of important extremums.
  • Donchain counter A trading system based on the Donchian Channel indicator.
  • ILRS_MA Integral of Linear Regression Slope (ILRS MA).
  • Dominant_Color An indicator of the dominant direction of closing of bars.
  • TriMA Triangular Moving Average.
  • Trailing_Stop_Level An indicator of StopLoss levels.
  • Simple_Support_Resistance An indicator of current support/resistance levels.
  • RMO The tend indicator: Rahul Mohindar Oscillator
  • REMA Regularized EMA by Cris Satchwell.
  • PVI_Smoothed Smoothed Positive Volume Index
  • Universal 1.64 Universal trailing of positions and pending orders.
  • Mod_ATR_Trailing_Stop An indicator of StopLoss levels.
  • LSMA Least Square Moving Average - a moving average calculated by the least squares method.
  • ITrendMA Instantaneous Trendline by J. Ehlers.
  • HMA Alan Hull's Moving Average is a non-lagging moving average.
  • Interpolation Polynomial interpolation.
  • Crossing of two iMA v2 Crossover of two iMAs (Moving Averages), one more iMA (Moving Average) is used as the filter. Lot: manual or risk percent of balance. Stop, Market or Limit orders. The EA also sets Stop Loss, Take Profit, Trailing Stop.
  • Hans123_Trader v2 Pending Buy Stop and Sell Stop orders. The EA trades in the specified time period. Determines the highest and lowest prices in the specified range of bars. Position trailing.
  • Volatility_Band2 The Volatility Band 2 indicator is similar to the standard Bollinger Bands, and is a modification of Volatility_Band with the following difference: instead of a separate 'Low band adjustment', this parameter affects both the lower and the upper bands of the indicator.
  • Volatility_Band Volatility Bands
  • Split_Vol_MA A split moving average of volumes
  • Split_MA A split Moving Average
  • SMI The Smart_Money_Index indicator
  • PVI Positive Volume Index
  • Prevailing_Trend An indicator of the prevailing trend.
  • PR Period Range
  • PPMCC Pearson product-moment correlation coefficient
  • Positive_Negative_Volume An indicator of volumes relative to the positive/negative price increment
  • T3_MA A moving average by Tim Tillson
  • Min_Max_Volume An information indicator showing maximum and minimum volumes.
  • Dots A signal indicator based on the Moving Average
  • Bollinger Bands N positions v2 Signals are generated by the iBands, Bollinger Bands indicator. When a signal is received, opposite positions are closed.
  • ChannelEA1 ChannelEA1 - an Expert Advisor working in a channel, using pending limit orders
  • Breakout An indicator of levels
  • Lyapunov_HP The oscillator indicator based on Lyapunov stability theory, with the Hodrick-Prescott filter
  • SWMA Sine-Weighted Moving Average
  • Mirror_Bands An indicator of bands with a signal line
  • Magic_Trend A trend indicator 'Magic Trend'
  • LWTI Larry Large Trade Index
  • LWPI Larry Commerical Proxy Index
  • EVWMA Elastic Volume Weighted MA
  • Drive The indicator of candlestick direction ratio
  • DMA Dynamic Moving Average
  • Candle_Ratio The ratio of bullish to bearish candlesticks over the selected period
  • Bogie An oscillator indicator of probable reversals
  • BO The Blast Off oscillator indicator
  • WVF Williams' Vix Fix indicator
  • VA The Velocity/Acceleration indicator.
  • Unsmoothed_RSI The unsmoothed RSI indicator.
  • Trend_Percentage Trend_Percentage - the ratio of bulls and bears.
  • TDI The Trend Detection Index.
  • POB Point of Balance (POB).
  • DSP Detrended Synthetic Price (DSP) Oscillator
  • Customizable_Awesome_Oscillator The Awesome Oscillator (AO) indicator with configurable parameters.
  • APR Average Period Range - an indicator of the average daily range.
  • HLBands An indicator of daily levels.
  • EA Stop Order The Expert Advisor places a grid of pending Buy Stop and Sell Stop orders.
  • Highest Lowest The Highest Lowest indicator searches for bars having High above the High of bars on the left and on the right, as well as bars having Low below the Low of bars on the left and on the right. Uses the DRAW_ARROW style.
  • JP Oscillator A trend oscillator.
  • UI Ulcer Index (UI) - the volatility decrease index.
  • TTMS John Carter TTM Squeeze - an indicator of trend zones.
  • TOSC A Trend Oscillator.
  • RTL Trend indicator Recursive Trendline (RTL).
  • PVT Price Volume Trend (PVT) is an indicator of price trend and volume, similar to the standard On Balance Volume (OBV) indicator.
  • Period_Open_Line The indicator shows the open price of a period.
  • MA_Difference An oscillator indicator showing a difference between MA and the price.
  • Cumulative_Volume A volume indicator with different types of data representation.
  • SHL_MA_Band A trend indicator: Smoothed High/Low Linear regression band.
  • HL_MA_Band A trend indicator: High/Low Linear regression band.
  • LR_MACD MACD based on the Linear regression MA.
  • ProfLine The script draws horizontal lines representing BUY (blue) and SELL (red) orders.

Most downloaded source codes this month

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • 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.

Most downloaded source codes this week

  • 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.
  • 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.
  • Renko Live Charts v4.13 Trade using Renko Boxes in MetaTrader 4.

New publications in CodeBase

  • MAMA + FAMA Multi Timeframe The MESA Adaptive Moving Average (MAMA) and the Following Adaptive Moving Average (FAMA) combination made to be multi timeframe.
  • MAMA + FAMA Oscillator Combination of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) made as an oscillator.

New publications in CodeBase

  • MAMA + FAMA This indicator uses the combined values of MAMA (MESA Adaptive Moving Average) and FAMA (Following Adaptive Moving Average) to assess the trend of the market.
  • CCI - EMA based Instead of using Simple Moving Average it uses EMA (Exponential Moving Average), and instead of using mean deviation it uses EMA deviation (originally published here EMA Deviation).

Most downloaded source codes this month

  • TradePanel Simple one click trade panel, typically useful for scalpers and day traders.
  • 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.
  • 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.

New publications in CodeBase

  • CCI Stochastic This is a Stochastic of CCI. When Stochastic is applied to CCI and the bounds are in the fixed 0 to 100 range, the trend assessment can be done using that fact too.
  • End Point MA End Point MA indicator uses the original formula described in the "The End Point Moving Average" article with one deviation: it is made to be "faster" (i.e., to react to market changes in a faster mode than the original version).
  • EMA Deviation EMA Deviation is similar to Standard Deviation, but on a first glance you shall notice that it is "faster" than the Standard Deviation and that makes it useful when the speed of reaction to volatility is expected from any code or trading system.
  • Synthetic VIX Synthetic VIX indicates the increase or decrease of volatility and it should be used as that.
  • BB Stops - EMA Deviation This version of BB Stops changes uses EMA deviation for calculation.
  • Bollinger Bands - EMA Deviation This version of Bollinger Bands does not use standard deviation for Upper and Lower Bands, but uses the EMA deviation.
1...212223242526272829303132333435...70