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: Masters
About
User Name: Masters
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, October 7, 2004
Last Visit: Thursday, December 3, 2015 4:27:27 PM
Number of Posts: 2
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: custom programming
Posted: Friday, January 30, 2009 11:32:56 AM
Awesome.  Thank you all very much!
Topic: custom programming
Posted: Thursday, January 29, 2009 5:28:32 PM
I want to try a trading method that requires creation of 3 non-standard moving averages and 1 non-standard momentum indicator.  I have looked through the existing formulas in the Telechart collection and and don't see anything close that I could customize myself  to create these.  These indicators are available in other popular charting programs (Metastock, E-Signal, TradeStation), but I would MUCH rather stay with Telechart. 
 
Can you tell me how to program these into Telechart, or possibly do the work for a fee? (My programming skills are very basic.)  
 
3 lines overlaid on the price-bar graph:
Blue Line - a 13-bar smoothed moving average offset 8 bars into the future
Red Line - an 8-bar smoothed moving average offset 5 bars into the future
Green Line - a 5-bar smoothed moving average offset 3 bars into the future
 
The momentum indicator measures the immediate momentum of the past 5 price bars, compared to the momentum of the last 34 bars:
It is a 34-bar simple moving average of the bar's midpoints (H-L)/2 subtracted from a 5-bar simple moving average of the midpoints (H-L)/2.
This is plotted in histogram form.