Conceptive Price Moving Average [CSM]The Conceptive Price Moving Average (CPMA) is a technical indicator designed to provide a more accurate moving average of the price by using the average of various price types, such as open, close, high, low, etc. The CPMA can help to smooth out the noise and provide a clearer picture of the overall trend by taking the average of the last 3 candles for each price type and then calculating the average of those averages.
To use the CPMA for generating buy/sell signals, you can look for crossovers of the CPMA and other commonly used moving averages, such as the 9-period EMA, 20-period EMA, 50-period EMA, 100-period EMA, and 200-period EMA, which are also plotted on the chart. When the CPMA crosses above a shorter-term moving average, such as the 9-period EMA or 20-period EMA, it can indicate a potential buy opportunity, while when the CPMA crosses below a shorter-term moving average, it can indicate a potential sell opportunity.
Based on my analysis of BankNifty and Nifty, I have found that the CPMA works best at a length of 21, showing good resistance and support for stocks. Therefore, I recommend using a length of 21 when using the CPMA for generating buy/sell signals.
Ema9
Multiple Timeframe continuity with Crossover Alerts█ OVERVIEW
This Indicator calculates the EMA 9/20 and the RSI with its SMA on multiple timeframes and indicates their crossings. In addition this script alerts the user when crossings appear.
█ USAGE
Use the checkboxes to activate different timeframes. With the dropdown menu you can select the timeframe in minutes.
Furthermroie use the checkboxes to activate different crossovers. At the end of the settings you can find the same options for the RSI.
You can also let the script indicate only the overlapping of both indicator crossovers by using the combination option.
█ KNOWLEDGE
EMA: The ema function returns the exponentially weighted moving average. In ema weighting factors decrease exponentially. It calculates by using a formula: EMA = alpha * source + (1 - alpha) * EMA , where alpha = 2 / (length + 1).
SMA: The sma function returns the moving average, that is the sum of last y values of x, divided by y.
RSI: The RSI is classified as a momentum oscillator, measuring the velocity and magnitude of price movements. Momentum is the rate of the rise or fall in price. The RSI computes momentum as the ratio of higher closes to lower closes: stocks which have had more or stronger positive changes have a higher RSI than stocks which have had more or stronger negative changes.
RMA: Moving average used in RSI. It is the exponentially weighted moving average with alpha = 1 / length.
(Source: TradingView PineScript reference & en.wikipedia.org)
█ Credits
Thanks to @KhanPhelan with his EMA 9/20 trading idea
Credits to TradingView for their RSI function
█ Disclaimer
This is my first Script, any feedback is welcome.
Larry Williams 9.1 with Optional Filters - ValenteThis indicator is based on the Larry Willians 9.1 Strategy.
It will paint the candles WHITE when Long entries are activated and BLACK when short entries are activated.
There is an option to include an EMA or SMA filter.
Larry Williams 9.4 [zauoyds]This script was made to find in real time the setup 9.4, made by trader Larry Williams .
This indicator just help to find the entries described by setup 9.4.
You need to know the setup and use this indicador as helper.
The indicator shows when the 9.4 is configured. The trigger to go long is the next candle high is higher than previus candle high. To go short, the low needs to be lower than previus low.
Larry Williams 9.3 [zauoyds]This script was made to find in real time the setup 9.3, made by trader Larry Williams.
This indicator just help to find the entries described by setup 9.3.
You need to know the setup and use this indicador as helper.
The indicator shows when the 9.3 is configured. The trigger to go long is the next candle high is higher than previus candle high. To go short, the low needs to be lower than previus low.
Larry Williams 9.2 [zauoyds]This script was made to find in real time the setup 9.2, made by trader Larry Williams.
This indicator just help to find the entries described by setup 9.2.
You need to know the setup and use this indicador as helper.
The indicator shows when the 9.2 is configured. The trigger to go long is the next candle high is higher than previus candle high. To go short, the low needs to be lower than previus low.
Larry Williams 9.1 [zauoyds]This script was made to find in real time the setup 9.1, made by trader Larry Williams.
This indicator just help to find the entries described by setup 9.1.
You need to know the setup and use this indicador as helper.
The indicator shows when the 9.1 is configured. The trigger to go long is the next candle high is higher than previus candle high. To go short, the low needs to be lower than previus low.
Mapping 9.1 / 9.2 / 9.3 (v2.1)Hi, This is my first pine script
It helps to map the first reference candles for the setups 9.1 9.2 and 9.1 from Larry Williams
Many thanks to Mr. Alexandre Fernandes Palex for the many public tutorials and videos about this setups.
You can find his very rich reference in his blog
Now, lets go to the mapping strategy.
1) At first, we test if the ema 9 is up or down
if it is Up the background is painted yellow and you can find the reference candles for the setups
if it is down the background is Gray and you can find the reference candles for the setups
2) Then we compare the close, highs and lows if the candle match some of the setup rules, and if match we plot a sign in the reference candle with the name of respective setup, now you can decide in the next candle if it is eligible for an entry SHORT/LONG position.
Please, few free to comment and tell me any inconsistency and possible upgrades...
Later as soon I’m get used withe pine script I will improve this script with more and more features
Best regards,
Alberto van Drunen
Alberto van Drunen