TradingView
Zen_Tim_Trades
2022年3月16日下午1點07分

Session Bar Counting 

Germany 30OANDA

描述

If you follow Al Brooks - he has a bar counting overlay from the start of the session.

The timing is set to Trading View - EXCHANGE TIME - so customise the start of the session you like.

Enjoy!

評論
tom8toez
@info31340, Sooo soo soo happy you made this script. I had been searching for a while. You did a really good job making it by session, using
Zen_Tim_Trades
@tom8toez, your welcome mate! yes it has helped me a lot as well!
ForexHound
Thanks for the script Tim. Any chance you could make a small tweak to allow the bar plotted interval to be an input variable? Along the lines of the bar Numbering script

c_contador = input(title="Display at every X bars", type=input.integer, defval=2) is_new_day() => d=dayofweek na(d[1]) or d != d[1] var count = 1 if is_new_day() count := 1 else count := count + 1 if count % c_contador == 0 label1 = label.new(bar_index, 0, style=label.style_none, text=tostring(count)) label.set_textcolor(label1, c_labelColor) label.set_yloc(label1, yloc.belowbar) label.set_size(label1, labelSize)
bluesuit
Great script but the labels are hard to see on a chart with a dark background. A label colour text option would be great. Thanks.
nathanvarga
Can I please get the source code?
DrewFranz11
does anyone know of an indicator that counts candles of any timeframe 1 through 18 or 1 through 9? just as the candle comes out. its plots 1, 2, 3, 4, 5, 6, 7 ,8, 9 etc. ??? please any help is appreciated greatly!
helloravi
The japanese session has a break of hour. The indicator stops working at the break. Is there anything we can do for that?
RiskLikeH
THANK YOU!!! So happy you made a bar counter where you can set the session times
LittleBigBear
Hey brother! Love the indicator, is there anyway you could add a few inputs so we can change colour of text and size. Its pretty much impossible to see on dark charts.. Thanks!
MiamiTradeMachine
Hi there, there is an issue with the bar count number where it doesn't show if the chart session is not set to Electronic Trading Hours, it needs to display when the chart is set to RTH because otherwise, the 20-period EMA would display incorrectly for the 1st 20 bars of the session, other than that this is my favorite indicator here so far, great job and thanks!
更多