Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: captrader
About
User Name: captrader
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Wednesday, June 11, 2014
Last Visit: Friday, July 25, 2014 5:02:32 PM
Number of Posts: 3
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Hull Moving Average PCF Indicator
Posted: Friday, July 25, 2014 5:02:21 PM

Got it, thanks Bruce, that kind of works....

 

Topic: Hull Moving Average PCF Indicator
Posted: Wednesday, July 23, 2014 6:53:12 PM

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;

 

Topic: Hull Moving Average PCF Indicator
Posted: Wednesday, July 23, 2014 6:49:45 PM

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&#39;t know how to program the color changes..  Please advise.