This is a simple moving average based strategy that works well with a few different coin pairings. It takes the moving average 'opening' price and plots it, then takes the moving average 'closing' price and plots it, and then decides to enter a 'long' position or exit it based on whether the two lines have crossed each other. The reasoning is that it 'enters' a...
This is signal study I was using another script that colored the bars to show the different candle patterns. Unfortunately, I can't think that fast when looking across a screen of charts with different color bars. Fortunately, Tradingview came up with symbols and names on 2/26/15. I decided to take my favorite symbols and attach them to a name. This makes it...
Polynomial Regression Derivatives is an indicator that explores the different derivatives of polynomial position. This indicator also includes a signal line. In a later release, alerts with signal markings will be added. Polynomial Derivatives are as follows 1rst Derivative - Velocity: Velocity is the directional speed of a object in motion as an...
PrevHighLow Trend Indicator which is calculated by using prev lowest and highest of p1 -period and p2 -period for two MAs. First MA is made of prev highest of p1-period / prev lowest of p1-period. Second MA is faster, made up of p2(<p1)- period(same formula). Can be used in the next way: slower MA(straight line) shows main trend, faster shows temporary...
Plots Williams Percent Range over bought/oversold indicator as a small overlay in top right corner. De-clutter chart when all you're interested in is the real-time W%R to 'give permission' to enter a trade. i.e. to remove the Williams %R lower pane from the above chart completely. ~~User Inputs~~ ~W%R length ~Number of bars to show (default is last 6 bars) ~Plot...
Technical indicators are not limited. Hence, here is another indicator with the combination of OBV, RSI, and MACD along with support, and resistance that follows the price while honoring the moving average of 200, 90 & 50. The default lookback period of this indicator is 21 though it is changeable as per the user's desire. The highest high and lowest low for the...
This is a composite indicator, a collection of multiple indicators. Includes: 1. in the simple RSI oversold and overbought area, I rewritten the RSI index of pine, which is more in line with the change of the relative intensity of rise and fall. 2. the red and green column line to the top is rewritten by William w% index. The red and green column indicates the top...
This is a composite indicator, a collection of multiple indicators It includes the following: 1. the gray background has a huge trading volume , 2. the market cost deviates, and the relationship between the closing price of the black line, the red line and the blue line and the short-term, medium-term and long-term average. Compare the difference after mutual...
This indicator will help you to know how far the price going from EMA. 4 Ema customizable make you easier, for default value is 20, 50, 100 and 200. How to use it? Just add indicator to favorites, and adding to your chart.
Simple concept for a scalping script, written for 5 minute candles, optimized for BTC. 1st script I've created from scratch, somewhat from scratch. Also part of the goal of this one is to hold coin as often as possible, whenever it's sideways or not dropping significantly. Designed to buy on the stochastic bottoms (K>D and rising, and <17) Then and sell...
Create your own stock index with up to 20 tickers! The weight of the index can be selected from market capitalization and equal weight. You can easily see how your favorite stocks are performing. In addition, moving average lines (10SMA, 20SMA, 50SMA, 100SMA, 150SMA, 200SMA) can also be displayed as an...
Fisher Oscillator(FO). The Fisher Oscillator is inspired by John Ehlers "Fisher Transform". The oscillator highlights when prices have moved to an extreme, based on recent prices. The FO may help in spotting turning points, in the short-medium trends of an asset, also, it helps in recognizing the asset's trends themselves, giving a picture of mkt conditions...
This indicator is a histogram produced with Pinescript's boxes and is helpful for spotting support, resistance, and key levels. The indicator shows the volume executed at each source price over a customizable time period. The "Key Level" in this indicator is the price at which the most volume was executed, and the "Major Levels" are levels where volume was over a...
This script is a trend following strategy using simple moving averages. the Strategy goes as follows: 1. Long when the Fast SMA cross over the Slow SMA. 2. Short when the Fast SMA cross under the Slow SMA. Other Features Included in the Strategy -Long and Short Stop Loss base on ATR -Position Sizing base on equity at risk using ATR Default Settings: -Slow SMA ...
This is a modification of the TradingView RSI with some of my favourite RSI features added. This includes Divergence indicators. EMA with colour change on cross, Support and resistance lines and reverse RSI. A reverse calc has also been added. This will allow you to input 3 different RSI values for a price prediction. This is good to use with the support and...
Setting EMA 21 = Green EMA 9 = yellow MacD = 5 35 5 RSI = 10 Alma 20 0.8 8 RULES Long: 1. EMA 9 below 21 2. RSI above 50 from Oversold 3. Macd Solid green 4. SL @ ALMA 5. Conditional buy limit order @ top wick 6. 1:3 RR Short: 1. EMA 9 above 21 2. RSI below 50 from Overbought 3. Macd Solid red 4. SL @ ALMA 5. Conditional sell limit order @ bottom wick 6. 1:3 RR
This trading script is a trading strategy that is made up of 2 public indicators so credit goes to LuxAlgo and Jose5770. I have the 2 indicators listed below. 1) Moving Average Converging (LuxAlgo) 2) QQE Threshold (Jose5770) This trading strategy is buying when the two indicators align, and then the take profit is the first red bar on the QQE Threshold...
||||||||||||||||CREDITS|||||||||||||||| Modified & Updated script from MARKET VOLUME by Ricardo M Arjona @XeL_Arjona that Includes Aggregated Volume , Delta Volume , Volume by Side Aggregation code originally from Crypt0rus ||||||||||||||||NOTES|||||||||||||||| - Calculated based on Aggregated Volume instead of by symbol volume . Using aggregated data makes it...