What is new weekly in public and elite - page 14

 

14th - 21st of November: What is new in public in elite weekl

Advanced Elite section news.

GenerateTickData indicator is on this post. It is the indicator to generate tick data (so place it in indicators folder) and it will work the same regardless of the time frame it is attached to. It will create a file that is starting with "_t" and adds symbol name after it. It "pretends" to be 1 minute chart, but it is not (of course ). Just open that symbol as offline chart and use it (the indicator must be active on some other chart in order to get "live" ticks).

GenerateTickData - final indicator is on this post. Two options added:

ResetData - Added it in order to be able to "start from the beginning" (if you turned off your PC and a "time gap" occurs since there is no way to reconstruct tick data or any other reason when you do not want the data to be appended to already existing tick data) If you set this parameter to true, it will start a new tick data history.

ShowComment - It is the fastest way to show that it is working, so if you set it to true it will simply comment in the upper left corner that tick data is saved and a time when it was saved.

Tick Data v1.00 indicator is on this post. It is next version of GenerateTickData indicator: Added an option to choose how many ticks do you want per bar. Indicator is differentiating 2 basic types:

- When required number of ticks per bar is 1, it records bid as low and ask as high, so you can have a sort of a "spread control" (since now you can see those ticks as lines but you can see them as bars too, as in this example );

- When required number of ticks is greater than 1 then you are getting a sort of "equi-volume" charts (every bar is having a same volume when you turn the volume display on) High, low, open and close are constructed from a Bid.

Tick Data v1.01 indicator is on this post. This is improved version of Tick Data v1.00 indicator. This indicator can produce an offline chart of ticks simulated by metatrader and if you are testing an EA that depends on a narrow take profits or stops, this indicator shows you that back test can not be trusted at all. The indicator is, apart from having the possibility of recording test data, a revised version with some code optimization and some corrections.

Tick Data v1.02 indicator is on this post. It is the Newer version of tick data indicator. Unlike before (previous versions) this one make difference as of how many ticks is chosen and saves it accordingly. As before the name of the symbol for offline charts is "_t"+symbol name, but the difference is in the "time frame" it is saved as : the time frame is in fact number of ticks. So you are going to artificially get a 1 minute, 10 minute, nnn minutes tick charts where minutes are in fact number of ticks per bar. The limitation (due to metatrader naming conventions) is that the maximum number of ticks can be 9999. All the charts are updated live (one 1 tick chart and two 10 tick charts) and both indicators (for 1 tick and 10 tick) are attached to the same chart (white one on the picture).

Marney indicators.

Those indicators were discussed in Fx Trader Magazine in the month of July-September.

- Marney volume indicator is on this post. There is one deviation from Marneys original (code is completely different, but that is a consequence of different platforms) : in his code, in cases when a bar is missing from any reason it is used in the average as 0 (it is due to the way he treats arrays) and in mine the missing bars are simply skipped and previous bar that conforms to time search is used. That way the original idea of Caspar Marney is honored to the letter and the average is always an average of AveragePeriods. Just remember that current bar is never going to change (it is actually a "forecast" from past volumes - so it does not change at all while new data is coming in).

- Marney range indicator is on this post. This one works better with longer average period so we suggested to use default one proposed by Caspar Marney in his article - AveragePeriod 50.

Dynamic zone Spearman Rank Correlation indicator is on this post. This one is with mtf, alerts and colors when levels are broken so it should cover all the bases. Levels for alert and colors are on dynamic levels too.

Digital filters - on chart - for EA & alerts indicator is on this post.

Tick Data v1.03 indicator is on this post. It is the next version of Tick Data indicator. A parameter to add a completely new option - there is some explanation of the author: "It occurred to me that a tick chart is a bit "illogical" - illogical in a sense that current bar open is very rarely previous bar open (since it was opened at first tick after a current bar reaches tick count), not when the previous bar was closed. So decided to add on option that takes care of it : UsePreviousCloseForOpen - if set to true, then the open is determined from previous bar close not the first ticks after the bar opens, if set to false it work as before".

-------------

Elite section news.

Trend envelopes (averages) - mtf indicator is on this post. It is multi timeframe Trend envelopes indicator with with Interpolated feature and with all kinds of alerts incl email alert. added all 10 averages from 'averages' indicator and alerts are working as they should.

Trend envelopes (averages) - histo indicator is on this post. It is the histo version of Trend envelopes (averages) - mtf indicator: multi timeframe Trend envelopes indicator with all kinds of alerts incl email alert for all 10 averages from 'averages' indicator.

AscTrend2_2 on jurik indicator is on this post. It is the jurik mod for elite asctrend.

PriceChannel_Signal_on jurik indicator is on this post. It is a jurik mod of price channel the arrow with the ball is pretty good entries and the arrow by itself is reentry or time to add another lot.

Digital filters - trend score indicator is on this post. It is set by default to alert when 3 digital filters slope points in the same direction. We can additionally set weights for every of the digital filters and alerting level.

Digital filters - mtf trend score indicator is on this post.

SuperTrend nrp indicator is on this post. This version does not repaint and this indicator is having multi timeframe and interpolated features. One parameter needs an explanation : OldCalculation. There are some versions of super trend that were using a fixed difference for calculating when the trend changes direction or "steps" in the same direction. If you set the OldCalculation to true, it will calculate like those earliest versions, otherwise it will use a normal average true range for that task (the default).

SnakeForce - simple TMA indicator is on this post. This is a snake force made to use simple triangular MA (so no repainting of the last 5 bars). We can clearly see where the shift happened and the effect of centering triangular MA has on it (On the image: upper is the original Snake force with centered TMA (last 5 bars repainting) and lower is the SnakeForce with "regular: TMA - no repainting).

 

21st - 28th of November: What is new in public in elite weekl

Elite section news.

SSA Squeeze of Averages 1.00 indicator and SSA Squeeze of Averages 1.00 - MTF && Alerts indicator are on this post.

PriceChannel_Signal_on Jurik MTF indicator is on this post. It is the multi timframe version of jurik mod of price channel signal indicator.

Traders Dynamic Index is on this post. It is a multiple time frame one with interpolations made from description by Dean Malone. Indicator was uploaded as mql4 code course together with some analysis and and discussion.

Mandarine Martingale_v4 EA is on this post. It is latest improved version using PriceChannel_Signal_on jurik indicator.

MACD_SMA_alerts_v3 indicator is on this post. Added a vertical line for every time a red or blue bar follows an orange bar. Some members are using this trend indicator for a scalping setup.

MACD_SMA_alerts_v4 indicator is on this post. It is improved MACD_SMA_alerts version #3.

ma crosses indicator is on this post. It is a very simple non-repainting indicator that shows moving averages crosses correctly and we can choose the type of MA as well as the price of MA.

#DTosc & arrows - smoothed indicator is on this post. It is MTF interpolated indicator with smoothing feature added: we can choose between

- no smoothing;

- "regular" smoothing;

and

- "double" smoothing.

alf mtf peterke 2 indicator is on this post. In this MTF interpolated indicator the signals a moving average close across the ALF. Indicator is having all kinds of alert incl email alert.

MACD^RSI - arrows indicator is on this post: arrows added when the red line crosses with grey and blue line. Two types of arrows separately configurable : for macd crosses and rsi crosses. We can turn them separately on or off.

--------------

Advanced Elite section news.

Double smoothed jurik filter indicator is on this post. It is not an improvement of jurik filter, but rather a new indicator. Basis for calculation is Jurik filter but I used the idea from double smoothed EMA to see what can we get. And we are getting a much faster filter for longer periods (at short periods results are very similar to jurik filter but the greater the calculation length, double smoothed gets faster and faster compared to the jurik filter itself).

Double Smooth Jurik BrainTrend indicators are on this post as the following: double smoothed jurik BrainTrend1, double smoothed jurik BrainTrend1Sig, double smoothed jurik BrainTrend1Stop, double smoothed jurik BrainTrend1StopLine, Stochastic zerolagMacd and ds dmx using double smooth jurik. This double smooth tools can be very usefull for the traders.

SSA Squeeze of Double Smooth Jurik indicator is on this post. It is very advanced MTF indicator with all kinds of alert.

Dynamic zone CCI - alerts & arrows indicator is on this post.

 

28th of November - 05th of December: What is new in public and elite weekly

Elite section news.

averages MACD - mtf & alerts indicator is on this post. It is a bit "extended" MACD. Basis of it is the averages indicator and depending on Method parameter it can make a "MACD" of :

0 -> simple moving average

1 -> exponential moving average

2 -> smoothed moving average

3 -> linear weighted moving average

4 -> linear regression value (LSMA)

5 -> triangular moving average

6 -> sine weighted moving average

7 -> volume weighted moving average

8 -> Hull moving average

9 -> NonLag moving average

Lines, alert and multiple time frame done too. Alerts configurable to alert on macd zero line cross or macd-signal line cross. Lines showing, colors and style configurable

RSIV indicator is on this post. It is the indicator from a "Volatility Based Technical Analysis" and which TSD members asked for. Rsiv indicator - according to author it is an enhanced Rsi and, again according to author, it identifies tops and bottoms in a great percent.

stochastic of stdev indicator is on this post. It is the next indicator from a "Volatility Based Technical Analysis" and which TSD members asked for. StochEx indicator is a smoothed stochastic of standard deviation and as that it is trying to identify peaks (maximal deviation) and price reversals. So, one should pay attention to maximums (since those are the points of maximum deviation and according to expectations the price should reverse at those points). Low values are values when the deviation is small and according to that the market is trending.

SuperTrendBars on jurik indicator is on this post. It is a Super Trend Bars indicator that has a Jurik Filter like with the Brain Trend Indicators helping to stay in the trend while using the Brain Trend Jurik System.

Volatility quality - bars indicator is on this post.

-------------

Advanced Elite section news.

Dynamic zone Spearman Rank Correlation on ds jurik-1 indicator is on this post.

Dynamic zone rsiv and Dynamic zone rsiv - smoothed indicators are on this post. It was made by Mladen using his RSIV indicator posted in simple elite section and based on "Volatility Based Technical Analysis": Rsiv indicator - according to author - it is an enhanced Rsi and, again according to author, it identifies tops and bottoms in a great percent.

past regression deviated - optimized indicator is on this post, and past regression deviated - main indicator and past regression deviated - separate indicator are on this post.

mama indicator is on this post.

Elliot oscillator - waves indicator is on this post. The idea was simple : to use Elliot oscillator, but the advanced get variation, for peaks identifying - we can choose how many peaks we want it to find (as every peak finding code, this will recalculate).

Elliot oscillator - waves 1.00 indicator is on this post. What has been done: no limit in waves (now it draws waves for the whole history), changed a logic a bit (it affects the way how extremes are found in some cases). Also, as a note: only the last leg of the wave can change if new high or new low is reached. Once it is "opened" it can not (and I repeat) it can not disappear (like in some zigzags or some peak finding indicators), it can only go higher or lower if the price moves in the right direction.

DiNapoli MACD - mtf & alerts indicator is on this post. "DiNapoli is using smoothing factors of 0.213, 0.108, and 0.199, which when translated to periods we are used to becomes 8.3896, 17.5185 and 9.0503. So here is this one that can work with fractional periods and is set by default to calculate DiNapoli MACD" - read more in advanced elite.

 

05th - 12th of December: What is new in public and elite weekly

Elite section news.

Adaptive price zone - alerts indicator is on this post. Here is one with alerts (messages, sound, email ...).

Volatility bands - percent & arrows & alerts indicator is on this post. Alert functions were added to this indicator.

Rsi of Hull moving average indicator is on this post. This one is described in the December issue of TASC : “Trading Indexes With The Hull Moving Average”, by Max Gardner. It is a Rsi of a Hull moving average. Using Hull smoothed price as an input for a Rsi gives a much smoother Rsi compared to regular one without adding significant lag. The indicator is a mtf already. Also indicator itself uses default parameters (9,9) recommended by the author of the article, but longer periods for hull seem to be interesting too.

Hull moving average -- variation indicator is on this post. "I was wondering what would happen if Hull moving average would use some other average as "underlying" average to use Jurik smooth for that purpose..." - read more in elite section.

SSA of price - advanced indicator is on this post. This indicator will alert in 2 cases : when the color (slope of the line) is changed and/or when the time of that color-slope change changes as a result of SSA recalculating values.

-----------------

Advanced Elite section news.

past regression deviated - main with slope line indcator is on this post. Slope line added and removed the 2 outer regression lines.

CFPlefttoright - regression lines indicator is on this post. In this one the linear regression value itself is left out (thought that it would be "more readable" this way).

ema levels - macd indicator, ema levels - rsi indicator and ema levels - stochastic indicator are on this post. They actually have very little in common with levels in Elliot oscillator, but ... here is a couple of variations to the ema levels idea: ema levels - macd; ema levels - rsi; ema levels - stochastic.

Marney range indicator - extended indicator and Marney volume indicator - extended indicator are on this post. While doing some things it occurred that there is no reason at all that prevents Marney indicators to "extend into the future" (since it is always "predicting" values based on past values). So here they are - extended 1 day to the future (only when time frame is less than daily though).

Elliot oscillator - waves 1.01 indicator is on this post. It is the Elliot oscillator - waves with alerts (it will alert at a moment when the oscillator value first crosses either of ema values - that is the moment when a colored bar appears for the first time).

HiLow channel - Jurik smooth - mtf hist advanced indicator is on this post. Some good features were added: 'input for an alternate currency pair'; 'ability to invert the results'; and 'specify if the results are inverted'.

 

12th - 19th of December: What is new in public and elite weekly

Elite section news.

LabTrend1a indicator, LabTrend2a indicator and LabTrend3a indicator are on this post. Added a Jurik MA cross in the Labtrend 2 and some other things like a lookback feature in Labtrend 3 so maybe it can be used it in future optimization in EA or even manually!

T3 double bands indicator for Metatrader 5 is on this post. Three T3s calculated : of high (upper line), close (middle line) and low (lower line).

BB Stops - EMA deviations - histo indicator is on this post. Histogram version and alerts added.

SSA of price - advanced histo indicator is on this post. It is a histo and multi time frame version of Singular Spectrum Analysis of the price.

TriangularMA centered bands - mtf & alerts indicator fixed version is on this post.

TTI stochastic extreme and TTI stochastic extreme 2 indicators are on this post. Those 2 indicators were described at the book "Volatility-based technical analysis" from Kirk Northington.

---------------

Advaned Elite section news.

Dynamic zone ds dmx indicator and Dynamic zone CCI on ds jurik dll indicator are on this post.

Keltner channel - multiple indicator is on this post. "That is in fact a variation of Keltner channel. It had a lot of names ("atr channel", "Dynamic Price Channel", a "Dynamic Zone Price Channel" name but since you have access to it, you know that it really has nothing in common with it. Decided to call this one multiple Keltner channel since the original is by all means invented by Chester W. Keltner.

In the original Keltner channel the middle line is a simple moving average and the channel is at 1 average true range distance from the average. The variation is that some other moving average type can be used and that different multipliers can be used for 3 channels it is drawing up and down." Read more in advanced elite.

Color RSX indicator is on this post.

 

19th - 26th of December: What is new in public and elite weekly

Elite section news.

Historical volatility indicators ( Historical volatility, Historical volatility - Parkinson and Historical volatility - high - low ) are on this post. It is three "flavors" : Parkinson's historical volatility, "regular" historical volatility (a "close to close" volatility) and a high-low historical volatility.

Elder Impulse - nlma indicator is on this post. It is converted to non lag ma completely (even the signal line of the macd is calculated as non lag ma and not as ema).

LSMA trend - accelerated indicator is on

.

qwma and qrma indicators are on this post. qwma is a variation of linear weighted moving average and qrma is Quadratic Regression moving average. Those versions are totally fixed without errors.

absolutely no lag lwma indicator is on this post. Idea is as simple as it gets. When you calculate an average, filter, whatever "from left to right" you are adding lag. Why not calculating the result you get once again but now from "right to left" and adding negative lag in that case, and getting as a result, no lag at all. No "zero lag" in names, nothing that fancy, but that average simply does not have lag. Regardless of the calculation period, regardless of the calculation method ...

Elder Impulse - mtf and Elder Impulse - mtf & histo indicators are on this post. It is a classical mtf and that way we can attach multiple time frames to the same chart. But as it is hard to separate them in some situations when they overlap so please find a histogram version of it too.

SubChart & Elder impulse indicator is on this post.

Elder auto envelope indicator is on this post. Elder auto envelope. To turn of the FastEma, set the FastEmaPeriod to less than 1.

Elder Impulse - nlma for EA indicator is on this post. We have 3 possible values now for EAs creation : +1 -> impulse up; -1 -> impulse down; 0 -> neutral.

Elder safe zone indicator is on this post.

Gann High-Low activator - Heiken Ashi indicator is on this post. This indicator is using smoothed Heiken Ashi and it is widely tested (if we want to use a "non smoothed" Heiken ashi, simply set MaPeriod to 1). So this one is using the high and the low of the smoothed Heiken Ashi instead of the High and Low as the original Gann high low activator does.

Gann High-Low activator - Heiken Ashi & arrows indiator is on this post.

#DTosc & arrows - smoothed & alerts indicator is on this post. It is alert added to #DTosc & arrows - smoothed indicator having the following features added: we can choose between

- no smoothing;

- "regular" smoothing;

and

- "double" smoothing.

Just to remind: Basic idea for this indicator given by newtrader100 and ValeoFX: it finds out the trends from a desired time frames (assignable through TimeFrames parameter as M1;M5;M15;M30;H1;H4;D1;W1;MN by default), multiplies each time frame trend with its weight (assignable though TimeFramesWeights parameter) and adds them up to get an "over all" trend.

CCI - nrp & mtf advanced indicator is on this post. We can set up the type of arrows you want to see separately (show on zone enter and/or zone exit). To turn of the smoothing, set the SmoothPhase to less than or equal to 1.

alf non lag mtf indicator is on this post. This is non lag alf filter!

DAILY_RANGE_PROJECTIONS indicator is on this post. Daily Range Projections, draws a box to project coming days range, in the external parameters limit controls the amount of boxes on your chart!

-------------

Advanced Elite section news.

Dynamic zone RVI indicator is on this post. Some options were added : ShowRviLine -> display RVI value or not; ShowSignalLine -> display RVI signal line value or not; DzOnSignalLine -> calculate dynamic zone on signal line (when set to true) or RVI value (when set to false).

HiLow channel Jurik double smooth mtf indicator is on this post. Double smooth hi lo jurik mtf! This one seems a little faster..

Gann High-Low activator Djma Heiken Ashi arrows indicator is on this post. It is jurik double smooth mod on Gann hi/lo activator that was posted in regular elite section.

 

26th of December - 02nd of January: What is new in public and elite weekly

Advanced elite section news.

alb - cci ds jurik indicator is on this post. It is Adaptive lookback on cci of ds jurik! The Adaptive Lookback (period finder) is truly a market-driven indicator used to determine the variable lookback period for many different indicators, instead of a traditional, fixed figure. It is based on the frequency of market swings - the time between swing highs or swing lows. A swing high is defined as two consecutive higher highs followed by two consecutive lower highs; a swing low is defined by two consecutive lower lows followed by two consecutive higher lows. As swing points typically accompany reversals, they occur more frequently in choppier and volatile markets than in trends.

alb bull bear indicator and alb Force_Index indicator are on this post.

alb TriangularMA price zone mtf & alerts indicator is on this post.

Channels with ts and ergocci trading systems is on this post. It is the proposed trading system based on TriangularMA centered bands.

alb - wpr ds jurik indicator is on this post.

alb Phase Change Index on jurik indicator and Phase Change Index on jurik indicator are on this post.

Pivot points 1.00 indicator for metatrader 5 is on this post.

zig zag swing 1 indicator is on this post. It is Adaptive lookback swing version.

alb Phase Change Index on jurik 1 indicator is on this post. It is a kind of "controlled adaptivity" instead of "total adaptivity". the adaptivity is in the Phase change index calculation length, not in the smoothing part : smoothing is adaptive already and does not need additional adaptivity.

- iPolyCycle indicator is on this post and some explanation is here. It is combining Legendre polynomials and analytic signals in the way of determining a smooth period and relative adaptive strength indicator without adding time lag. This indicator displays the following:

1. The Least Squares fit of a polynomial to a DC subtracted time series - a best fit to a cycle.

2. The normalized analytic signal of the cycle (signal and quadrature).

3. The Phase shift of the analytic signal per bar.

4. The Period and HalfPeriod lengths, in bars of the current cycle.

5. A relative strength indicator of the time series over the cycle length. That is, adaptive relative strength over the cycle length.

The Relative Strength Indicator, is adaptive to the time series, and it can be smoothed by increasing the length of decreasing the number of degrees of freedom.

Other adaptive indicators based upon the period and can be similarly constructed.

---------------

Elite section news.

Gann high low activator - mtf indicator, Gann high low activator - bars & mtf indicator and Gann high low activator - histo & mtf indicator are on this post. The indicators were created by Mladen for this Metatrader 5 platform.

MSR indicator is on this post. It is metatrader version of a new trend MSR indicator.

Averages - MTF indicator for MT 5 is on this post. It is MTF version of the collection of averages made as a class and made to be used simply (check the hull, lsma or t3 moving averages and more and more).

 

02nd - 09th of January: What is new in public and elite weekly

Elite section news.

adxvma channel indicator is on this post. The calculation is similar to Keltener channel except that it does not use the ATR (average true range).

adxvma bands indicator is on this post. This one is calculated similar to Bollinger bands, with one deviation. It does not calculate standard deviations for upper and lower bands (standard deviations are calculated in respect to simple moving average) but as deviations from an adxvma itself and then smoothed by adxvma again.

T3_CCI_ divergence_v1 indicator is on this post.

Mandarine Martingale correct EA is on this post.

QQE new histo + alerts indicator is on this post. This is new version of QQE indicator showing you RSI above / below some level or signal line. All kinds of alerts were added.

Deviations for EA indicator is on this post. It has 2 values : 1 when the slope is up, and -1 when the slope is down.

--------------

Advanced Elite section news.

adaptive Gann High-Low activator jma Heiken Ashi arrows indicator is on this post. This indicator is using using Hilbert Transform (coded and posted too).

adaptive Smoothed RSI indicator is on this post. This is adaptive smoothed RSI using hilbert transform.

Homodyne discriminator indicator is on this post.

Dual differentiator indicator is on this post.

Phase accumulation indicators are on this post: Phase accumulation, Phase accumulation ema and Phase accumulation MACD. Ehlres uses default value 7 for filter (smoothing) but we set it to no smoothing (when filter is set to 1 or less there is no smoothing)) in order to make it clearer what exactly does the Phase accumulation do.

Phase accumulation avgs sw indicator is on this post. Phase accumulation avgs. sw just the avgs. indicator controlled by phase accumulation.

 

09th - 16th of January: What is new in public and elite weekly

Advanced Elite section news.

alb NonLagMA_v7.1 indicator is on this post. The adaptive lookback period calculation to this version. And histo version of this indicator is on this post.

P. A. BB Macd indicator and P. A. i-CAi_dsjma_alerts indicator are on this post.

ht jurik Bollinger indicator and pa jurik Bollinger indicator are on this post. These are double smoothed jurik bollinger bands with the standard deviation Length is controlled by either hilbert phase or hilbert transform.

trin look-a-like indicator is on this post. Usage is fairly simple : in the Symbols parameter enter the symbols you would like to use in calculation separated by ";" (there is no limit in the number of symbols you would like to use, but the greater the number of symbols, the more resources it will use). In the UseVolume choose if you want to use ticks (volumes) in calculation or not. Also, smoothing is added. On a small number of symbols trin is a "nervous" indicator and mild smoothing help in readability. To turn the smoothing off, set the SmoothLength to 1 or less than 1.

WC_NLR_ht indicator is on this post. This indicator is some kind of predicting channel and can be used to evalkuate/predict the pridce movement on the coming day for example.

--------------

Elite section news.

QQE histo - alerts & mtf indicator is on this post. It is MTF version of QQE new histo + alerts indicator.

sve bollinger band & alerts is on this post.

RSI - mtf & alerts indicator is on this post. It is very advanced indicator with MTF feature, all kinds of alerts (alerts on level crosses both ways and mtf), with Interpolate feature as true or false, alertsOnZoneEnter, alertsOnZoneExit, alertsOnCurrent, alertsMessage, alertsSound, alertsEmail.

 
Reason: