Motive Waves are the components of Elliot Wave structure. Motive Waves consists of 5 sub-waves of which 3 are impulse (In the direction of trend) and 2 corrective waves. The Motive Wave in the upward direction will start with Swing High, Ends with Swing High and consists of 3 Higher Highs and 2 Higher Lows representing strong upward trend. Motive Wave in the...
Continuing our discussion on trading chart patterns, this is our next tutorial after Trading Converging Chart Patterns This tutorial is based on our earlier articles on pattern identification and classification. Algorithmic Identification of Chart Patterns Flag and Pennant Chart Patterns In this tutorial, we concentrate on diverging patterns and how to...
We discussed identification and classification of different chart patterns and chart pattern extensions in our previous posts. Algorithmic Identification of Chart Patterns Flag and Pennant Chart Patterns In this installment, we shift our focus towards the practical trading strategies applicable to a select group of these patterns. Acknowledging that a...
🎲 An extension to Chart Patterns based on Trend Line Pairs - Flags and Pennants After exploring Algorithmic Identification and Classification of Chart Patterns , we now delve into extensions of these patterns, focusing on Flag and Pennant Chart Patterns. These patterns evolve from basic trend line pair-based structures, often influenced by preceding market...
Welcome to "Thinking in Pine" short video series on the topics of Pine Script. Today's topic is handling the error - "The study references too many candles in the history" and other bar_index related issues. If you are not familiar with Pine Script time series concepts, please go through our previous videos. Thinking in Pine - Time Series Thinking...
Welcome to the world of technical analysis, where chart patterns play a pivotal role in shaping trading strategies. This is an ultimate guide designed to help users objectively identify the existence of patterns, define the characteristics and classify them. In this discussion, we will mainly concentrate on the patterns formed by trend line pairs. This includes...
Welcome to "Thinking in Pine" short video series on the topics of Pine Script. Today's discussion point is debugging and tools that Pine script provide us to debug our programs. 🎲 Points Discussed Debugging using `plot` for numerical series values. Using Pine Logs to debug for cases where `plot` is not suitable 🎯 Example Program - Debugging using...
Hello All, Welcome to another session of "Thinking in Pine" - short video tutorials on Pine Script. Before continuing with this video, if you are not familiar with var, varip and regular variables, please watch our previous video - "Thinking in Pine - var, varip and regular variables" 🎲 Today's discussion points How var, varip and regular variable...
Hello everyone, welcome back to "Thinking in Pine" short video tutorials. In this video, we have discussed special cases of using var variables inside function definitions. If you are not familiar with var variables, please take a step back and watch our earlier video - "Thinking in Pine - var, varip and regular variables" 🎲 Summary Using var within a...
Hello Everyone, Welcome back to "Thinking in Pine" short video series. In this session, we have discussed few special cases of time series variables and using historical operator within local scope. If you have not watched our previous video - "Thinking in Pine - Time Series" , request you to do that before continuing this video. 🎲 Summary of our today's...
Hello everyone, Welcome back to "Thinking in Pine" short video series. In this video, we discuss the concept of time series variables in Pinescript. If you are not familiar with var and varip type of variables - please step back and watch this video before continuing - "Thinking in Pine - var, varip and regular variables" 🎲 Summary of our discussion is as...
This is our first video session on "Thinking in Pine" series. Before we start, we want to explain a bit about our new initiative. 🎲 What is "Thinking in Pine"? In our journey to empower the trading community, we're excited to introduce "Thinking in Pine," a series of concise, 5-10 minute videos dedicated to unraveling the complexities of Pine Script®. We have...
Hello Everyone, In this tutorial, we learn about how to create simple auto trading bot using tradingview alerts and OKX exchange built in integration mechanism. Few exchanges have come up with this kind of direct integration from tradingview alerts to exchanges and as part of this tutorial, we are exploring the interface provided by OKX. In this session, we...
This video explains how to automate access management for vendors who build and sell invite only scripts based on subscription or one time fee. I have made videos about this earlier as well. But, due to high demand, I have been asked to make this video again. 🎲 Tools Required Replit - Used for hosting the service that automates access management Postman -...
Hello everyone, here is a short video on how to use the indicator Historical Pattern Matcher . In this video, we went through the indicator components and settings in detail. All the information are also available on the script page. Please go through and let me know if you have further questions.
Here is an explanation on the Bullish and Bearish Hidden Divergence concepts Rules are as follows: Bullish Hidden Divergence Happens only in uptrend Observed on pivot lows Price makes higher low, whereas indicator makes lower low due to price consolidation. In bullish trend, this is considered as bullish as the price gets a breather and get ready to...
Here is a graphical representation of the simple concept of bullish and bearish divergences. Rules are pretty clear Bearish Divergence Happens only in uptrend Observed on pivot Highs Price makes higher high whereas oscillator makes lower high, indicating weakness and possible reversal Bullish Divergence Happens only in downtrend Observed on...
I do not do manual analysis on anything. Instead, I develop methods to do the analysis. This way, we can be free from bias, and we measure things objectively. Having said that, purely statistics based analysis does not take into consideration recent news events and other economical or political impacts on the company. I developed this method to measure the...