Hi folks, I'm new to this board and am interested in learning what programming languages are out there designed specifically for trading (domain specific language).
Most of the algo/strat systems seem to have APIs in C#/Java/C++/etc. I am looking for something similar to EasyLangauge.
Since part of my interest is academic, I'm not so concerned about execution speeds, commission rates, etc. I am interested in how expressive the language is. In other words, how easily, realistically and completely can I describe my trading/back-testing ideas.
Is the language only good for setting simple filters (like the "where" clause of an SQL statement), can it be used to generate orders, can it be used to monitor orders once they are open in the market, can I describe the execution strategy (VWAP/VP/etc.), and so on.
Thanks
Most of the algo/strat systems seem to have APIs in C#/Java/C++/etc. I am looking for something similar to EasyLangauge.
Since part of my interest is academic, I'm not so concerned about execution speeds, commission rates, etc. I am interested in how expressive the language is. In other words, how easily, realistically and completely can I describe my trading/back-testing ideas.
Is the language only good for setting simple filters (like the "where" clause of an SQL statement), can it be used to generate orders, can it be used to monitor orders once they are open in the market, can I describe the execution strategy (VWAP/VP/etc.), and so on.
Thanks
I'll have to find some larger examples.