Take on LazyBear's SB_RSI/MFI with Volatility Indicator. The original indicator is coupled with the Bollinger Band strategy. Original Idea: Wanted to test the indicator with bbstrategy. Message if you think of any modifications/ enhancements/ any opportunities. :) Donations/Tips... :) - BTC: 1BjswGcRR6c23pka7qh5t5k56j46cuyyy2 ETH:...
Hey guys, this is one of my favorite scripts as it represents a whole trading system that has given me very good results! I have only used it on Bitcoin so far but I am sure it will also work for other instruments. The original code to this was created by LazyBear, so all props to him for this great script! I have linked his original post down below. You can...
Squeeze Momentum Indicator for 4 period Based on Squeeze Momentum Indicator
Chart based on True Strength Indicator It was improved to show same information as Squeeze Momentum Indicator by LazyBear, but it seems to have better and quicker response to changes and was tested on Bitcoin mainly. Enjoy it! BITFINEX:BTCUSD
A Super Trend based on the high and low of a Moving Average, to get an easy view what the current trend is and where to buy and sell. TIPS - The 'Closing Source' option is the candle value that triggers the clouds. 'High/Low System' means that a downtrend is over when the candle LOW closes greater than the downtrend (dark cloud), an uptrend is over when the...
Three StochRSI with adjustable lengths in one indicator, with no extra bells or whistles. Lazybear's Apirine Slow RSI is used for the RSI formula for the third Stoch. 14-period StochRSI (red) is considered short term. 20-period StochRSI is another short to mid term preset I've seen used in various indicators on different platforms by default, and is included as...
The Enhanced Index (EIDX) is a modified William %R that behaves much like the original, to indicate overbought and oversold market conditions. EIDX has the advantage of - Reacting more quickly to changes in buying power. - Predicting market turning points better than other oscillators. Divergences are more pronounced. List of my other indicators:
Designed for 4 hour charts - No repaint. BreakingDawn tries to anticipate the trend change before the actual break from one trend to another. This is an extenstion to WaveTrend from LazyBear. Cudos to LazyBear for his awesome WaveTrend script! //Jack
The purpose of this indicator is to combine the four basic types of indicators (Trend, Volatility, Momentum and Volume) to create a singular, composite index in order to provide a more holistic means of observing potential changes within the market, known as the Unified Composite Index . The indicators used in this index are as follows: Trend - Trend Composite...
This takes Ehler's work that dynamically finds the frequency of market cycles and applies it to the concept of Bollinger Bands. First the dominant cycle length is found using Ehler's methods, this is then used as the length to the moving average and deviation. I also ended up using an exponential average rather than a simple average for both the moving average...
Squeeze Momentum from LazyBear now visible at the chart so you can check when the Squeeze its about to release. All credits for him.
Original by @LazyBear Differents: scolor => white & black plot histogram => linewidth=5 plot style => circles, linewidth => 4, transp => 0
// @author LazyBear // @credits www.incrediblecharts.com // If you use this code in its original/modified form, do drop me a note. // Two Features Added by User ChrisMoody - // TMF Line to be uses with Histogram(Easier to Spot Divergences) // Thresh Hold lines showing extremes - adjustable. study("Twiggs Money Flow ", shorttitle="LB_TMF") length = input( 21, "...
The strategy is based on LazyBear's Elder Impulse System Strategy(in layman terms): Long: When the green bar in the Elder Impulse System's indicator shows up Short: When the red bar in the Elder Impulse System's indicator shows up Close trade/Profit booking: When the blue...
A take on LazyBear's Wavetrend_Oscillator The idea is bit modified. Original Idea: When the oscillator is above the overbought band (red lines) and crosses down the signal (dotted line), it is usually a good SELL signal. Similarly, when the oscillator crosses above the signal when below the Oversold band (green lines), it is a good BUY signal. Modified...
This is a combination of multiple coders work. It involves RSI, ADX, awesome oscillator, ANN strategy, etc. The long and short signals are given only at or after hour 11 (this works best in an hour window). You may also have to change the screen under functions should it show a really tiny graph. I'm not a coder so the code is very messy. In fact, some...
This is a no-volume version of Vervoort's SVAPO. The original version is @ Since it doesn't include volume in its calculations, you can use this on FX. More info on SVAPO: More info: stocata.org stocata.org BTW, this is my 150th script. Plenty more to come, my to-publish queue is still full of new stuff :) For a complete list of my other indicators, do...
Krivo index, suggested by Richard Krivo, tries to quantify the "strength" of a currency by checking how many of its pairs are trading strongly (close above 200sma). As you can see from the chart, KI gives an excellent overview of their strength. Note how it correctly points out the JPY crash (Nov 2012). I decided to implement KI for each currency separately to...