how to get histogram color ?
if previous color green and current color red make put
same as for call if previous color red and current color green

CALL
PUT

@aaron-binary @binary-ex-machina @Hooponopono @hotmatrixx @AlienFly @murali139 @baruga @ghost
green color = if the actual value is higher then the previous
red color = if the actual value is lower then the previous
green color = if the actual value is higher then the previous
red color = if the actual value is lower then the previous
@binary-ex-machina Brother please help me My problem here
https://github.com/binary-com/binary-bot/issues/1592
green color = if the actual value is higher then the previous
red color = if the actual value is lower then the previous
@binary-ex-machina thanks replying,
so it is not like candle, green or red,
just difference between current open and previous close,
if difference negative (current open " - " previous close) red color
and if difference positive (current open " - " previous close) red color
the histogram is the difference between macd and signal, when macd and signal are =, the histogram is at 0. if u want to have that, just make a logic that compares the value of the histogram before with now (or what u want). in your put picture u can see even the defect of macd,, macd and signal go up and the histogram go down, that is why macd have to work with other indicators
the histogram is the difference between macd and signal, when macd and signal are =, the histogram is at 0. if u want to have that, just make a logic that compares the value of the histogram before with now (or what u want). in your put picture u can see even the defect of macd,, macd and signal go up and the histogram go down, that is why macd have to work with other indicators
thanks to dear @Hooponopono
@navneetsinh here is an example of how to check the color of histogram

@navneetsinh here is an example of how to check the color of histogram
thanks dear @binary-ex-machina, I got the best value of response.