Key Levels Set allows to set key levels as comma separated values, and to detect breaks to the downside and/or upside, taking into account potential gaps between bars. This indicator can be very handy if you, like me, rely on some key levels that you identified as potential support/resistance from some technical analysis. Features + It allows for key levels...
The principle of this indicator ATR (Average True Range) Setting: The code uses ATR to help calculate the Supertrend indicator. Supertrend Trend Direction: Identify bullish and bearish trends with the Supertrend method. Order Block Recognition: This part of the code recognizes and creates order blocks, visualizing them as boxes on the chart. If the number of...
Hey everyone, Excited to release this indicator I have been working on. I conceptualized it as an idea a while ago and had to nail down the execution part of it. I think I got it to where I am happy with it, so let me tell you about it! What it does? This provides the user with the ability to quantify support and resistance levels. There are plenty of back-test...
This is a manual profit and loss tracker. It takes the user's manual input of total cost and quantity, and then outputs a table on the bottom right of the chart showing the profit or loss %, average purchase price, gross profit or loss, and market value. Instructions: 1. Double click the indicator title at the top left of the chart 2. Select the "Inputs"...
Script is based on weekly time Frame. Fib ratios are drawn at the Open of the Market. Open price is compared with Previous week High , low and close. If weekly open is above Previous week high or low, Fib 0 % is plotted above High or the low as the case may be . If weekly open is between previous week high and low Fib 0% is equal to previous week Close and other...
It is with RSI level and Zigzag Pattern that Market goes on Maximum level and Lower Level And it is also Showing High and Law Level of last Moving Candle so it is easy to entry and Hold
this scrips is combination of Moving average that you can alter with buy and Sell signal. it is easy to use. u can go with the trend as of the bar color turn to blue it is indcate tha ur in bullish trend and with turn to red it indicate that your in down trend. Use Ema 200 for trend confluences hope you like it. thank's Sadflute
MTF High and Low Fractions Description An experimental script that prints 1/3, 1/4 and 1/8 levels of the previous timeframe's high and low to the current timeframe. The idea is quite simple. It mirrors the the previous high and low with user selected levels. The default setting is the previous daily high and low but can be customized on user discretion. New...
This script uses all of the sub-components of my 'Fear and Greed Index' which can be used on intraday timeframes. Most of the components of this script are based on the popular fear and greed index website and are briefly described in the code comments. Several of the subcomponents have been recalculated to use RSIs instead of being compared to moving averages,...
I couldn't find one based on the original, so I made my own, it's not quite identical, but it does the job. Red = greed Green = fear I updated a lot of the subcomponents and fixed a bug. I've reduced the smoothing to 1, it was previously 5 if you prefer smoother signals. Also added a McClellan oscillator. I've commented out the plotting of individual...
This strategy will focus on up trend trading and down trend trading based on several indicators such as; for up trend 1. SAR indicator 2. Super trend indicator 3. Simple moving average for the period of 100 down trend 1. RSI Indicator 2. Money flow index 3. Relative volatility index 4. Balance of powder
Another script based on zigzag, divergence, and to yield support and resistence levels. This idea started with below two concepts: ▶ Support and resistence are simply levels where price has rejected to go further down or up. Usually, we can derive this based on pivots. But, if we start looking at every pivot, there will be many of them and may be confusing to...
This is a strategy, designed for long trends for stock and crypto market. Its made of ATR for volatility, EOM for volume and VORTEX for the trend direction. In this case on the ATR, I applied an EMA to check if current position is above the EMA -> bull trend, below ema -> bear trend For EOM I am using the positive and negative value scale, if its positive we are...
this study will plot yesterdays, high and low price, pre market's high and low price, regular day's high and low price and post markets high and low price.
I created this indicator based on one of my ways of analyzing the BTC trend in particular, I noticed that the break of the first weekly candle usually indicates the trend for the rest of the month. This indicator has a bug in which if you change the timeframe of the indicator it will show erroneous values If you use the candlestick chart, you will need to pull...
Stoch+RSI (SLOW D)_By Josef_Hakkak Stochastic and RSI by SLOW D% -> How to use: B UY = When the yellow line (D of Slow Stoch ) goes out of the green range, it is better that the purple line ( RSI ) is be low SELL = When the yellow line (D of Slow Stoch ) goes out of the red range, it is better to have the purple line ( RSI ) is be high This script was...
BSI provides two attractive graphs that breakdown the long (green area) and short (red area) positions ratio for the all Bitfinex margin cryptocurrency pairs only . It is a quantitative measure of the bullishness or bearishness that can be used as a trading rule or in a trading system entries or exits. Included slow stochastic oscillator.
This script allows you to set breakout alerts. An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.