Got it, thanks Bruce, that kind of works....
|
This is how we programmed the up/down color in Tradestation, can this be done in TC2000?
if (Value1 > Value1[1]) then begin
SetPlotColor[colourDeltaBar](1, upColour);
end;
if (Value1 < Value1[1]) then begin
SetPlotColor[colourDeltaBar](1, downColour);
end;
|
Bruce, the real power of the Hull Moving Average is in the Up and Down color changes. I noticed the indicator you created below does not have that feature, can that be programmed in. I had this indicator from Tradestation for years but now I"m on TC2000 and I don't know how to program the color changes.. Please advise.
|