I am trying to write a color bar study that will change the colors depending on 2 conditions.
First,
if 10 ema > 30 wma and MACD 19, 39 > 9 ema of MACD 19,39; set PriceBarColor(color.lime)
second,
if 10 ema < 30 wma and MACD 19, 39 < 9 ema of MACD 19, 39; setPriceBarColor(color.red)
I know how to write it for tradestation, but efs escapes me so far.....thanks
Jose Alemany
First,
if 10 ema > 30 wma and MACD 19, 39 > 9 ema of MACD 19,39; set PriceBarColor(color.lime)
second,
if 10 ema < 30 wma and MACD 19, 39 < 9 ema of MACD 19, 39; setPriceBarColor(color.red)
I know how to write it for tradestation, but efs escapes me so far.....thanks
Jose Alemany
Comment