TradingView
ChrisMoody
26 de Oct. de 2014 14:26

CM_Stochastic Highlight Bars 

Apple Inc.NASDAQ

Descripción

CM_Stoch Highlight Bars

belgusinc Wanted to Know How To Create Highlight Bars based on Stochastic Bars Being Overbought/Oversold

Basics:
Ability to turn On/Off Crosses Only Above or Below High/Low Lines.
User sets Values Of High/Low lines. (Determines how highlight Bars are plotted, Based on the Value of the High/Low lines.
Ability to turn On/Off All Crosses, Both BackGround Highlights and “B”, “S” Letters.
Ability to turn On/Off BackGround Highlights if Stoch is Above Or Below High/Low Lines.
Ability to All or Any Combination of these Features.

Lower Indicator
tradingview.com/v/EptppxLC/
Comentarios
jonesesp
Hey Chris...Are you able to code this indicator to work in conjunction with your CM_Stoch_MTF?

So if CM_Stoch_MTF is set to display 14,3,3 on a 2H chart and on the smaller time-frame, then if CM_Stoch Highlight Bars was to have the same MTF function we could sync both indicators to show buy/sell signals on let's say on a 15 minute chart...

Thanks in advance for any thoughts and feedback you are able to offer....
TensorTom
This is a nice indicator. I'm wondering why the signals are messed up in replay mode. A repaint issue?
TensorTom
Actually, it was the MTF version I was referring to. Probably the security function.
jordanovitch
Hello,thanks for your remarkable indicator. I am trying to implement a little change for getting alerts only when :
1) a "B" is higher than the former one
2) a "S" is lower than the former one

On this Apple stoch, for instance, I want to get notified of a positive stoch cross only when the former positive stoch cross corresponded to a lower stock price (visually it's obvious, but I can't find a way to code it)

I have written this but this does not ring an alert :

pos_change = (bscu[1] >= bscu)
neg_change = (sscd[1] <= sscd)

alertcondition (pos_change, "higher high")
alertcondition (neg_change, "lower low")

Would you suggest an alternative ?
stryker01
I know I'm a little slow - but how do you set an alert for a buy and sell when above the 80 and 20?
wjw668
Thank you !
drala1008
Hi is there a way to make the font bigger for the B and S?
drala1008
Hi what is the yellow exclamation sign?
nemare
Hello, please can somebody make strategy for this nice indicator? Thank you
bartgevers013
dear chris how can i add the 2day and 3 day option to it because i now can only choose 1day and week ? kindest regards
Más