ReDraw script calculates the historical returns and drawdown for the given periods. By default, the return of the linear regression trends is displayed (can be turned off in settings). In this mode, two linear regression trends are being computed for both long and short periods, and the percent value indicates the "return of the trend" for the corresponding...
This indicator is a mix of 3 well known indicators the buy point is based on linear regression the sell points are based on mix of super trend and Bollinger it try to find best point to sell and buy which are independent from each other for each time frame you need to try to search for best setting alerts included
The objective of this indicator is to find the historical mean price of a market ( Intended for Indexes or ETF's). Based off of the concept that Benjamin Graham taught, that Mr. Market is a manic depressive forever oscillating between unjustified pessimism to extreme optimism. The intent of this indicator is to supplement a regular allocation strategy to an index...
Relative slope metric Description: I was in need to create a simple, naive and elegant metric that was able to tell how strong is the trend in a given rolling window. While abstaining from using more complicated and arguably more precise approaches, I’ve decided to use Linearly Weighted Linear Regression slope for this goal. Outright values are useful, but the...
In this strategy, I looked at how to manage the crypto I bought. Once we have a little understanding of how cryptocurrency is valued, we can manage the coins we have. For example, the most valuable coin in a coin is to sell when it is overvalued and re-buy when it is undervalued. Furthermore, I realised that buying from the right place and selling at the right...
Strategy LinReg ST@RL Strategy LinReg ST@RL is a visual trend following indicator. It is compiled in PINE Script Version V5 language. This indicator/strategy, based on Linear Regression Calculation, is intended to help beginners (and also the more experienced ones) to trade in the right direction of the market trend and test strategy. It allows you to avoid...
This is a fast trend line regressor based on least squares regression. (1) Supports setting regression from the Nth candle (2) Supports the minimum and maximum regression candle interval length (3) Supports finding the optimal regression region based on the length step among the minimum and maximum regression region lengths (4) Supports displaying the optimal...
This is an optimized price range regressor based on least squares regression. (1) Supports setting regression from the Nth candle (2) Supports the minimum and maximum regression candle interval length (3) Supports finding the optimal regression region based on the length step among the minimum and maximum regression region lengths (4) Supports displaying the...
A mathematically elegant, native & modern way how to measure velocity/ strength/ momentum. As you can see it looks like MACD, but !suddenly! has N times shorter code (disregard the functions), and only 1 parameter instead of 3. OMG HOW DID HE DO IT?!? MACD: "Let's take one filter (1 parameter), than another filter (2 parameters), then let's take dem difference,...
The End Point Moving Average was introduced in the October 95 issue of Technical Analysis of Stocks & Commodities in the article "The End Point Moving Average", by Patrick E. Lafferty. The Time Series Forecast takes this value and the slope of the regression line to forecast the next day and then plots this forecasted price as today's value. For interpretation...
Here is my interpretation of the "Best Time To Buy" Bitcoin over its lifetime using a logarithmic regression trendline. The upper and lower lines are 10% deviations from the centre line. I calculated the trendline in excel and then coded my results into pine script.
This strategy is developed based on my High Low Index SPY Top 40 indicator Notes: - this strategy is only developed for SPY on the 5 min chart . It seems to work with QQQ as well, but it isn't optimized for it - P/L shown is based on 10 SPY option contracts, call or put, with strike price closest to the entry SPY price and expiry of 0 to 1 day. This...
█ OVERVIEW The 'Bitcoin Power Law Bands' indicator is a set of three US dollar price trendlines and two price bands for bitcoin , indicating overall long-term trend, support and resistance levels as well as oversold and overbought conditions. The magnitude and growth of the middle (Center) line is determined by double logarithmic (log-log) regression on the...
This is an accumulation/distribution indicator for BTC/USD (D) based on variations of 1400D and 120D moving averages and logarithmic regression. Yellow plot signals Long Term Accumulation, which is based on 1400D (200W) ALMA, orange plot signals Mid Term Accumulation and is based on 120D ALMA, and finally the red plot signals Long Term Distribution...
Match with the MM Chop Filter This draw Non repainting range boxes when the oscillator see a range. -Breakout Buy/Sell Signals and Exit signals when prices enters a range just in case you did get into a trade. . -Alarms to match the signals How to use Match with the oscillator and always trade the trend with your strategy confirmation and the breakout this...
Linearly Weighted Ordinary Least Squares Moving Regression aka Weighted Least Squares Moving Average -> WLSMA ^^ called it this way just to for... damn, forgot the word Totally pwns LSMA for some purposes here's why (just look up): - 'realistically' the same smoothness; - less lag; - less overshoot; - more or less same computationally intensive. "Pretty...