DiNapoli Control Panel CompactThis is a compact more customizable control panel to display the overall state of Dinapoli related indicators.
This indicator displays a matrix containing a customized set of Dinapoli indicator states from Higher Timeframes. It works as a Control Panel to properly monitor multiple layers of the market at an eye glance.
It can print the multi time frame state of the following indicators:
Macd Predictor
Oscillator Predictor
Stochastic Predictor
Trusht: Its presence and state of maturity
DMAs: 3x3, 7x5 and 25x5
In order to aid a custom display, it's designed to only supply color states in multiple time frames. This one doesn't provide the value reading of the indicators.
Only Higher Timeframes states do appear in the table. Lower Timeframes are hidden due to inability to get reliable results for such behaviour in current Tradingview environment.
By default only 5 timeframes get activated: 1H, 4H, 1D, 1W and 1M. But many more are available to be displayed throught the Input Tab.
The sorting of the rows and the position of the table can be customized through the input panel.
Predictor
Pi - Intraday High-Low Predictor
Pi - Intraday High-Low Predictor
This is not my Strategy/Research , I've just coded it into a indicator.
I found it interesting & useful so I'm sharing it here.
This Strategy/Research is by Kshirod Chandra Mohanty ( y-o-u-t-u-b-e : Trade with IITIAN )
You can watch his video on y-o-u-t-u-b-e for more info on this one.
the video has following title :
"1Cr Paid Strategy For Free || 10000 Subscribers Special Giveaway || How to find Day High or Low"
This will not tell you which is day high or day low, but it will help you to predict the day high from a day low and day low from a day high.
It will give you a possible range to which the prices could move to.
He has explained/used this on Banknifty.
How to Find out Day High from Day Low & Day Low from Day High :-
He uses the value of Pi (3.14) and the Range of 1st 5minute candle to find out the possible highs from day low and the possible lows from day high.
Range = value of Pi * 1st 5minutes Range
Small range = Range / 2
Large range = Range + Small range
so to find out the possible lows from day high we do following calculations
Small range low = day high - Small range
Range low = day high - Range
Large range low = day high - Large range
and to find out the possible highs from day low we do following calculations
Small range high = day low + Small range
Range high = day low + Range
Large range high = day low + Large range
Note :- This Indicator does Repaint in following ways,
As the script uses the Day High to predict the possible lows ,
so if it's an up-trending day and price keeps on making new High's then the ranges for lows will keep on changing.
similarly the script uses the Day Low to predict the possible high's ,
so if it's an down-trending day and price keeps on making new Low's then the ranges for highs will keep on changing.
My observations / thoughts about this :-
This script does not provide buy/sell recommendations. it just provides possible ranges to where prices can go from Day-High & Day-Low.
It's better to avoid trading when the price is trading between the Small range high & Small range low levels.
As it has high probability that it will be a range bound day and price will stay in between those two levels.
There is a high probability that it will be a trending day if price breaks either the Small range high/low ,
then the price could move to Range low/high.
If price breaks from Range High/Low then there is a high probability that it will be a trending day and the price could move to Large Range low/high.
Note :- If you want to use this on instruments/scripts/indexes which are active for large session such as forex/cryptos , then i suggest that you use the Opening Range period of 4Hours i.e 240minutes, to get better results.
using the default setting of 5minutes will not give good results on them.
play around with this value to find out which one suits that instrument/script/index the best.
Don't trust these levels blindly, do backtest or live testing of this then use for real trade if you want.
Use Price action near these levels to make any trading decision's.
The script provides following options :
1. Option to display Ranges in a Table (which you can enable/hide as you wish)
You can set the Table's location, size , background color & text color according to your preference.
2. Option to enable/hide Predicted-Highs from Day-Low on chart.
3. Option to enable/hide Predicted-Lows from Day-High on chart.
4. Option to set the Opening range period - here you can select your preferred opening range for calculation purpose.
5. Option to enable/hide historical levels on chart.
6. Options to customize the colors & line styles for lines.
7. Options to customize the colors , position & size for labels.
Pocket Pivot with extrapolated Volume and Moving AveragesThe script shows historical pocket pivots, much as other scripts with a green diamond shape on the volume pane.
When the market is open, the current bar, however, is extrapolated to the end of the day using a sixth-order polynomial.
Thus real-time pocket pivots are shown. To work properly, the user must input a time-zone offset parameter; the default is west coast USA.
Time-zone offset is -12 hours to +12 hours compared to the NYSE exchange time zone (USA west coast: -3.)
The volume extrapolation polynomial is based on a historical NASDAQ intraday volume model developed locally by a team.
Only ten-day lookback pocket pivots are computed as defined initially by Dr. Chris Kacher. (The default lookback can be changed by the user.)
Only pocket pivots are shown where the low of the daily bar is within user-defined proximity to the 50-day moving average or 10-day moving average (for continuation pocket pivots.)
Ehlers Two-Pole Predictor [Loxx]Ehlers Two-Pole Predictor is a new indicator by John Ehlers . The translation of this indicator into PineScript™ is a collaborative effort between @cheatcountry and I.
The following is an excerpt from "PREDICTION" , by John Ehlers
Niels Bohr said “Prediction is very difficult, especially if it’s about the future.”. Actually, prediction is pretty easy in the context of technical analysis . All you have to do is to assume the market will behave in the immediate future just as it has behaved in the immediate past. In this article we will explore several different techniques that put the philosophy into practice.
LINEAR EXTRAPOLATION
Linear extrapolation takes the philosophical approach quite literally. Linear extrapolation simply takes the difference of the last two bars and adds that difference to the value of the last bar to form the prediction for the next bar. The prediction is extended further into the future by taking the last predicted value as real data and repeating the process of adding the most recent difference to it. The process can be repeated over and over to extend the prediction even further.
Linear extrapolation is an FIR filter, meaning it depends only on the data input rather than on a previously computed value. Since the output of an FIR filter depends only on delayed input data, the resulting lag is somewhat like the delay of water coming out the end of a hose after it supplied at the input. Linear extrapolation has a negative group delay at the longer cycle periods of the spectrum, which means water comes out the end of the hose before it is applied at the input. Of course the analogy breaks down, but it is fun to think of it that way. As shown in Figure 1, the actual group delay varies across the spectrum. For frequency components less than .167 (i.e. a period of 6 bars) the group delay is negative, meaning the filter is predictive. However, the filter has a positive group delay for cycle components whose periods are shorter than 6 bars.
Figure 1
Here’s the practical ramification of the group delay: Suppose we are projecting the prediction 5 bars into the future. This is fine as long as the market is continued to trend up in the same direction. But, when we get a reversal, the prediction continues upward for 5 bars after the reversal. That is, the prediction fails just when you need it the most. An interesting phenomenon is that, regardless of how far the extrapolation extends into the future, the prediction will always cross the signal at the same spot along the time axis. The result is that the prediction will have an overshoot. The amplitude of the overshoot is a function of how far the extrapolation has been carried into the future.
But the overshoot gives us an opportunity to make a useful prediction at the cyclic turning point of band limited signals (i.e. oscillators having a zero mean). If we reduce the overshoot by reducing the gain of the prediction, we then also move the crossing of the prediction and the original signal into the future. Since the group delay varies across the spectrum, the effect will be less effective for the shorter cycles in the data. Nonetheless, the technique is effective for both discretionary trading and automated trading in the majority of cases.
EXPLORING THE CODE
Before we predict, we need to create a band limited indicator from which to make the prediction. I have selected a “roofing filter” consisting of a High Pass Filter followed by a Low Pass Filter. The tunable parameter of the High Pass Filter is HPPeriod. Think of it as a “stone wall filter” where cycle period components longer than HPPeriod are completely rejected and cycle period components shorter than HPPeriod are passed without attenuation. If HPPeriod is set to be a large number (e.g. 250) the indicator will tend to look more like a trending indicator. If HPPeriod is set to be a smaller number (e.g. 20) the indicator will look more like a cycling indicator. The Low Pass Filter is a Hann Windowed FIR filter whose tunable parameter is LPPeriod. Think of it as a “stone wall filter” where cycle period components shorter than LPPeriod are completely rejected and cycle period components longer than LPPeriod are passed without attenuation. The purpose of the Low Pass filter is to smooth the signal. Thus, the combination of these two filters forms a “roofing filter”, named Filt, that passes spectrum components between LPPeriod and HPPeriod.
Since working into the future is not allowed in EasyLanguage variables, we need to convert the Filt variable to the data array XX. The data array is first filled with real data out to “Length”. I selected Length = 10 simply to have a convenient starting point for the prediction. The next block of code is the prediction into the future. It is easiest to understand if we consider the case where count = 0. Then, in English, the next value of the data array is equal to the current value of the data array plus the difference between the current value and the previous value. That makes the prediction one bar into the future. The process is repeated for each value of count until predictions up to 10 bars in the future are contained in the data array. Next, the selected prediction is converted from the data array to the variable “Prediction”. Filt is plotted in Red and Prediction is plotted in yellow.
The Predict Extrapolation indicator is shown below for the Emini S&P Futures contract using the default input parameters. Filt is plotted in red and Predict is plotted in yellow. The crossings of the Predict and Filt lines provide reliable buy and sell timing signals. There is some overshoot for the shorter cycle periods, for example in February and March 2021, but the only effect is a late timing signal. Further reducing the gain and/or reducing the BarsFwd inputs would provide better timing signals during this period.
Figure 2. Predict Extrapolation Provides Reliable Timing Signals
I have experimented with other FIR filters for predictions, but found none that had a significant advantage over linear extrapolation.
MESA
MESA is an acronym for Maximum Entropy Spectral Analysis. Conceptually, it removes spectral components until the residual is left with maximum entropy. It does this by forming an all-pole filter whose order is determined by the selected number of coefficients. It maximally addresses the data within the selected window and ignores all other data. Its resolution is determined only by the number of filter coefficients selected. Since the resulting filter is an IIR filter, a prediction can be formed simply by convolving the filter coefficients with the data. MESA is one of the few, if not the only way to practically determine the coefficients of a higher order IIR filter. Discussion of MESA is beyond the scope of this article.
TWO POLE IIR FILTER
While the coefficients of a higher order IIR filter are difficult to compute without MESA, it is a relatively simple matter to compute the coefficients of a two pole IIR filter.
(Skip this paragraph if you don’t care about DSP) We can locate the conjugate pole positions parametrically in the Z plane in polar coordinates. Let the radius be QQ and the principal angle be 360 / P2Period. The first order component is 2*QQ*Cosine(360 / P2Period) and the second order component is just QQ2. Therefore, the transfer response becomes:
H(z) = 1 / (1 - 2*QQ*Cosine(360 / P2Period)*Z-1 + QQ2*Z-2)
By mixing notation we can easily convert the transfer response to code.
Output / Input = 1 / (1 - 2*QQ*Cosine(360 / P2Period)* + QQ2* )
Output - 2*QQ*Cosine(360 / P2Period)*Output + QQ2*Output = Input
Output = Input + 2*QQ*Cosine(360 / P2Period)*Output - QQ2*Output
The Two Pole Predictor starts by computing the same “roofing filter” design as described for the Linear Extrapolation Predictor. The HPPeriod and LPPeriod inputs adjust the roofing filter to obtain the desired appearance of an indicator. Since EasyLanguage variables cannot be extended into the future, the prediction process starts by loading the XX data array with indicator data up to the value of Length. I selected Length = 10 simply to have a convenient place from which to start the prediction. The coefficients are computed parametrically from the conjugate pole positions and are normalized to their sum so the IIR filter will have unity gain at zero frequency.
The prediction is formed by convolving the IIR filter coefficients with the historical data. It is easiest to see for the case where count = 0. This is the initial prediction. In this case the new value of the XX array is formed by successively summing the product of each filter coefficient with its respective historical data sample. This process is significantly different from linear extrapolation because second order curvature is introduced into the prediction rather than being strictly linear. Further, the prediction is adaptive to market conditions because the degree of curvature depends on recent historical data. The prediction in the data array is converted to a variable by selecting the BarsFwd value. The prediction is then plotted in yellow, and is compared to the indicator plotted in red.
The Predict 2 Pole indicator is shown above being applied to the Emini S&P Futures contract for most of 2021. The default parameters for the roofing filter and predictor were used. By comparison to the Linear Extrapolation prediction of Figure 2, the Predict 2 Pole indicator has a more consistent prediction. For example, there is little or no overshoot in February or March while still giving good predictions in April and May.
Input parameters can be varied to adjust the appearance of the prediction. You will find that the indicator is relatively insensitive to the BarsFwd input. The P2Period parameter primarily controls the gain of the prediction and the QQ parameter primarily controls the amount of prediction lead during trending sections of the indicator.
TAKEAWAYS
1. A more or less universal band limited “roofing filter” indicator was used to demonstrate the predictors. The HPPeriod input parameter is used to control whether the indicator looks more like a trend indicator or more like a cycle indicator. The LPPeriod input parameter is used to control the smoothness of the indicator.
2. A linear extrapolation predictor is formed by adding the difference of the two most recent data bars to the value of the last data bar. The result is considered to be a real data point and the process is repeated to extend the prediction into the future. This is an FIR filter having a one bar negative group delay at zero frequency, but the group delay is not constant across the spectrum. This variable group delay causes the linear extrapolation prediction to be inconsistent across a range of market conditions.
3. The degree of prediction by linear extrapolation can be controlled by varying the gain of the prediction to reduce the overshoot to be about the same amplitude as the peak swing of the indicator.
4. I was unable to experimentally derive a higher order FIR filter predictor that had advantages over the simple linear extrapolation predictor.
5. A Two Pole IIR predictor can be created by parametrically locating the conjugate pole positions.
6. The Two Pole predictor is a second order filter, which allows curvature into the prediction, thus mitigating overshoot. Further, the curvature is adaptive because the prediction depends on previously computed prediction values.
7. The Two Pole predictor is more consistent over a range of market conditions.
ADDITIONS
Loxx's Expanded source types:
Library for expanded source types:
Explanation for expanded source types:
Three different signal types: 1) Prediction/Filter crosses; 2) Prediction middle crosses; and, 3) Filter middle crosses.
Bar coloring to color trend.
Signals, both Long and Short.
Alerts, both Long and Short.
DiNapoli Stochastic Predictor TableThis indicator displays a table containing the Stochastic Predictor states from Higher Timeframes: a green background denotes a bullish predictor in that particular timeframe, and a red one denotes a bearish predictor.
It allows displaying current and future Predictor values.
And it also has the option to display the Stochastic Level Predictor Bull/Bear state and values.
Only Higher Timeframes states do appear in the table. Lower Timeframes are grayed out, due to inability to get reliable results for such behaviour in current Tradingview environment.
The position of the table can be customized through the input panel.
Note: The indicator is resource hungry, and sometimes it might need some seconds to fully populate the table.
DiNapoli MACD Predictor TableThis indicator displays a table containing the MACD Predictor states from Higher Timeframes: a green background denotes a bullish predictor in that particular timeframe, and a red one denotes a bearish predictor.
Only Higher Timeframes states do appear in the table. Lower Timeframes are grayed out, due to inability to get reliable results for such behaviour in current Tradingview environment.
The position of the table can be customized through the input panel.
Note: The indicator is resource hungry, and sometimes it might need some seconds to fully populate the table.
customConfluenceSimplifiedThis indicator is intended to automatically search for confluence on a variety of indicators and conditions, highly customizable parameters, including Take profits, stop losses and classic indicator adjustments.
Best results in BTCUSDT 15m and 1H, but feel free to optimize it on any pair and timeframe. I don't recommend using it in non crypto assets.
Alerts are fully customizable too. You can put any alert() (buy/sell) to any pair.
I intended to maximize quality of signals over quantity. But anyway you can customize a lot of parameters to make it more frequent.
DM me for access.
Ehlers Optimum Predictor [CC]The Optimum Predictor was created by John Ehlers (Rocket Science For Traders pgs 209-210) and this indicator does a pretty good job of predicting major market moves. When the blue line crosses over the red line then this indicator is predicting an upcoming uptrend and when the blue line crosses under the red line then it is predicting an upcoming downtrend. Ehlers recommends using this indicator with an entire trading system to filter out any bad signals but most of the signals it gives are pretty accurate. He uses advanced digital signal processing to predict the future prices and uses it in an ema formula for the calculation. There are several ways to interpret this indicator: you can look for crossovers, you can also look for when the indicator goes above 0 for a general uptrend or below 0 for a general downtrend.
Let me know if there are any other scripts you would like to see me publish!
Golden/Death Cross Predictor (by Alex L.)Golden/Death Cross indicator to picture if we're in a Bull or Bear trend, but it's much more - it indicates a potential upcoming golden/death cross, draws a potential continuation of the moving averages to indicate when it might occur, shows a 4-hourly cross which can often alert of a potential trend reversal, and is multi timeframe!
Potential Golden/Death Cross Mark - shows a potential upcoming golden/death cross (with approximate % for its occurrence as a hint).
Potential Golden/Death Cross Projection - shows a potential continuation of the MAs to visually illustrate when the potential cross might occur.
Actual Golden/Death Cross Mark - all previous golden/death crosses are marked on chart with a green/red "X" (which is when indicator's "Short Term MA" crosses "Long Term MA" up or down).
Actual 4-hourly Golden/Death Cross Mark - shows latest golden/death cross on 4-hourly timeframe (regardless of chart's timeframe), which can alert of potential higher timeframe trend reversal.
Multi Timeframe - you can set indicator's timeframe having chart in different timeframe.
Enjoy!
Ehlers Voss Predictive Filter [CC]The Voss Predictive Filter was created by John Ehlers (Stocks and Commodities August 2019) and this is a unique indicator in that it tries to predict future price action. I have color coded the middle line to show buy and sell signals so buy when the line turns green and sell when it turns red.
Let me know if there are any other indicators you want me to publish!
TargetPredictorThis indicator is very easy to use, but it is still good to follow some basic rules when using it.
Whatever time frame you use, it is always necessary to wait for a particular candlestick to complete. Only in this way can we reach certain conclusions.
You can use the indicator in both directions. When a particular currency rises and when a particular currency falls. If it happens that the targets are marked in the opposite direction than expected, go to settings and check "Reverse".
Horizontal lines represent future targets. The most important of these is the “Turning Point,” which represents the dividing line between the continuation of a trend or its rejection.
If it happens that the candlestick ends above the “Turning Point” the continuation of the trend to the first target is very likely. When the candlestick exceeds the first target, it is the turn of the second target, etc.
Enjoy using the indicator and get in touch with any comments :-)
Voss Predictor (A Peek Into the Future) - Dr. John EhlersI have been sitting on this for over a year, but I now present this "Voss Predictive Filter" multicator employing PSv4.0 upon initial release, originally formulated by the great and empowering Dr. John Ehlers for TASC - August 2019 Traders Tips. This is a slightly modified version of the original indicator John Ehlers designed. My improved implementation is an all-in-one combination of three indicators, consisting of Ehlers' 2-pole bandpass filter, fed into the Voss predictor, and my Correlation Color. I also purposefully attempted to make this indicator work on both "Light" and "Dark" charts equally well.
You can search for this indicator's white paper, entitled "A PEEK INTO THE FUTURE By John Ehlers", on his site in the educational reference section. It's VERY important that you fully grasp how this indicator works and when it doesn't during trending price movements. According to "TV House Rules", I can't link directly to his white paper on his web site. Technically he's a vendor, even though it has been divulged to me, that he is intending to retire after his last and final wØℾk$#Øp, where he is publicly disseminating the bulk of his unpublished proprietary code that drives his other website VERY SOON.
I love John Ehlers in a respectfully appreciative manner and he is my hero in life! I simply don't revel about pretended celebrities and supposed rock stars. I will never be able to adequately explain to you how much he has influenced me AND this website as it currently exists AND what is in store for the future of the ever evolving "Power of Pine". His inspiring legacy of code poetry shall forever be immortally enshrined here on TV and influence it.
Back to the topic of interest, this script originating from John Ehlers' mind... This indicator helps to anticipate cyclic turning points via negative group delay. It is NOT a predictive crystal ball. Do not become cluelessly disillusioned by it's title. I need to explain.
For example, this indicator could not have anticipated that the bold faced lie of "15 Days to Slow the Spread" of the CHImeravirus "plandemic" in the USA, would turn into our factual reality of multi state mandated orders demanding months of unconstitutional prison cell styled lockdowns with closures and the absurd criminalization of not wearing a mouth mask made from underwear while not being evidently ill, additionally combined with 24/7 black magick mass hypnosis spoon feeding non-scientific fear based psychological propaganda from the world's "finest" epidemiological data analysts and misleaders, eventually decimating the world's markets into zombie economies with abhorrent results of long term massive unemployment and financial hardship on a chart scale never before witnessed. Yep, it's NOT capable of predetermining any of that. I just wanted to make that very clear by example in a metaphorical manner many people can relate to concerning Voss' ability to anticipate.
The indicator consists of a bandpass filter coupled to the Voss predictor. Also, one thing about the Voss predictor, it can catch minute turning points or even false ones as explained in the white paper. So... I included my Correlation Color as a fitting companion to aid you in filtering out false signals during trending price movements. The Voss Predictive Filter should never be used alone, be forewarned!
Features List Includes:
Dark Background - Easily disabled in indicator Settings->Style for "Light" charts or with Pine commenting
AND a few more... Why list them, when you have the source code to explore!
When available time provides itself, I will consider your inquiries, thoughts, and concepts presented below in the comments section, should you have any questions or comments regarding this indicator. When my indicators achieve more prevalent use by TV members , I may implement more ideas when they present themselves as worthy additions. Have a profitable future everyone!
Predictor_Intraday_TrendThanks to all the people who have requested access to my previous script -
I had been very busy with my official work so couldn't concentrate on trading for months together and neither reply back to so many of your messages.
Unfortunately i am not able to give access to it to anyone, anymore due to change in plan policies. So here is the same script which is open to all. Please use this script instead of the My-Intraday-Predictor-Systems-For-Public-Use-Very-Reliable.
***Ensure that you read the description of this fully, on how to use this***
On how to use this script, please refer to the description in
I suggest all of you to backtest this script properly before using it. I am not seeing great success in this now-a-days for intraday, but definitely as a trend indicator this works well. For intraday try to club this with other indicators and make a strategy of your own and use it.
Thanks all.
DiNapoli Bundle PredictorsThis Premium Indicator allows to plot the following DiNapoli Predictors Tools into the price chart:
Momentum Predictors based on:
MACD Predictor
Stochastic Predictor
OB/OS Predictors based on:
Oscillator Predictor
Stochastic Predictor
If you would like to subscribe , please send me a private message.
DiNapoli Stochastic PredictorStochastic Predictor is a brand new development to the toolkit of DiNapoli traders.
This indicator allows us to identify the price points at which the Stochastic might shift. These points often operate as Support and Resistance.
If you'd like to subscribe to this one or other DiNapoli indicators, please drop me a private message.
Librehash Aggressive M.A. ForecastThis indicator is fairly simple in nature, but there's a lot more to it than meets the eye.
The control panel is set up so that you're able to customize the type of MA indicator that you would like to use (HullsMA, SMA, EMA, WMA, VWMA, Double EMA, etc.)
In addition, traders can also tweak the signal producer so that it fits their given needs on a chart if they feel that the settings are not optimized to produce (but, from what we backtested, we imagine that this won't be a huge necessity).
However, beyond all of this, the biggest feature of this indicator is the fact that it is designed to catch MONSTER gains, hence the name:
Whale Detector System
Below, are two potent examples of this indicator's whale detection capabilities.
In the picture above, we can catch the indicator warning us of a MASSIVE sell off in price. And it appears that it was right.
And here, we can see the indicator warn us of a MAJOR increase in price - to the tune of 600%+ actually.
In fact, it appears that it was able to anticipate the entire bull run, which is almost unprecedented in terms of indicator predictive capabilities go.
If you're interested in this indicator, please do not hesitate to contact me at your earliest convenience, and I will arrange for you to purchase the indicator.
Thank you.
DiNapoli Bundle Overlay (4-in-1)DiNapoli Overlays 4-in-1 is a Bundle that includes the 4 studies used by DiNapoli in the price chart in just 1 single indicator :
DiNapoli Color Candles
DiNapoli MACD Predictor (MacdP)
DiNapoli Oscillator Predictor (OscP)
DiNapoli DMAs
This Bundle version includes the following features :
Ability to select multiple Overlay Studies to be plotted: Colored Candles, MacdP, OscP, DMAs
Show/Hide each indicator
Show/Hide each DMA
Plot Stop Grabbers
Set OB/OS Oscillation Period
Set OB/OS Factor Ratio to each Market
Show OB/OS Levels
Show Preceding OB/OS Cloud
For convenience it also includes Custom Alerts . Now it is possible to get alerts on:
Signal DiNapoli Cycle Shift
New DiNapoli Bull Cycle
New DiNapoli Bear Cycle
Signal DiNapoli Cycle Strength
DiNapoli Bull Cycle Strength
DiNapoli Bear Cycle Strength
Signal DiNapoli Cycle Weakness
DiNapoli Bull Cycle Weakness
DiNapoli Bear Cycle Weakness
MACDP Cross
MACDP Bullish Cross
MACDP Bearish Cross
Stop Grabber
Bullish Stop Grabber
Bearish Stop Grabber
OverBought Condition
Entering OverBought Condition
Exiting OverBought Condition
OverSold Condition
Entering OverSold Condition
Exiting OverSold Condition
DMA Cross
Bullish DMA Cross
Bearish DMA Cross
This indicator is meant to be used by professional traders.
If you would like to subscribe , please send me a private message.
DiNapoli Oscillator PredictorOscillator Predictor is a useful indicator that paints dynamic OverBought and OverSold levels which are unknown to most of traders.
This version of the indicator includes the following options:
Ability to show/hide OB/OS levels independently
Ability to show/hide preceding OB/OS clouds
Option to declutter the chart and draw the line only during last candles
Allows custom setting of the oscillation period
Allows customization of OB/OS trigger levels
Displays safe suggestion to place Stop Loss levels
Show/hide line tags
This indicator is meant to be used by a private group of traders.
If you would like to subscribe, send me a private message.
DiNapoli MACD PredictorMACD Predictor is a useful indicator that paints dynamic support and resistance levels which are unknown to most of traders.
This version of the indicator includes the following options:
Price Projection of Next Candle
Stop Grabbers visual indication
Short Line mode to declutter the chart
Normal/Dark mode
Visual labelling of the line
Thickness of the lines
This indicator is meant to be used by a private group of traders.
My Intraday Predictor Systems for public use - Very reliablePresenting you all with one of my favorite reliable "Predictor engine" which can be used primarily for Intraday trading.
Background:
As like many, I am one of those who trade part time and so cannot stick my self in front of charts through out the day to identify reliable intraday patterns. May be I would have gone out for a meeting/break and come back to see that I missed a great intraday opportunity in a stock. So I started working on predicting next day's candle based on previous candle. By this way, I know on the end of the day, what I am going to trade tomorrow and at what price levels. So next day morning, I can place those orders once the market opens.
But predicting next day's candle was not that easy, I analyzed various indicators and kept studying them to see, when there is a big red/green candle, does the values of those indicator form a pattern for the previous day(s). Like this I studied a lot of indicators and finalized a set of few which gave reliable patterns.
Predictor System using MACD,RSI,Fisher Transform & KST indicators:
The one that is shared here is a combo of two predictor systems that I created using the above mentioned indicators. It actually analyzes the progressive nature of MACD and RSI to see the current trend, and it uses Fisher Transform and KST indicators to finalize the signal and remove false signals. The calculations in it are very complex and was developed with a lot of analysis and of course with trial and error method as well. Generally all of my predictive engines try to correlate one indicator with other to see where it squeezes well to create a reliable indicator. Most of my intraday calls are given using this indicator as well.
How to use this indicator:
A word of caution : Please note, this indicator is not one which can give guaranteed returns or with 100% success rate, and I havent seen any thing of that sort so far, so please don't believe in those and dont be surprised if this indicator fails for a few times. I have been using this indicator for quite some time and I have seen it creates close to 80% success rate.
Chart timeframe : 1 Day time period only. I have never used this indicator with any other time frame, and based on my best guess it wont work fine for anything lesser than 1D.
Stocks with which this indicator work well : Usually with high volume stocks and preferably with F&O stocks.
How to trade : At end of the day, keep all selected stocks in a watchlist, and open a chart with 1day time period. Add this indicator to the chart. Keep scrolling through all your favorite stocks (which are in watchlist) and see if this indicator signals (for current day) any double green/red arrows. If so, note down those and the stocks close price.
Once you scanned the entire watchlist and come up with the finalized stocks for which you found the signal for current day (i.e if you look at daily chart on end of 24th May, you should look for signals on 24th May candle). Just because there is a signal, please dont go short/long on the opening of next day market, wait for it go above/below 0.25% of the previous day's close. Or based on your risk appetite you can increase threshold percentage to more.
Once the stock hits the buy/sell price, try to book profits at levels of 0.75%, 1.2% and 1.67% of the buy/sell price. But based on the market trend you can adjust these numbers.
Refer the chart for more information.
Time limited :
As of now I am keeping this script as Invite-Only script with time limit, as this has come out of my years of hardwork and with a lot of patience and took a lot of effort. So I would like to share it only with those who are really interested and are capable intraday players. So please PM and I will give access to this script to you.
MTF Dinapoli MACD predictor V2This is the Multi Time Frame version of Dinapoli MACD predictor indicator
Fixed a bug of previous version.
Dinapoli macd predictor is a trending indicator that give you not only what direction a forex pair is moving but also how volatile the price is. When the Forex market starts giving new max or minimum level values, the Dinapoli macd predictor follows the price trend direction and pullsup the level of quit from the currency market . Stops should be applied where they are for a purpose, and in that case, should not be changed.
The whole idea behind a practical trading plan is to keep it as simple as possible.
Dinapoli MACD predictor, by Patternsmart// Technical Analysis & Research Patternsmart
// Custom indicators, Strategies, SCAN, Screener, Backtesting, Converting service for:
// Tradingview, NinjaTrader, Thinkorswim, MetaTrader, MetaStock, Multicharts, Prorealtime, etc.
Dinapoli macd predictor is a trending indicator that give you not only what direction a forex pair is moving but also how volatile the price is. When the Forex market starts giving new max or minimum level values, the Dinapoli macd predictor follows the price trend direction and pullsup the level of quit from the currency market. Stops should be applied where they are for a purpose, and in that case, should not be changed.
The whole idea behind a practical trading plan is to keep it as simple as possible.
There are two main advantages to its use.
1. You are able to determine, one period ahead of time, what price will cause the MACD to turn from a buy to a sell or visa versa. It is a cousin to the Oscillator predictor. If you take a position you know right then and there, the exact price, the current and next (future) bar will need to achieve for the MACD to cross. You can also literally see the distance the market has to go, before your current position is either helped or hindered by the force of the next MACD cross. You can do this in all time frames, as the predictor updates in real time.
2. You are able to determine the "Dynamic Pressure" on the market by clearly observing price action with the MACD Predictor history, superimposed directly on the bar chart. Dynamic pressure refers to how the market reacts to buy and sell signals. If you get a 30 minute sell on the MACD and the market goes flat for example, you know right then and there that the next buy signal is apt to be a big winner! This was something I would regularly do with the standard DiNapoli MACD but now it is so much easier to see!