This indicator highlights points where price significantly deviates from a central level. This deviation distance is determined by a user-set value or using a multiple of a period 200 Atr and is multiplied by successive values of the Fibonacci sequence. Settings Method: Distance method, options include "Manual" or "Atr" Size: Distance in points if the...
This is my open-source indicator of z-score with buy and sell indicators. I see there are other z-score indicators, I just am particular about how I like my z-scores calculated and so decided to make my own and add buy and sell signals to help guide me. And I figured I could share it openly here! What is a Z-Score A z-score is a statistical measures of the...
Momentum 2.0 is a normalized Momentum oscillator with a moving base-level. The oscillator value is normalized by its standard deviation, similar to the z-score technique. Instead of the zero level, the indicator uses the base-level calculated as the inverted long-term average value of the oscillator. Similar to the zero-level crossing signal used for the Momentum...
I just test&learn pine script... Damn, what should I write here? So... Its just a differense between the logarithms of two prices of different periods (You can set the period you want)... And it looks really nice... Ahem... I hope, you enjoy this piece of... Have a nice day, my dear.
Ichimoku Buy/Sell Signals based on fast, small time frame Tenkans crossing longer timeframes Kijuns - Manual MTF Analysis This code marks the potential change of direction based on the input of one timeframe's Ichimoku Tenkan (conversion) line crossing over a higher, longer timeframe's Ichimoku Kijun (base) line. Feel free to change the inputs if need be and to...
To complete our previous work on breakouts with pivot point-based levels, we introduce an indicator returning pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method. The indicator also includes integrated alerts for trendlines breakouts. Settings Length: Pivot...
This indicator shows the Stochastic RSI (SSRI) for overbought when the Donchian Channel (DC) is in the upper zone (between basis and upper), and SSRI for oversold when the DC is in the lower zone. The DC upper and lower have a percentage of the ATR added I call this DC-ATR. There can be numerous ways to form a strategy based on this. For a bull trend, an ABCD...
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a Buy signal and when RSI touches 30 it gives a sell signal. The position is then held out...
Elliott Wave Principle , developed by Ralph Nelson Elliott, proposes that the seemingly chaotic behaviour of the different financial markets isn’t actually chaotic. In fact the markets moves in predictable, repetitive cycles or waves and can be measured and forecast using Fibonacci numbers. These waves are a result of influence on investors from outside sources...
Converted the QQE oscillator to in-chart long and short signals with built in alerts. This is multi-timeframe and quite robust.
## CDC ActionZone V3 2020 ## This is an update to my earlier script, CDC ActionZone V2 The two scripts works slightly differently with V3 reacting slightly faster. The main update is focused around conforming the standard to Pine Script V4. ## How it works ## ActionZone is a very simple system, utilizing just two exponential moving averages. The 'Zones' in...
TV Community Algo is a free TradingView script that I designed from the ground to benefit the traders of this community. It has plenty of features that you will enjoy, and I have included documentation for how to use this below! Settings: Basic: Turn the Void Lines on or off Turn the Dashboard on or off Turn the Signal Bars on or off Turn the...
This oscillator is made of three components, all derived from the SuperTrend indicator. This approach allows the user to easily determine overbought/sold zones, identify whether a retracement is present or if the price is ranging or trending. It also allows for the anticipation of the potential price cross with the SuperTrend. We provide additional information...
BUY & SELL Scalp Signals for Crude Oil Future Contracts (Or it can be used with any scrip with good amount of Volume) based on Sma & RSI overbought/oversold alert (!) for possible reversal indication. Take Buy position only if candle breaks the high of alert candle & for Sell positions, take position if candle breaks low of the alert candle. Best to perform with...
Relative Volume or RVOL is an indicator used to help determine the amount of volume change over a given period of time. It is often used to help traders determine how in-play a ticker is. General rule of thumb is the higher the RVOL, the more in play a stock is. I myself like to use it as a substitute of the volume indicator itself. Basic Calculation: Relative...
BUY & SELL Signals for higher timeframes based on Ema & Sma with RSI overbought/oversold dots for possible reversal indication. It can be used for booking profit in the existing trade and take fresh position once the new candle breaks the high/low of alert candle depending upon the side. Best work with 1h+ timeframes.
An experiment to combine two range filters and plot the average of both to smooth out the signals. This works significantly better than the typical ATR set-up, but there's still too much noise here to set and forget with bots. Use it as the basis of your own system with additional filtering on top.