It's a simply volume indicator. You should watch for breaks on both volume uptrend and volume downtrend. It uses fibonacci numbers to build smoothed moving average of volume. Also you can check divergences for trend reversal and momentum loss.
This is a custom indicator of mine based on Tom Demark's 9 indicator which is also used in the beginning steps of the Demark Sequential Indicator which I will be publishing later. He recommends this be used for short term price reversals only but as you can see in the chart, it avoided the big crash in Feb 2020. I have marked when to buy or sell so it should be...
This is advanced version of T-R.A.S with better logic adapted for 4hour / 3month timeframes
Candlesticks are graphical representations of price movements for a given period of time. They are commonly formed by the opening, high, low, and closing prices of a financial instrument. They have their origins in the centuries-old Japanese rice trade and have made their way into modern day price charting. It’s important to note that candlestick patterns aren’t...
Maximize the profit with just one script
The Setup Indicator was created by Tom Demark and this is one of many steps in his Sequential Indicator that I will be publishing at a later date. You guys all seemed to really like my Demark Reversal Points script and this indicator is very similar to that one. This indicator was designed for minor trend reversals and as you can see in my example chart, it...
The price always returns to the average !!! An important separation of the price with respect to an average, indicates a depth and generally generates a reversion or correction in the trend. Depth detection is a simple and very powerful technique, it is widely used for scalping and pyramid operations, this indicator detects depth in 7 time frames, everything is...
This script highlights modified version of evening and morning star candlestick patterns. Volume has also been added in the script to create convergence of volume with price action. It is recommended to use these patterns for positional trading. It is advised to use Morning star at the bottom of the downtrend Evening star at the top of the uptrend Avoid...
Alright so this is a script I made by combining two existing ones and making a really cool discovery that has proven very useful. You'll notice that there are two separate oscillators that are laid on top of each other. The background oscillator is my "Tip-and-Dip" oscillator which you can see here (will refer to this as TnD from here), and the foreground...
20-day SMA , 34-day EMA , 50-day SMA and 200-day SMA moving average indicator based on Rick Saddler's Rounded Bottom Reversal Breakout Strategy
This script detects potential trend reverse and Buy or Sell spots. It works with finding overvalued RSI and Engulfing candle after that and plotting "Buy" or "Sell" signal on price chart. * Users can change RSI values easily from setting. Enjoy
The Convolution Indicator was created by John Ehlers (Cycle Analytics For Traders pgs 170-174) and this is version of an indicator to find potential reversal points. The idea behind this indicator is to use a variation of his AutoCorrelation Indicator that transforms the data using digital signal processing and as you can see it looks very similar to his ...
//Hello my fellow investors //I am creating a simple non-cluttered strategy that uses 3(+1) simple means to determine: viability, entry, and exit //1) Has a consistent trend been maintained for several days/weeks //2) SH SMA crossover LG SMA = Bullish entry/LG SMA crossover SH SMA = Bearish entry //3) Use the Slope factor & Weeks in Trend (WiT) to dertermine how...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
This library was designed to create three different datasets using Bill Williams fractals. The goal is to spot trends in reversal data and ultimately use these datasets to help predict future price reversals. First, the pivot() function is used to initialize and populate three separate arrays (high pivot , low pivot , all pivots ). Since each high/low price...
This is a custom indicator of mine loosely based on the work by Steve J Godwin & Louisa C Schneider (Stocks and Commodities Feb 2021 pg 22) and this works pretty well at anticipating future price swings as the momentum falls. The idea I was going for was to introduce the idea of reversals in combination with a momentum indicator so you can better identify peaks...
This is combo strategies for get a cumulative signal. Result signal will return 1 if two strategies is long, -1 if all strategies is short and 0 if signals of strategies is not equal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The...
IMPORTANT: Filter entries with Stochastic. Oversold for long and Overbought for short Marks candles following setup created by Analyst "Stormer" from Brazil. This setup was not created or modified in any way by me. Input configuration toggles marking by triangles above or below candles or change of candle color as following: For Long Entry - Gray Candle or...