שווי שוק של קריפטו, BTC/USD, ETH/USD, USDT/USD, XRP/USD, ביטקוין
אפל Apple, Advanced Micro Devices Inc, Amazon Com Inc, פייסבוק בע"מ, ROKU INC, BEYOND MEAT INC
S&P 500, Nasdaq Composite, מדד דאקס, דאו 30, ניקיי 225, Shanghai Composite
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
Hello Traders/Programmers, For long time I thought that if it's possible to make a script that has own memory and criterias in Pine. it would learn and find patterns as images according to given criterias. after we have arrays of strings, lines, labels I tried and made this experimental script. The script works only for Long positions. Now lets look at how it...
In this study, I present a method to expose NaN values to development environment. This exposure allows NaN values to be used by methods in scripts. I also show how to use values, even NaN values, as anchors from...
This is a follow on from this script Allows a further breakdown and examination of Sigma spikes by hour of the day or hour of the day & day of the week. For simplicity it MUST be used on H1 chart.
EXPERIMENTAL: a arithmetic string interpreter that allows for using basic operations on input strings. note: float values not supported currently.
Volatility compression/expansion indicator calculated from the ratio of the area of the candles to the area of a rectangle encompassing the candles over n bars. Generally during a squeeze or compression the ratio between the candles and the rectangular area increases, ie the candles occupy a larger portion of the rectangle, and vice versa during a...
Description : This SwissArmyKnife - MultiPurposeIndicator allows user to modify the conventional indicator smoothing method Stochastic(SMA)/RSI(RMA) to one of filtering tools proposed by John F. Ehlers . Details of each filtering type can be read in Ehlers Technical Papers: Swiss Army Knife Indicator, I'm still very new with Digital Signal Processing (DSP)...
Experimental attemt of applying Logistic Map Equation for some of widly used indicators. With this study "Awesome Oscillator (AO)", "Rate of Change (ROC)", "Relative Strength Index (RSI)", "Stochastic (STOCH)" and a custom interpretation of Logistic Map Equation is presented Calculations with Logistic Map Equation makes sense when the calculated results...
As originally described by Adam H. Grimes. For analyzing the location of Open within the day's range (OPR). The OPR histogram displays the binned distribution of OPR values for the chart history. Fat tails at the extremes indicates that Open occurred more often close to the day's high or low. The OPR results are filtered according to volatility using Grime's...
Description: A function that returns a polynomial regression and deviation information for a data set. Inputs: _X: Array containing x data points. _Y: Array containing y data points. Outputs: _predictions: Array with adjusted _Y values. _max_dev: Max deviation from the mean. _min_dev: Min deviation from the mean. ...
EXPERIMENTAL: just a wild experiment.. mapping the average range break points to find natural hubs of support and resistance?!
Italian physicist Galileo Galilei is usually credited with being the first to measure speed by considering the distance covered and the time it takes. Galileo defined speed as the distance covered during a period of time. In equation form, that is v = Δd / Δt where v is speed, Δd is change in distance, and Δt is change in time. The Greek symbol for delta, a...
This is an experimental study designed to filter out minor price action for a clearer view of trends. Inspired by the QQE's volatility filter, this filter applies the process directly to price rather than to a smoothed RSI. First, a smooth average price range is calculated for the basis of the filter and multiplied by a specified amount. Next, the filter is...
EXPERIMENTAL: the logistic equation and the market.. :)..
Description: A Function that returns a linear regression channel using (X,Y) vector points. Inputs: _X: Array containing x data points.¹ _Y: Array containing y data points.¹ Note: ¹: _X and _Y size must match. Outputs: _predictions: Array with adjusted _Y values at _X. _max_dev: Max deviation from the mean. _min_dev:...
Experimental: Example execution of Monte Carlo Simulation applied to the markets(this is my interpretation of the algo so inconsistencys may appear). note: the algorithm is very demanding so performance is limited.
experimental: zigzag indicator with all the zigzag methods that im aware of(that matter atleast), theres something for all tastes there :P this will be the basis for zigzag tools i make in the future. note: some zigzags REPAINT.
Experimental: some information on cyclical new peaks using Donchian Channel % Widths.
EXPERIMENTAL: Drawing RSI in the 4th dimension(time). It shows the fluctuations of the RSI and price change over a period of time(10) in a scatter like graph. there is a inversion of axis to make possible graphing the 2 properties.