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 strategy is just for training, its purpose is just learning code in pine script. Don't make buy or sell decision with this strategy. Turkish/Turkce Bu strateji sadece pine script'te kodlamanın nasıl yapildigini ogrenmek icindir. Bu stratejiye dayanarak, kesinlikle al-sat islemleri yapmayin. How it works? When RSI and Stoch are in oversold area and if...
█ This indicator shows V bottom & V top patterns as well as potential V bottom & V top. These V bottom & V top are chart powerful reversal patterns. They appear in all markets and time-frames, but due to the nature of the aggressive moves that take place when a market reverses direction, it can be difficult to identify this pattern in real-time. To address this...
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.
Hi, I hope you're well! At the request of my friend @jansrbtc I'm going to publish a simple emas crossing strategy. We will do long or short at the cross of the two ema. Good strategy for when an asset is in trend. Warm: In choppy periods this indicator can be very affected by large drawdowns. Enjoy!
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...
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
The original version uses SMA, in this new version you can choose any type of MA and time frame. - RMA,SMA,EMA,WMA,VWMA,SMMA,KMA,TMA,HullMA,DEMA,TEMA,CTI - 1 min, 3 min, 5 min, 15 min, 30 min, 45min, 1h, 2h, 3h, 4h, 1d, 1w, 1M - Alerts Combine multiple time frames, this will come in handy ¡¡¡¡ Success in your trade ¡¡¡¡
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...
█ 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...
//@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...
"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...
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...