TradingView
ceyhun
Aug 2, 2019 3:09 PM

ATR Volatility Based System Jim Berg 

Apple Inc.NASDAQ

描述

ATR Volatility Based System Jim Berg

版本注释

bugs fixed

版本注释

bugs fixed

版本注释

bug fix

版本注释

fix
评论
GentleGirl
Nice Coding. I know this comment may seem to contradict everything one can find online (as well as in most charting packages which implement a version of his method)... but to get the correct bar colors for Jim Bergs method as seen in his own charting package "JB Premium Charts" the default values for len1 and len2 should be 21. This new default value rarely effects the entry points, but it does in about 1% of cases.
LeLyonnais
amazing
ceyhun
@LeLyonnais, thanks
pskayman
Hi,

Thanks for putting this together - very much appreciated!

I initially had a problem as it was Version 3 but I loaded it up, called it @version3 and then updated it to 4.

It all works, once again - may thanks!
ceyhun
@pskayman, thanks.
ceyhun
Sorry bar color error, please replace:

barColour = EntrySignal ? blue : ExitSignal ? yellow : gray
barcolor(BarColour ? barColour : na)
更多