🌟 Introducing MomentumCloud.V33 🌟 MomentumCloud.V33 is a cutting-edge indicator designed to help traders capture market momentum with clarity and precision. This versatile tool combines moving averages, directional movement indexes (DMI), and volume analysis to provide real-time insights into trend direction and strength. Whether you’re a scalper, day trader, or...
***CREDIT TO TradingView's TA Library*** (), Attempted to use "import TradingView/ta/4" to import the library, but for whatever reason some of the functions failed to work, while others had no issue, so I opted to just copy paste what I wanted to use. This moving average uses an oscillator to influence the length used during calculation. Extremely...
Using a couple of different ways of calculating (User selectable) the standard rsi oscillator is merged with a moving average for a slight variation. Plenty of options in the settings to play with like changing rsi length, MA length, lookback lengths, MA type, and much more. For Use with other moving averages ideally, or as a standalone indicator.
5 linear regression curves and new highs/lows mixed together from the basis for this indicator. Using slightly different logic an upper boundary and lower boundary are formed. Then the boundary's are built upon to show price channels within the band using variations of fib levels and the distance between the initial boundary's. Dots plotted show the inverse of the...
This indicator uses the principle of taking the RSI of DPO readings across multiple time frames in order to provide trade signals and an overarching view of market conditions to the trader. My hope with creating this indicator was to present more divergence based signals than your typical indicator, while still keeping those signals at a high quality. In the...
Library "enhanced_ta" Collection of all custom and enhanced TA indicators ma(source, maType, length) returns custom moving averages Parameters: source : Moving Average Source maType : Moving Average Type : Can be sma, ema, hma, rma, wma, vwma, swma, highlow length : Moving Average Length Returns: moving average for the given type and length ...
***For a Detailed Video Overview Showing all of the Settings... Click HERE to View Video New _CM_MacD_Ult_MTF _V2 Update 07-28-2021 Thanks to @SKTennis for help in Updating code to V2 Added Groups to Settings Pane. Added Color Plots to Settings Pane Switched MTF Logic to turn ON/OFF automatically w/ TradingView's Built in Feature Updated Color...
This is recreation of Donchian Channel - Pivot High Low indicator present here: But, instead of traditional pivot high lows, this is based on pivots created from zigzag indicator. This indicator is created on top of existing Zigzag indicator using lines array: Parameter HighLowLength refers to number of zigzag lines back which can be used to calculate top...
This is an extension to Donchian Channel - Pivot High Low indicator. Creating new version as the new type added isn't related to pivot high/low. New type added is based on moving average. Instead of using highest and lowest of n bars, here, we are using lowest and highest of moving average of highs and lows for n bars. Previous version of Donchian channel pivot...
This indicator will plot a line on your chart that shows the highest high point between two previous points on the chart. It does this by reporting the highest point of X number of candles, and begins the look-back X number of candles ago. Default candle group size is 50, and default look-back begins 50 candles back. With these settings, the script will...
Sample Strategy: MACD Crossover with trend filter options MA Filter : Price Close Above MA, Search for Buy, Price Close Below MA, Search for Sell ADX Filter : Take trade only when ADX is above certain treshold MACD Signal : MACD Cross above signal line while under 0 line indicate Buy Signal MACD Cross below signal line while...