A brand new Moving Average , calculated using Momentum, Acceleration and Probability (Psychological Effect). Momentum adjusted Moving Average(MaMA) is an indicator that measures Price Action by taking into consideration not only Price movements but also its Momentum, Acceleration and Probability. MaMA, provides faster responses comparing to the regular Moving...
Fisher dönüşümün farklı türlerini en çok kullanılan indikartörlerle yeniden sentezlenmesi sonucu ve farklı ema kesimlerine olasılık dağılım yoğunluğu eklenerek içinde bulunan piyasanın trend gücünü görseleştirme amaçlanmıştır.Çalışma tamamen eğitim amaçlı olup, farklı indikatörlerin bir arada kullanımını göstermek için hazırlanmıştır.Kesinlikle yatırım tavsiyesi...
This script was created by building my Dependent Variable Odd Generator script on the Minkovski Distance Adaptive Period. I have tried this on MACD before. Script related to MACD : I used an older version that does not use Dow Factor to suit multi timeframe analysis. In this way, market situations provide the opportunity to see histograms in an adaptive...
In fact, I wrote this script for detect Bollinger and Linear Regression Bands squeeze. It's a side script. Logic works like this: Only the stagnant market probability is drawn from the Bollinger bandwidth by Dependent Variable Odd Generator and MFI index is calculated taking into account the volume. This value ranges from 0 to 100. To be sure, this value is...
CAUTION : Not suitable for strategy, open to development. If can we separate the stagnant market from other markets, can we be so much more accurate? This project was written to research it. It is just the tiny part of the begining. And this is a very necessary but very small side function in the main function. Lets start : Hi users, I had this idea in my mind...
Este script serve para catalogar o gráfico de acordo com a estratégia das cores do Fábio Almeida.
This script shows the average count of 'up bars' vs. 'down bars'. It is intended for statistic and probability purposes only. It does not include high or low price in the calculation - only the open and close prices are used. Under settings, click "show difference" to see the difference between the two averages. This can also be called positive/negative drift....
This is a very simple script... it does not necessarily create signals. It only provides useful feedback via statistics & probability. There will be a green background if there are two green bars in a row, and it will stay green until two red bars show up (in which it switches color to red until two green bars show up again). The fuchsia arrows show the double...
EXPERIMENTAL: this is very experimental and INCOMPLETE, use at your own discretion. thanks glaz for the help :)
// The script is useful to inspect probability: // If previous day closed at lowest price for several days // how often next day would be red bar // As one can see gray lines indicate bars with lowest close. If next bar is green, increment diff_hi, overwise increment diff_lo // Probability is counted as diff_lo / (diff_hi+diff_lo) // One can copy script and...
EXPERIMENTAL: just some experimentation to check results, putting it out there. :P odds of the next bar being up or down bar.
This is Covariance on Covariance. It shows you how much a given covariance period has deviated from it mean over another defined period. Because it is a time series, It can allow you to spot changes in how covariance changes. You can apply trend lines, Fibonacci retracements, etc. This is also volume weighting covariance. This is not a directional indicator nor...
Co-variance is a representation of the average percent data points deviate from there mean. A standard calculation of Co-variance uses One standard Deviation. Using the empirical rule, we can assume that about 68.26% of Data points lie in this range. The advantage to plotting co variance as a time series is that it will show you how volatility of a trailing...