Quote from SuperCruz:
In your review you did not discuss how the translator for easy language works in TradersStudio. Can anyone comment on that?
TradeStation uses a language âEasyLanguageâ which helps you to develop your systems. You can migrate the code developed here via the âMigration Toolâ of TraderStudio.
A point to note that these two software results do not match as TradersStudio results are more closer to the real life results and situations using real money. They differ in cases like bars, rounding errors, inter-market and limit orders cases.
However, you might have already created systems and codes in TraderStation and to re-create them would be time consuming.
Hence, the âMigration Toolâ of TradersStudio helps in conversion of TradeStation code (EasyLanguage) into TradersStudio code (TradersStudio Basic).
I did use the translator on the sample systems and functions which they supplied from Tradestation in standard text files.
However, the translator can not read ELA, ELD and this need to be either pasted from Tradestation into the translator or pasted from Notepad or code on a web site.
The translator also works only on User Functions and Signals, (Systems), and not with indicators. It means that you can easily convert code consisting of Bararrays, data; built-in-functions etc. and even the dependencies on other functions are translated.
However, it translates only those functions that return a value, while the remaining can be migrated via âTradersStudio Custom Indicator routineâ.
However, I had some luck translating some indicators from magazine articles by commenting out the plot statements and then translating them as systems. Then, you are required to create a new indicator in TradersStudio and paste this code. You can not save the same directly or else it shall save as a system.
It seems that TradeStation 2000i code works every well. This has been confirmed as Mr. Mr. Murray has informed me that TradeStation 2000i code is better than the new version by 95%.
Hence, when it codes to the TradeStation new on-line version 8.2, Mr. Murray said that it can be closer to 90% as TradeStation sometimes changes things in-between the versions which takes some time for them to catch up.
Some issues you need to realize that whenever TradeStation changes its version, the migration tool needs to adapt itself. Hence, you can use old and new features of TradeStation together. Moreover, it does works well, better on the TradeStation 2000i code than the version 8.3 code. Nevertheless, it works well in both cases without any changes (say 9 out of 10 times and 95%+ for 2000i).
However, there is a problem when people use the English like syntax of TradeStation versus the standard programming. However, Mr. Murray says that he shall get these fixed as soon as they are reported in the next built.
Hence, I can conclude from my above research and experiments, that most of the time you can translate a system and have it ready to run in a few keystrokes.