This is a Study mirroring the Breakout Trend Follower Strategy I made. I use this one during live trading and the other for backtesting. It will also give alerts when buy and sell signals are hit.
Hello Traders, This script can show (upto) 3 candles of another time frames without changing chart time frame realtime . You can choose the time frame and number of candles in the options. You have option to change body and wick colors as well. in this example number of candles is 2: You can set body and wick colors: In this example, weekly candles are...
Hello Traders, I think you all know Donchian Channels. so I am not going to write about it. With this indicator I tried to create Donchian Trend Ribbon by using Donchian Channels. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you wish - then it calculates trend direction for each 9 lower...
Hello All, In Elliott Wave Theory, 3rd wave is not the shortest one in the waves 1/3/5 and it's usually longest one. so if we can catch it then we may get good opportunities to trade. This script finds 3rd wave experimentally. it can be also the 3rd waves in the waves 1, 3, 5, A and C. the 3rd wave should have greater volume than other waves, the script can...
This strategy idea uses two, fast and slow, momentum indicators for trade setups and exits. This is a fast reacting strategy which is very useful in trending instruments on 1D and 4H timeframes. This is the implementation used in QuantCT app. You can set operation mode to be Long/Short or long-only. You also can set a fixed stop-loss or ignore it so that the...
RSI is a momentum indicator, however most people seem to be using it to go against the momentum by trying to identify tops/bottoms using it. Its in my opinion the wrong way to be using it. It can be easily used for trend following which seems like a better use for it. Uptrend - RSI > 60 Downtrend - RSI < 40 Sideways - RSI between 40 and 60 If however not...
Hello All, I think all of you knows Donchian Channels . so I am not going to write about it. With this indicator I tried to create Trend Lines by using Donchian Channel upper/lower bands. I tried add possible entry levels as well. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you...
Hello Traders, Another original idea is here with you. Actualy I can say that it's a breakout strategy that uses multiple Pivot Point's averages. How it works? - it finds the Pivot Points, you can set the length as you want - it gets averages of Pivot Highs and Pivot Lows, you can set the number of Pivot Points to be included - it compares the current closing...
This is a great tool to find confluences between Fibonacci Pivot point on various time frames. Fib Pivots used 23.6% 38.2% 50% 61.8% 76.4% 100% 127.2% 141.4% 161.8% 200% If price is between two levels on the update the lines shift Yearly Pivots shown on 1m - Daily timeframes PIvots recalculate on every day Monthly pivots show on 1m - 60m timeframes Pivots...
Trend Surfers - Premium Breakout Strategy with Alerts I am happy today to release the first free Trend Surfers complete Breakout Strategy! The strategy includes: Entry for Long and Short Stoploss Position Size Exit Signal Risk Management Feature How the strategy works This is a Trend Following strategy. The strategy will have drawdowns, but they...
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...
Hello All, First all of Thanks to Pine Team for adding Arrays to Pine! In this script I tried to make example for 1. Finding S/R lines using highest/lowest function 2. Using 1D array as 2D (we keep S/R levels and age) 3. "Age" usage for S/R levels, getting older on each candle and changing colors by their age (maximum age is 127 then it disappears) You can use...
While analysing a chart, one of the biggest problem is to see if there is trend or not. While thinking about it, I found the idea to analyse moving averages in channel and their momentum according to channel width. How it Works? On each bar it creates a channel by highest/lowest point of a MA. highest point is upper line and lowest point is lower line of the...
What is it? An indicator that depicts the trend of up to 5 higher timeframes on the same chart without needing to context-switch between charts. Features - Supports up to 5 timeframes - Trends indicated by 5 colored buttons: one for each timeframe - Varying shades of green: uptrend - Varying shades of red: downtrend - White/silver:...
Hello Traders! As most of you know that Moving Averages with the lengths 50, 100, 150 and 200 are very important. We should use these this moving averages to figure out S/R levels, the possible reversals points, trend direction etc. we should check these moving averages on Higher Time Frames as well. for example if you look at the chart with 5mins time frame,...
Easy Trend Following Strategy using Highs and Lows breakout of the last X candles to enter and exit trades. You can easily change the ENTRY and EXIT value in order to find the best settings. This strategy seems to be working well for $BTC and $ETH on the 4H and 1D. I didn't play with it too much as I am testing script to trade on the 15 minutes chart with...
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 is an educational script created to demonstrate few basic building blocks of a trend based strategy and how to achieve different entry and exit types. My initial intention was to create a comprehensive strategy template which covers all the aspects of strategy. But, ended up creating fully fledged strategy based on trend following. This is an enhancement on ...