Nazhar commited on
Commit
59f6cc3
·
verified ·
1 Parent(s): 4545c68

Update style.py

Browse files
Files changed (1) hide show
  1. style.py +4 -1
style.py CHANGED
@@ -4,7 +4,10 @@ neg_impacts_color = '#ff4b4b'
4
  # tomato, orangered
5
  close_line_color = '#636EFA'
6
  # 'cornflowerblue', 'darkturquoise', deepskyblue, dodgerblue, skyblue, steelblue
7
-
 
 
 
8
  """
9
  The 'color' property is a color and may be specified as:
10
  - A hex string (e.g. '#ff0000')
 
4
  # tomato, orangered
5
  close_line_color = '#636EFA'
6
  # 'cornflowerblue', 'darkturquoise', deepskyblue, dodgerblue, skyblue, steelblue
7
+ rsi_color = '#c154c1'
8
+ macd_color = '#cc5500'
9
+ macd_signal_color = '#ffbf00'
10
+ macd_hist = '#ff8243'
11
  """
12
  The 'color' property is a color and may be specified as:
13
  - A hex string (e.g. '#ff0000')