| / | Forum |
|
shg234
2008.11.24 11:57
This time I need to change the bar color in my chart window by the changing value in a custom indicator (MACD & SMA). How to do that ? can anyone help me in this respect ?? I'm implementing some code as strategy, so i need it !!! Thanx in advance for getting help from u guys. A simple example will do it for me.... |
|
The first annual Automated Trading Championship 2006 is coming to its end. There are only two days left, which means there is plently of time still for the first 3 places to keep changing. As it was declared before, the Winners will get 80 000 dollars and much more to come. |
|
phy
2008.11.25 01:34
You have to draw your own bars and color them, either using ObjectCreate() or Indicator Index pairs as histograms. Basically draw over the existing chart. The Heiken Ashi indicator uses the second method. |