Registered User Joined: 1/28/2013 Posts: 13
|
Are the programming commands used to create PCF's in TC2000 the same that all other trading software companies use? In other words, when I become proficient in using the TC2000 PCF language, will it be the same language that I can carry over to Metastock, Tradestation and others, or do these trading programs use a completely different language to code their own PCF's?
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Each uses their own language/formats.
"StockFinder" would probably be closest in "style" to other vendors.
Thanks
|
Registered User Joined: 7/30/2007 Posts: 1,072
|
PCFs are more of a formula language. The others you mentioned are more procedural languages (If-Then statements, looping, etc).
PCFs can be very powerful, and Bruce is a coding Ninja. If you plan on using TC2000 then PCFs are worth learning, though Bruce is always happy to help, so I'm not sure if you need to become "proficient". Just my opinion.
diceman is correct that StockFinder's language is closer to the languages other vendors use.
If you use or plan on using MetaStock, TradeStation, etc., in addition to or instead of TC2000, then PCFs won't help much. Again, just my opinion. There are a million resources for learning programming; not sure how many there are for learning programming of trading software. Sunny Harris wrote a pretty good book for programming TradeStation's EasyLanguage, but that's the only one I can think of at the moment.
|