I have modified LazyBears Squeeze Momentum Indicator with enhancements, plus added signals LazyBear mentioned that in John F. Carter's book, Chapter 11, "Mastering the Trade", that "Mr. Carter suggests waiting till the first gray after a black cross, and taking a position in the direction of the momentum (for ex., if momentum value is above zero, go long). Exit...
Hi All, This is a very simple indicator which provides the buy signal, when the moving average lines turns Green and sell signal, when the moving average signal turns red. This can be used for both intraday and scalping method with different timeframes. But best time frame is 5 minutes. Buy Signal >>> Line turns GREEN (Use trailing SL to cover maximum...
The FollowLine indicator is a trend following indicator. The blue/red lines are activated when the price closes above the upper Bollinger band or below the lower one. Once the trigger of the trend direction is made, the FollowLine will be placed at High or Low (depending of the trend). An ATR filter can be selected to place the line at a more distance level than...
This script finds sell / buy rates and adds its linear regression to the chart. its aim is finding buying and selling power, then you can try to find trend reversals. Also you can find divergences, it's very important signal for trend reversal. Linear regression is a basic and commonly used type of predictive analysis. if you choose lower periods then it will be...
The ADX and MACD confluence can be a powerful predictor in stock movements. This script will help you find those confluences in an easy to understand visual manner. It includes Buy and Sell signals for detected confluences, and will show colored candles to help you determine when to exit a trade. When the candles turn to white that means the detected confluence...
Buying during Miner Capitulation yields wonderful returns. The best buy signals occur on Hash Rate "recovery", and when price momentum is also positive. Historically, this strategy has yielded average returns to cycle peak of >5000%, with max Drawdown of -15%. Follow me to learn more about this indicator.
Do you find it difficult to analyze trends? This indicator will help you to have an objective analysis of the trend. Let's start ..... In this indicator Bears and Bulls go their separate ways. -The Bull line (bullish green) always goes above zero. -The Bear line (bearish red) always goes below zero. With a quick glance, you will know who is winning. ...
This indicator finds possible points of reversion, you can use it to stack positions and get a good average price for when the price changes direction, it is the trader responsibility to manage the position and make a profit. -Added alerts
MACD normalized with its highest and lowest values over the last “Normalization period” - includes alerts
Traders Dynamic Index + RSI Divergences + Buy/Sell Signals Credits to LazyBear (original code author) and JustUncleL (modifications).. I added some new features: 1- RSI Divergences (Original code from 'Divergence Indicator') 2- Buy/Sell Signals with alerts (Green label 'Buy' - Red label 'Sell') 3- Background colouring when RSI (Green line) crosses above MBL...
//@version=1.0.2 // Author: Omid Tahmasbi Vala // Disclaimer: I am not a financial advisor. // For purpose educate only. Use at your own risk. study("Dinaroon Buy-Sell Signal", shorttitle="Buy-Sell Signal", overlay=true) //********** Functions funcDonchian(_len) => avg(lowest(_len), highest(_len)) funcEmaSma(_src, _period, _strategy) => ...
This is a very simple trading system which is measuring the core of uptrends and downtrends using three basic elements: Close price, HL2 price, Pivot price. Depending if the uptrend or downtrend is strong, the buy/sell signals are shown in different colors. The stronger trends are in brighter colors (lime and fuchsia). If the trend just fully changed direction...
█ This indicator shows an upper and lower band based on Highs and Lows. Depending on this, the indicator interprets a ranging market, an uptrend or a downtrend. █ Usages: The purpose of this indicator is to identify when the price is ranging. It's also used to identify changes in trends, breaking points, and trend reversals. But it can also be used to show...
"KINSKI Buy-Sell Signal" is an Average True Range (ATR) based trailing stop indicator. In this version, you can change the ATR calculation method using the settings. The default method is hlc3. The HLC stands for High, Low, Close and the /3 divides the result by 3 to give you the average. The indicator calculates the buy and sell signals using HLC3, Simple...
@version=2 This indicator is designed to give early entry signals as well as to follow trend moves, according to different settings. The indicator shows a histogram of the RSI ro MFI in relation to an ema of the RSI or MFI. The histogram is then smoothed to give early reversal/entry signals. The actual RSI/MFI line with oversold/overbought indication can be...
Minimal but powerful. Have been using this for myself, so thought it would be nice to share publicly. Of course no script is correct 100% of the time, but this is one of if not the best in my basic tools. Two indicators will appear, the default ATR multipliers are already set for what I believe to be perfect for this particular (double indicator) strategy. If...
//@version=2 //By Tantamount //Channel Commodity Index (CCI) with overbought and oversold alert features! Highly configurable indicator that includes a Topography map feature, used to detect & show minute threshold crosses. //CCI is a momentum based technical trading tool used to help determine when an asset is reaching an overbought or oversold condition and is...
Trend Continuation Factor indicator script. This indicator was originally developed by M.H. Pee (Stocks & Commodities V. 20:3 (58-64): Trend Continuation Factor).