This is meant for all trading pairs and timeframes. It's based on EMA indicator.
The Inside Candle strategy is a popular price action trading strategy that can be used to trade in a variety of markets. Here's how you can trade the Inside Candle strategy using the Pine script code provided: 1. Identify an Inside Candle: Look for a candlestick pattern where the current candle is completely engulfed within the previous candle's high and low....
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...
Green/Red Arrowed Buy/Sell signals are just simple buy sell signals based on SuperTrend, VWAP, Bollinger, Linear Regression Purple Arrowed Buy/Sell Signals happen when the price/candle cross over or under the yellow outer lines (4.236 fib lines) It's extremely rare and hard for price to stay above these lines therefore we can usually and comfortably buy/sell it,...
█ 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...
█ 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...
It is a simple indicator that provides buy or sell signals based on the intersection of two EMAs and a simple moving average (SMA). once the Relative Strength Index has confirmed it. For greater accuracy, add additional indicators like stochastic RSI, MACD, etc. Use only for intraday trading, Not for Positional Trading
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. (This is the expanded/PLUS version) Github Link for latest/most detailed + tidier documentation Base Indicator - Script Link TriexDev -...
This is a Simple Indicator which shows buy and sell signals based on MACD and SSL channel. It is not a Holy Grail Indicator. It shows a lot of false signals when the market is Consolidation Zone. So don't use this indicator to place trades based on signals given by the indicator. Use this as a confluence along with your technical analysis On lower timeframes...
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...
This simple indicator gives you a way to visualize ADX crossovers on your chart and is a good companion if you like to trade with the ADX. Green candles have a DI+ over DI- crossover, and vice versa for the red candles. It gives you the ability to turn on and off BUY and SELL signals generated from the ADX crossovers. Code is provided open source, feel free...
This script attempts to guess inflection points in cryptocurrency asset prices using change in two simple moving averages on the daily timescale.
This is a trend aggregator for confirmation and trend signals. It basically aggregates many buy/sell signals and confirmation and by combining them provides a strong buy/sell signal or trend confirmation. The actual layout idea and trend confirmation is derived from Trend Meter and this indicator uses few other indicator, such as Chandelier Exit, WaveTrend, QQE...
Original script from ©akpaswaniitk. I just added MACD to filter out bad trades and alert function so that we get notified whenever indicator gives us an entry signal. Most of the false breakout has been removed but the remaining ones only pop up during consolidation, so it's wait for the retest before entry. Works better in continuous market. Also look at the...
The indicator is based on the search for the lowest bars in a given period (can be customized). You can add a search for the highest bars to determine the closed order points. You can add a filter by the value of the RSI (you can customized it separately for buying and selling). Alerts for buying and selling are set. It can be used to work with bots, for example...
Hello everyone! I bring to your attention a indicator to determine the point of buy and sell purchase. It is based on oscillators and a moving average. It can be used to work with bots, for example 3COMMAS DCA bot. Signal Condition Settings: ATR The current candle is larger than the ATR for this period EMA The signal is necessarily below (for buy) and above...
Hello everybody! I bring to your attention an indicator for determining the point of sell. It is based on oscillators and a moving average. Signal Condition Settings: ATR The current candle is larger than the ATR for this period EMA The signal must be above the EMA of the specified period MFI High The MFI index is higher than this value CCI High The CCI index...