TradingView just recently announced the alert() function that allows you to create dynamic alerts from both strategies and studies. So I decided to update custom screener I published before. It was based on alerts from orders in strategies, that was the only way to create dynamic alerts in PineScript at that point. With the alert() function code become cleaner...
What this can be used for: If you've already decided you want to trade a symbol, this can identify points of momentum alignment. If a strong move has recently happened and you're looking for a change in momentum. How it works: This is a weighted combination of a Stochastic RSI and two modified SuperTrend (ATR Trailing Stop) indicators: The...
This indicator uses an ensemble of different indicators to help in identifying significant changes in momentum. It's time-frame is constant and is based up on the length of the configurable period. This allows for a consistent signal across multiple time-frames. This is not a buy or sell signal but can be used for alerts to indicate a change in momentum that...
This is the Lord Pepe. Howdy. Basic buy/sell indicator to accumulate along a downtrend and release your stack during the uptrend and oversold levels of the stochastic. The buys should be used to stack, and sells indicate levels of profit taking, they do not signal a long term reversal, only < 25% of stack should be released on "OB" signals. OB - overbought...
Applies signal values to significant changes in momentum and can be used in conjunction with other indicators and analysis to improve trade timing. Both "Signal Up" and "Signal Down" can be used for alerts. The magnitude of the signal is the difference between K and D. (See the code for the logic and implementation.) Signal Up occurs when momentum is within...
Double SuperTrend indicator with alarm setting signal buy and sell. Best performance with Renko chart. BINANCE:BTCUSDT Default Setting is: Super Trend=3.3 ATR=20
Combines the trends of multiple local limits to provide a signal that represents how strongly they are aligned. Each local limit has a value of either +1 or -1. The sum of all depths provides a signal. The defaults are a minimum depth of 2 and a maximum of 4 resulting in upper and lower values between -3 and +3, and a total between -6 and +6.
This signal is completely based on analysis and transformation of a single simple moving average. As with all signals and indicators, it should be combined with others. This is how the signal is built: 1. First it takes the SMA of the closing price. 2. It then takes the ROC of that SMA using a length of 1. 3. It takes an 8-period SMA and also a 64-period SMA of...
Send MACD alert through email (available for free/pro user): // 3 - buy // -2 - short // 0 - close position // 1 - ignore Example buy signal Alert: STRAT3. BINANCE:BTCUSDTPERP, price = 31080 Example sell signal Alert: STRAT-2. BINANCE:BTCUSDTPERP, price = 31080 Example close signal Alert: STRAT0. BINANCE:BTCUSDTPERP, price = 31080 Example ignore signal Alert:...
This Script is a Trend Following system built over the concepts of normalising ATR over Bollinger Bands and Pivot points high low, This Script Can be used over AnyTimeframe and Can be treated as a stable alternative to Supertrend Script has provisions for BUY and SELL Alerts Enjoy!
This signal combines a portion of Chris Moody's 2014 SlingShot and my 2017 MTF Indicators. Both of our prior scripts over indicated Buy and Sell Points. This signal indicates a buy or sell point much less than our prior scripts did but with absolute precision. I would say it is 100% accurate, but that is because I am yet to find a timeframe and symbol where the...
This modification of LazyBear's popular script called Pip collector features custom signal generation and information section displaying elapsed bar time useful for timing trades.
Ichimoku Kinko Hyo Signals This script show signals based on my understanding in Ichimoku Kinko Hyo. /!\ Please do not follow signals blindly and always make your own analysis /!\ Buy : Han Ne lines are up, price is up, and also stochastic (K=30, D=10) is up Strong Buy : Is a Sanyaku Kouten and can show a potential reverse in current tendance and Buy...
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...
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...
Vdub Binary Options SniperVX v1 Designed for Binary Options 60 sec trading upwards Notes on chart Please note the signal generated are configure to be super fast on candle opening. The down side to this is signals may switch direction mid stream. ITM candlesticks signals generated went 6/300 Losses on a 1 min chart. the blue line indicates reversal zones. Buy /...
I do not own the original indicators. This is just a combination of the two because of their nature to work in a similar way. Camarilla Pivots run on the basis of intraday range trading. Usually after daily open you look the fade whatever move happened before. by shorting R3/H3 levels or longing R3/L3. Targeting the other side of the range. This is the infamous...
This is a simple scalping strategy that works for all time frames... I have only tested it on FOREX It works by checking if the price is currently in an uptrend and if it crosses the 20 EMA. If it crosses the 20 EMA and its in and uptrend it will post a BUY SIGNAL. If it crosses the 20 EMA and its in and down it will post a SELL SIGNAL. The red line is the...