Hello programmers, I'd like to ask for your help. Could you modify the candle color display logic as follows:
When the closing price of a candle is above both the EMA9 and EMA36, it should be colored as bullish;
When the closing price is below both moving averages, it should be colored as bearish;
In all other cases, it should be neutral.
Thank you very much!