Gap SMA Indicator - Analyzing Price Gaps with Moving Averages Description: The Gap SMA (Simple Moving Average) indicator is a powerful tool designed to analyze price gaps, a phenomenon occurring when the market opens significantly higher or lower than the previous session's close. These gaps often signify abrupt shifts in market sentiment, driven by...
The script plot upside and down side stop loss using pivot point and trure range. The True Range, representing market volatility, is determined by finding the maximum value among the differences between the previous high-low, high-close, and low-close. The Downside Stop Loss is calculated by adding the True Range to the Pivot Point, while the Upside Stop Loss is...
The "Breaks and Retests with Volatility Stop " indicator is a powerful tool designed to assist traders in identifying key support and resistance levels, breakouts, retests, and potential trend reversals. This indicator combines two essential components: support and resistance detection, and a Volatility Stop indicator for improved risk management. Below are the...
Hello I would like to introduce a very simple strategy to buy lows and sell with minimal profit This strategy works very well in the markets when there is no clear trend and in other words, the trend going sideways this strategy works very well for stable financial markets like spx500, nasdaq100 and dow jones 30 two indicators were used to determine the best...
The Trailing Stop Loss SuperTrend indicator is a popular technical analysis tool used by traders to identify trends and determine optimal entry and exit points in financial markets. This indicator combines elements of the SuperTrend indicator and trailing stop loss orders to provide valuable insights into market trends and potential reversals. By incorporating...
This script shows three different calculations for volatility. All three can be used as Stop-Loss... - Absolute Price Changes - Maximum Price Fluctuation - and every one should know Average True Range The script has a dark and light theme. And the colors can be changed and each can be deactivated. On top of that I stumbled over the fact that when MPF crosses...
Smoother Momentum Stops (SMS) is a dynamic tool that combines the logic of momentum and moving averages to create an overlay of the market price and generate potential trade signals. The original idea for this indicator comes from the beloved and esteemed trading indicator guru Mladen Rakic. Understanding the Framework The SMS incorporates various aspects of...
What does this script do? This script plots previous aggregation highs or lows based on the trend of the candles. Scenario 1 -> Up Trend If the previous high of a candle is violated the green trail line will trail using the lows of the prior candle. It will continue until a previous low is violated. Once a previous low is violated it will switch to scenario...
Modified Super Trend with Chebyshev Filter The Modified Super Trend is an innovative take on the classic Super Trend indicator. This advanced version incorporates a Chebyshev filter, which significantly enhances its capabilities by reducing false signals and improving overall signal quality. In this post, we'll dive deep into the Modified Super Trend, exploring...
This trading system, called "I11L - Risk Adjusted Leveraging", is designed to manage trades based on the current market volatility relative to its historical average. The system calculates the target number of open trades based on the ATR (Average True Range) indicator and adjusts the leverage accordingly. The system opens and closes trades using a pyramiding...
Display variations in min-max and median values of high, low and close across exchanges. It's a kind of realized volatility indicator, as the idea is that in times of high volatility (high emotions, fear, uncertainty), it's more likely that market inefficiencies will appear for the same asset between different market makers, ie, the price can temporarily differ a...
Shorter version: As the title states, this is a 'Trailing Stop' type indicator, albeit one with a whole bunch of additional functionality, making it far more versatile and customisable than a standard trailing stop. The main set of features includes: Three independent trailing types each with their own +/- multipliers: - Standard % change - ATR (aka...
This stoploss allows to filter high volatility fake trends; But how we are made it; we are calculating the last spikes value average and calculating the standart deviation, after we added to the standart stoploss formula price+2atr and voila!! Your stop loss is ready. The idea behind this formula: what is explosing our stops? fake-out spikes. We think if we get...
Allows directly modifying the Alpha/Smoothing Factor parameter of an EMA. This can allow for very close fits to price movement, instead of the more standard coarse-grained approach of adjusting smoothing via the look-back period. Furthermore, we allow smoothing this EMA further by passing the original EMA through the EMA function again, and the output of this,...
Description: An indicator based on ATR adjusted for volatility of the market. It uses Heikin Ashi data to find short and long opportunities and displays a dynamic stop loss level. Additionally, it has alerts for when the trend changes (which is an entry signal). How it works: It works by dynamically calculating the Period for ATR which depends on current...
First the credits goes to @TradingView for their release of the volatility stop mtf indicator. I have took it, and inside I have added a weekly vwap for a better trend direction and at the same time I have added a dynamic risk managment which is calculated from the distance between the volatility line to the close of the candle. The rules for entry are...
(My goal creating this indicator) : Provide a way to enter the market systematically, automatically create Stop Loss Levels and Take Profit Levels, and provide the position size of each entry based on a fix Percentage of the traders account. The Underlying Concept : What is Momentum? The Momentum shown is derived from a Mathematical Formula, SUPERTREND. When...
Props to @Veryfid for his original script 'ATR Stop Loss Finder'. The concept is simple. We use the average true range to determine an appropriate stop loss distance based on recent volatility. The original script calculated the stop loss offset from the current candle's high or low. Here, I've added the option to offset stop loss from the recent local low or...