This is a technical analysis study based on the most fit leading indicators for short timeframes like EMA and SMA. At the same time we have daily channel made from the last 2 weeks of ATR values, which will give us the daily top and bottom expected values(with 80%+ confidence) We have 3 groups of lengths for short length, medium length and a bigger length. At...
(DAY TRADING ONLY). Pivot point entries to try and reverse trade using MTF Ichimoku overlays for quick scalps on the 1min and the 3min (only visible on the 1min and 3min). Also comes with little green and red arrows showing when the current time frame lagging span is rejecting or breaking through the current timeframe's Kijun. Combine with rules of Ichimoku...
Hello traders Still on holidays but I don't and will never forget you <3 I realize more and more that you guys don't only want some indicators and learn about pinescript. You also want some guidance and get some mentors providing you with comprehensive and simple trading methods and tricks. I'm against those posting many scripts a day that in the end will make...
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...
Scalp Pro is a scalping tool that uses the MACD mechanism. MACD lines are smoothed using fibonacci numbers and pi numbers. In this way, the noise on the signal is reduced. A " BUY " signal is generated when the lines cross upwards. If the lines cross down, a " SELL " signal is generated. The logic is very simple and the Indicator is very useful. I wish you...
This script looks for a set up condition where 5 consecutive candles have broken away from the fast EMA (set to 8 by default) followed by a "trigger" candle that crosses back over the fast EMA but not the medium EMA (set to 13 by default). It then determines the entry point based on the bar high or low (not tail or wick) depending on direction of the trend. Once...
VIX REVERSAL SCALPER BY TREND FRIEND - STOCKS ONLY This indicator is built for scalping, but can be used for swing trades by adjusting the signal settings to a higher number. This indicator is meant for stocks with a lot of price action and volatility, so for best results, use it on charts that move similar to the S&P 500 or other similar charts. This indicator...
This script uses the highs and lows of the candles (instead of the close) to make a "channel" to reference while scalping. Use the green lower line as a guide to go long and the red upper line as a guide to go short. You may use the lines as potential entry points and direction but you may want to consider exiting before the opposite colored line prints, as that...
Triple SAR scalping method must be used with a 5 minute chart. Look for the patterns that 3 bands overlap. Close deal within 4-5 pip profit or build your own style after getting comfortable with this technique and share your approach with us for maybe higher profits.
//Programado por Ruben Jaramillo //rubend18@hotmail.com //WhatsApp +593 93 979 6676 study(title="Scalping Awesome Oscilator", shorttitle="SAO", overlay=false) fuente = input(hl2, title="SAO fuente") ao = sma(fuente,5) - sma(fuente,34) linea0 = hline(0, editable=false, linewidth=1, linestyle=solid) plot(ao, color=change(ao) <= 0 ? red : blue, style=line,...
A simple scalping indicator, based on Highs and Lows. It's working in any timeframe, the only condition is ... volatility . Values are already set, but you can change them according to your preferences and to your chart. Alerts are enabled. Enjoy! @ Zekis
A trading scalp tool that helps traders confirm buy/sell orders. This indicator works well along with other indicators such as MACD , Stoch RSI and RSI . Ideally this indicator works on certain time frames, therefore, look for the best time frame for the stock or coin.
A little side project of mine. may enhance further in the future. Used best for scalping. The longer you're in the market the more the news is waiting to eat you so I'd recommend using high volume and getting in and out quickly
This is the alert version of the strategy with the same name. Indicators SImple Moving Average Exponential Moving Average Keltner Channels MACD Histogram Stochastics Rules for entry long= Close of the candle bigger than both moving averages and close of the candle is between the top and bot levels from Keltner . At the same time the macd histogram is negative...
A weird indicator to catch tops/bottoms and scalp with the signals. You should buy/sell with the signals but you should also analyze the chart manually before jumping straight into the trade. One of the most important thing is the middle VIDYA line. It is a very strong support/resistance and if you've taken a long/short from top/bottom, you might want to target...
Simple script to plot the Midpoint between the High and Low of day for intraday trading. This is a key level that is respected quite often. Very easy to trade bounces or breakthroughs.
Today I bring an indicator specialized in crypto markets. Its made of multiples EMA : very fast, fast, normal, slow, very slow The logic behind its simple : For long : we check that the EMA are in ascending order like EMA 5 > EMA 10 > EMA 20 .... and at the same time that last close of candle is above all of them. For short : we check that the EMA are in...