[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TradeStation, EL, and VB



PureBytes Links

Trading Reference Links

Robert,

There is no such converter and just can not be, as these two languages are
completely different, i.e. they have different purposes, they run in the
different environments (EL code runs in the TS environment and the code
produced by VB - in the Windows env), the code has different life cycle, etc
etc - so in addition to the syntax keywords to replace, the hypotetical
converter should also prepare the simulated TS environment for your VB code
(data series, tick and end of the bar events etc).

Of course, it's (theoretically) possible to write a "virtual Tradestation"
which will simulate the original TS environment for the user code (something
like PlayStation simulators for the Windows environment which allow to play
PS games on PC). But the efforts needed for that are just can't be
comparised with a need of such thing.

Take care,
DB

----- Original Message -----
From: "robert pisani" <r.pisani@xxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Saturday, May 08, 2004 11:14 AM
Subject: TradeStation, EL, and VB


> I now use TradeStation only for its charting module and some strategy
> testing and optimization -- for real time data collection I use DTN/TRAX
> and for computations instead of Easy Language I use Visual Basic, which is
> much more stable and developed.  I have a lot of legacy code in EL and
> would like to convert it all to VB.  Does anyone know of an EL-->VB
translator?
>
>
>