在腳本中搜尋"bar"
Color Bars VolumeThe bars are colored exclusively according to volume average:
Ultra high Volume = Volume > Mean Volume * 3.5;
Very high Volume = Volume > (Mean Volume * 2.5) and Volume <= (Mean Volume * 3.5);
High Volume = Volume > (Mean Volume * 1.5) and Volume <= (Mean Volume *2.5);
Medium Volume = Volume > (Mean Volume * 0.5) and volume <= (Mean Volume *1.5);
Low Volume = (Volume > (Mean Volume * 0.5).
candle barsI am trying to count volumes over a period of time. So that turned out awkwardly.
Why is it, I do not understand. I did not see anything special about this topic. If someone digs on this topic, I ask for links. Why publish, well, if I take something from the community, I have to return something). Russian himself, so google translation. With zeros do not know on input. By default I enter numbers of candles, like draws
Trend bars with SMA trend linejust changing the colour of the candles based on a SMA trendline
Basic changes made to Chris Moody's trend bars setup
Third attempt by me to do this.
C Volume BarsOk do not take this one as serious as I made it as a joke .Its a volume bar that give you such great results and you can call it with fancy names and even hide the code . as there is no signals no one will pay attention that its repaint . And folks can even pay you money for it as its look so good. I even give you the script to show you how generous I am :)
its even better then the fancy name one as it actually give you time frames to choose from.
but on the other hand who said that repainting is bad?
mine look better:)))
5 Consecutive bars up and down pattern This indicator mark the reversal bar after 5 or more consecutive bars.
Margin Changes Per BarBased on
Made a few changes to better show why price might be going up or down.
Increase in longs (lime) and decrease in shorts (teal) are added up and plotted above 0
Increase in shorts (red) and decrease in longs (gray) are added up and plotted below 0
Percent change bar chart Backtest This histogram displays price or % change from previous bar.
You can change long to short in the Input Settings
WARNING:
- For purpose educate only
- This script to change bars colors.
Percent change bar chart Strategy This histogram displays price or % change from previous bar.
WARNING:
- This script to change bars colors.
Super Gupper Bar I modified the script of Madrid ,to make a super guppy, the interpretation is the same except that here the super guppy is in linear format. You can still see the pullback and the bullish and bearish trends as with a super guppy! The EMA 200 is placed just above the EMA 70, otherwise it was a big empty space between the last 2 EMA!
You can chose between EMA or MA
1. Red : A downtrend in progress
2. Green: Trend reversal warning
3. Lime : An uptrend in progress
4. Maroon: Trend reversal warning
www.tradingview.com
Ichimoku on closing price without current bar @bhutanoThis is the "Ichimoku" rivisited.
The current bar is not considerated on the plotting (so less chance to confusion) and the averages are calculated on the closing prices. It seems to be more precise then the original one.
Leave me a comment please based on your experience
ka66: Average Bar RangeAverages price ranges (high - low) across a set of bars in a given timeframe. Additionally, also plots the Average True Range (ATR) as a better comparison for volatility.
Configurable period and averaging mechanism.
Useful for gauging minimum profits and price movement over a period, a filter for historical volatility.
Furthermore, executing trades is better done with channels like ATR/Keltner channels, or Bollinger Bands.