Hello All! I have a new toy for you! Volume Analysis - Heatmap and Volume Profile . Honestly I started to work to develop Volume Heatmap then I decided to improve it and add more features such Volume profile, volume, difference in Buy/Sell volumes etc. I tried to put my abilities into this script and tried to use some new Pine Language™ features ( method,...
The "Liquidity Swings " indicator is designed to help traders identify liquidity swings within the market. This tool is particularly useful for visualizing areas where liquidity is accumulating and where it is being swept, providing valuable insights for making informed trading decisions. By tracking the pivots in price and associating them with volume, the...
Introduction This indicator creates signals of interest for entering and exiting long and short positions on equities. It primarily uses up and down trends defined by the change in cumulative volume with some filtering provided by a short period exponential moving average (9 EMA by default). Settings Moving Average Period : The moving average over which...
Hi Traders ! Gross volume, net lower time frame (LTF) volume and trailing session percentile Cumulative session volume: The code calculates and plots the following volume indicators: Volume (Gross Volume): The total volume for the current bar. Net lower time frame volume: The difference between the buy and sell volumes of the lower time frame. Cumulative...
Strategy - Relative Volume Gainers Overview: This trading strategy, called "Relative Volume Gainers," is designed for Long Entry opportunities in the stock market. The strategy aims to identify potential trading candidates based on specific technical conditions, including volume, price movements, and indicator alignments. Strategy Rules: The strategy is...
MW Volume Impulse Settings * Moving Average Period: The moving average period used to generate the moving average line for the bar chart. Default=14 * Dot Size: The size of the dot that indicates when the moving average of the CVD is breached. Default=10 * Dot Transparency: The transparency of the dot that indicates when the moving average of the CVD is...
Hello All, Relative Volume is one of the most important indicators and Traders should check it while trading/analyzing. it is used to identify whether the volume flows are increasing or decreasing. Relative volume measures current volume in relation to the “usual” volume for this time of the day. What is considered “usual"? For that, we have to use a...
What is it? This is an indicator to complement @modhelius' Weis Wave Volume Indicator. Original code has been modified to display wave volume (cumulative) numbers above or below the latest candle of the corresponding wave on the main pane. Since we are concerned only with relative volume, VOLUME NUMBERS HAVE BEEN SCALED DOWN. (If you need actual volume numbers,...
This is variation of EMA_cumulativeVolume_crossover strategy. instead of cumulative volume crossover, I have added the EMA to cumulative volume of same EMA length. when EMA crossover EMACumulativeVolume , BUY when already in LONG position and price crossing over EMACumulativeVolume*2 (orange line in the chart) , Add more Partial Exit , when RSI 5 ...
This strategy is back test for EMA_cumulativeVolume_crossover BUY When ema50 crossover cumulative volume of 100 period Exit When ema50 cross down cumulative volume of 100 period Partial Exit for the partial profit I have used stopLoss value , but up side. When price is above partial profit and crossing down EMA 50 , exit 1/3 position Please note when you...