What in the world is up folks ??!?? Here's the indicator of the day. Sharing a simple one today because I'm busy coding for a few clients (fun life of a top script author on TradingView) The TMA bands is an indicator that I discovered on FXCM a few years ago FXCM TMA bands From the screenshot above, we see that when the price hits the lower band, it's a...
Using combination bollinger band and RSI indicator as guide to predict price volatility and the best entry point. The strategy logic is pretty straightforward where we're interested with close price that touches the lower bollinger band ; there are only two scenarios that will happened after the price reaches the lower band; the price might rebound from the lower...
System is based on TMA Bands + OSMA + EMA Zone. Signal is generated when: - price recently touched lower or upper band - price is crossing EMA Zone - OSMA is aligned in direction of trade to be taken Natural Target would be opposite band set by TMA.
Level: 2 Background Japanese candlesticks provide more detailed and accurate information about price movements compared to bar charts. They provide a graphical representation of the supply and demand behind the price promotions for each period. Each candlestick contains a central part that indicates the distance between the opening and closing of the security...
Modded RSI and MACD for intraday use. If rsi above 60 and macd is above zero line then go for buy and if rsi is below 40 and macd below zero line then go for sell side. use it in small timeframe i.e. 3 minute or less. better for scalp trading Happy Trading Love INDYAN #It can be used best with INDYAN Go With Trend
Hello, Today I am glad to bring you an amazing simple and efficient scalper strategy. Best suited for 1M time frame and majors currency pairs. Its made of : Ema (exponential moving average) , long period 25 Ema(exponential moving average) Predictive, long period 50, Ema(exponential moving average) Predictive, long period 100 Risk management , risking % of...
This is a diversified Binary Option or Scalping Alert indicator originally designed for lower Time Frame Trend or Swing trading. Although you will find it a useful tool for higher time frames as well. The Alerts are generated by the changing direction of the ColouredMA (HullMA by default), you then have the choice of selecting the Directional filtering on these...
This script would find potential reversal price zones according to RSI over bought or sell condition and big reversal candle. It works better in range markets and lower time frames like 5M and especially in Support/Resistance zones. Suit for scalping in forex or crypto markets. * Use it as a trade assistant not a trade signal!
Simple way how to use Linear Regression for trading. What we use: • Linear Regression • HMA as a trend filter Logic: Firstly we make simple linear regression moving. It is the white line which appears on the chart. Then we make second line (named: band2) on the chart by multiplying linreg and value difference. The third step is to ad HMA as a trend filter. The...
Hey, I am glad to present you one of the strategies where I put a lot of time in it. This strategy can be adapted to all type of timecharts like scalping, daytrading or swing. The context is the next one : First we have the ATR to calculate our TP/SL points. At the same time we have another rule once we enter(we enter based on % risk from total equity, in this...
RF+ Replay for Heikin Ashi RF+ Replay for Heikin Ashi generates fully customisable Heikin Ashi candlesticks presented on a standard chart, enabling traders to utilise the Tradingview Replay feature with Heikin Ashi candlesticks when analysing and backtesting HA style strategies. The features of this indicator include: - Fully customisable Heikin Ashi...
An aggressive scalping indicator designed for short timeframes. Made up of: - The 21 and 55 EMA, but these are customisable to be any length and either the: ema, sma, tema, hma or wma - The TD sequential - Support & resistance zones which are indicated by red and green shaded horizontal areas The TD numbers 8 and 9 signal a possible turning point, especially if...
Faust is a composite indicator that combines 3 volume indicators: TSV, OBV, and PVT. TSV moving average is plotted as an oscillator. OBV and PVT are calculated internally. Four divergences are calculated for each indicator (regular bearish, regular bullish, hidden bearish, and hidden bullish) with three look-back periods (high, mid, and small). For TSV, the...
Dear Traders, Here is the thought which came to my mind on the trendline break scalping. sometimes during the trade we do plot trendlines and we do anticipate for the line to break and take a trade. with the same thing in mind I had created this basic script to help you and other to create based on the logic used in the script. This is just a logic based script...
//These signals mostly consist of crossovers between a 13 VWMA and a 62 VWMA. I've found these two moving averages to be quite special in their ability to //recognize a quick trend using volume data. The VWAP is used in the alert system as well, to give some perspective on which direction we are looking to take. We //are also using ATR. We only take trades when...
Scalping strategy based on Bill Williams Alligator technique but calculated with heikin ashi candles. This strategy has to be applied to standard candles and low time frames (1min to 5min) Thanks to all pinescripters mentined in the code for their snippets. It could be improved with stop loss based on ATR etc. I have also a study with alerts. Please use...
Hello traders! In this script i tried to combine Kıvanç Özbilgiç's Volume Based Coloured Bars, Volume Weighted Macd V2 and Intraday Intensity Index developed by Dave Bostian and added to Tradingview by Kıvanç Özbilgiç. Let's see what we got here; VBCB, Paints candlestick bars according to the volume of that bar. Period is 30 by default. If you're trading stocks,...
This study implements a simply scalping using the RSI (calculated on two periods), the slopes of two MAs (EMA or SMA) having different lengths (by default, I use 50 and 200). A take profit (%) and a trailing stop loss (%) are used. Entry conditions: .) Fast MA > Slow MA and Price > Slow MA and RSI < Oversold Threshold ------> go Long .) Fast MA < Slow MA and...