Murray Ruggiero
Sponsor
Quote from Capablanca:
I'm not a programmer so I'd easily get lost in a true programming language. My familiarity with programming is actually in large part based on my familiarity with trading platform specific "languages". Here's a brief outline of what I've heard and my impressions.
Metastock formula language is basically composed of quick shorthand instructions. It sacrifices flexibility, power, and presentation for ease of use. Looping is not elegantly accomplished if at all and referencing the occurence of a specific event in the past can be a chore.
Amibroker formula language is basically the Metastock formula language combined with C extensions from what I've heard. More flexible and more powerful. EasyLanguage I presume has similar characteristics.
Neither of the above are very daunting for the programming uninitiated.
The following however looked like Greek to me when I first started out and have largely remained that way:
Wealth-Lab language I hear is based on Pascal.
MetaQuotes formula language is based on C.
TradersStudio basic is a cross between EasyLanguage and classic basic. We can also translate EasyLanguage into our language and run existing EasyLanguage code.
If you not into programming TradersStudio 2.5.X comes with a programming wizard which allows you to develop systems, indicators, money management strategies, even macro's that control the program using drag and drop. No programming required. Just fill in the boxes for the components you are combining into a visual tree.