Binary-bot: how to get histogram color

Created on 14 Jun 2019  路  7Comments  路  Source: binary-com/binary-bot

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
Opera Snapshot_2019-06-14_035414_charts binary com
CALL

PUT
Opera Snapshot_2019-06-14_035259_charts binary com

@aaron-binary @binary-ex-machina @Hooponopono @hotmatrixx @AlienFly @murali139 @baruga @ghost

strategy

All 7 comments

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

image

@navneetsinh here is an example of how to check the color of histogram

image

thanks dear @binary-ex-machina, I got the best value of response.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

virtusasys picture virtusasys  路  6Comments

csajkas picture csajkas  路  7Comments

virtusasys picture virtusasys  路  3Comments

Faemikz picture Faemikz  路  5Comments

lcmouras picture lcmouras  路  4Comments