Mxwll MTF S/R: The Mxwll MTF Support & Resistance indicator is designed to identify crucial support and resistance levels across multiple timeframes. By considering various timeframes, this indicator provides a more comprehensive view of the market's underlying structure. It allows traders to extend lines in various configurations and covers timeframes ranging...
First, the credit for the original script to plot a High and Low between a certain time goes to developer paaax. I took that idea, converted it to Pinescript V5, cleaned up the code, and added a few more lines so you can plot different levels based on time of day. Published open source like the original. The example shown has: Blue - plotting from the start of...
The main function of this indicator is to make it easy to identify several smart money concepts (SMC) and ICT practices by using a single indicator. The functions themselves are not my original content, but rather a collection of several scripts with some tweaking, combined into a single indicator. Main functions: - Provides the ability to set bar color for...
Here it is, the Gann Square of 9. An easy-to-use tool to determine possible support and resistance levels. Input a starting value to be the starting point of the square. Then the increasing value will be used to get the value of each cell on the table. It's possible to show the diagonals and a spot number to see what cell value the current price is close to. The...
Japanese below / 日本語説明は英文の後にあります。 ------------------------- This indicator that displays High/Low lines for each session. The Key Levels of each session can be visually recognized, which is useful for PD Array analysis. You can display the last 3 days. Based on trinity by ICT. The biggest feature is that the color shape of the line changes when reaching High/Low....
Have you ever noticed that prices seem to stick to certain “round numbers” like $1250, $1300, or $1350? It’s not just your imagination — these round numbers can actually act as psychological levels in the market, influencing trader behavior and shaping price action. But why do traders care so much about these round numbers? It all comes down to our psychological...
This indicator will automatically plot key horizontal levels. The script will create a grid from highest to lowest price, dividing this price range into several steps. It will then loop through each bar and save its cummulative price/volume into each steps. The steps with the most significant prices/volume are finally plotted into key...
This script is designed to help you identify viable support and resistance levels by automatically creating lines that become less transparent when said levels hold. It is based on Donchian Channels created by rounded closes, not by highs and lows. You can use it as an aid to draw your levels manually, or stick exclusively to automatic charting. Available...
This got removed so I'm publishing it again. What it is: - This script draws in levels refereed to as bank levels. They are basically psychological/even numbers(40000, 45000, 150, 1850..) Why doesn't it work on some charts? - Each pair has a different tick value. You will have to edit the code to make it work on certain pairs. It's pretty simple, take a look.
Each trend has its high and low key points that are important in the next prices. Sometimes it's hard to find out the keys with a naked eye, so I tried to code a simple indicator to marking these points also, as a bonus, to draw support and resistance lines from previous critical pivot points. Let me explain the details with a downtrend. If we consider the...
My take on Key Levels script that plots: - Daily Open - Weekly Open - Monthly Open - Day of Week Range (i.e. Monday Range) - Initial Balance Open levels are not visible on higher time frames, such as Daily Open is not visible on Weekly Open nor Monthly Open. Initial Balance is not visible on the following timeframes: 2H, 4H, 6H, 8H, 1D, 1W and 1M. All other time...
Simple script to show key levels of current day and previous day. Labels can be turned on and off as needed. Line colors, thickness and style can be changed. Modified the "M/W/D Level" script from paaax. Credit for original code goes to him. Link to script and profile posted in code of this script.