One more to add to the Ehlers collection. Ehlers Instantaneous Trendline, by John Ehlers, identifies the market trend by doing removing cycle component. I think, this simplicity is what makes it attractive :) To understand Ehlers's thought process behind this, refer to the PDF linked below. There are atleast 6 variations of this ITrend. This version is from...
Made a script that connects and extrapolates low points and high points. Can adjust local and distance range for extremes searching. Can add script multiple times for various ranges. I like tips :D
Hello All, Today I am here with a new idea and script, " LTB Zigzag Circles ". The idea is to create Circles using last 2 zigzag waves and to catch the breakouts earlier than horizontal lines. if a circle is broken then the script shows entry for Long/Short positions. and if broken circle reappears again then the position is closed. You can change Zigzag period...
Hello All, This is Moving Averages Trend Following 3D indicator. The idea is based on direction of MAs and relation between 20 moving averages (5 to 100 period). Option to show different type of MAs: EMA, SMA, RMA, WMA, VWMA. As I haved tested it looks succesful at calculating trend direction and trend strength. For a better look I tried to make it 3D, it...
Hello Traders, Recently we got new features in Pine such Arrays of Lines, Labels and Strings. Thanks to the Pine Team! ( here ) So I decided to make new style of Multi Time Frame indicator and I used Array of Lines in this script. here it is, RSI Multi Time Frame script. it shows RSI for current time frame as it is and also it gets RSI for the Higher Time...
Abstract This script provides a set of Trendline Channels which can be tighter than Donchian Channels. This script computes the most suitable active upper and lower trendlines and updates them as soon as possible. We can use it for breakout signals earlier than Donchian Channels. Introduction Channels are tools which can mark area of values of ranging...
How To Initiate Long Trade-in Index Future/ Buy Call Options – 3 Min TF ▪ If The Index Futures Trades Above The VWAP, the Following Parameters are Checked For 2 Candle Theory on the long side ▪ RSI Trades Above 50 & Between 50-75/80 ▪ Volume Of 2 Consecutive Bars Is Above 50K For BankNifty ▪ All the indicators ( Parabolic SAR, Super Trend, VMA, VWAP ) Below the...
The Trend Exhaustion Indicator is a custom indicator of mine that is loosely based on the Trend Exhaustion Index created by Clifford L. Creel Ph.D. (Stocks & Commodities V. 9:1 (9-11)) This indicator will let you know the trend reversal points and when it falls below the signal line then the trend is ending vice versa. Buy when the indicator crosses above the...
GRIB Trendline show the distance betwen the price and the SAR with the GRIB settings in percentage. It highlight the elasticity of the wave. It's designed to be used with trendlines to spot the bottoms and the tops. More explanation here : and here : note : do not use "selldot" and "buydot", i was testing something and gave up about the idea
Hello Traders, This is "Point and Figure Chart (PnF)" script that run in separated window in real time. The separated PnF chart window is timeless, so no relation with the time on the chart. PnF chart consist of "X" and "O" columns. While "X" columns represents rising prices, "O" column represents a falling price. If you have no idea about what PnF charting is...
Hello traders Sharing a sample Supertrend strategy to illustrate how to calculate a convergence and using it in a strategy I based the setup as follow: - Entries on Supertrend MTF breakout + moving average cross. Entering whenever there is a convergence - exit whenever a Simple Moving Averages cross in the opposite direction happen - possibility to filter only...
The Instantaneous Trendline was created by John Ehlers (Rocket Science For Traders pgs 109-110) and this indicator is perfect for determining the medium to long term trend. Buy when the indicator line is green and sell when it is red. I will be introducing a different version of this indicator which is perfect for short term trends so these will pair great...
VOLUME PRESSURE COMPOSITE AVERAGE WITH BANDS Ver. 1.0.beta.10.08.2015 By Ricardo M Arjona @XeL_Arjona DISCLAIMER: The Following indicator/code IS NOT intended to be a formal investment advice or recommendation by the author, nor should be construed as such. Users will be fully responsible by their use regarding their own trading vehicles/assets. The...
The Correlation Angle Indicator was created by John Ehlers (Stocks & Commodities V. 38:06 (8–15)) and this is technically three indicators in one so I'm splitting each one to a separate script. This particular indicator was designed for trend termination and simply buy when it is green and sell when it turns red. Let me know if you would like to see me publish...
Interesting performance for Super Trend strategy for XBTUSD 1m chart. Params: ST Mult: 2, ST Period 14. Performance: 144% profit, 1988 trades, only 41% prof, 2.04% dd , 2.51 Sharpe. On its own, it might be not a very good strategy, but the big amount of trades allows you to add more filters and improve it. And remember: Past performance does not guarantee...
PSAR works well as trailing stop loss (or WinStop), but is often whipsaw'd as it detect trend changes over enthusiastically. So, a filter to validate trend changes was added. It basically requires 3 straight bars completely breaking the prior saved PSAR level. Enjoy!
Simple Pivot Reversal Strategy with some adding settings. Date Range: To test over specific market conditions. Initial Capitol: $10K - This is a more realistic representation of funds used this strategy (for me anyway). The default of $100K can give different results (usually better) than when using a smaller balance. Order Size: 100% Equity - These trend...
Hello traders This is an example of how you can add multiple indicators into a unique one In this instance, I added two supertrend multitimeframes and draw them on a different timeframe chart Enjoy David