PureBytes Links
Trading Reference Links
|
Michael,
I have placed my replies your question after each. Hope it helps. By the
way, you can see the entire documentation online if you want to.
At 8/29/2001 07:57 AM, Michael Berger wrote:
>Following-up from a message I posted here in July:
>***********************************
>Just spent a few minutes at www.neoticker.com
>
>1. They seem to have limited backtesting, & no
>optimization.
They have full backtesting capabilities, but do not have any optimization
yet. You would have to code this yourself. Not tirvial, but not rocket
science. When writing your systems, there is not limit to the combinations
of what you test. you can have the system based on one data steam and
buy/sell another, or an entire basket of symbols.
>2. There are a max of 8 variables.
The limit of 8 input variable will be removed in the next point
release. Supposed to be out in mid-late Sept. At that point it will be
unlimited.
>3. They use a scripting language, as wealth-lab does, so it
>might also have speed issues.
It does use scripting languages. That was the first set of indicator
support they began with. Since then, they now support compiled code -
either ActiveX Exe or .DLL. They have examples of this and also show how
to use someone elses code. The example is for Jurik indicators.
>**************************
>Another member said it does not have portfolio capabilities.
There is no portfolio capabilities at this time. I use a seperate program
that also uses the M3 as the data server to keep realtime updates. If all
you want to do is track your current investments, there are alert windows
as well as report windows. Also, there is a crude type of portfolio
tracking capability. You can use the Quote window to list multiple symbols
you want to track, high, low, etc. One of the fields is position. You can
input a quantity, cost and multiplier. Then you also have the ability to
sum your positions. So there is a minimal amount of portifolio
tracking. Not a full fledged portfolio program.
John
>----- Original Message -----
>From: "Joel Reymont" <joelr@xxxxxxxx>
>To: <omega-list@xxxxxxxxxx>
>Sent: Wednesday, August 29, 2001 7:03 AM
>Subject: NeoTicker (was Re: EL to VB translator)
>
>
> > I was wondering about something...
> >
> > I just looked at NeoTicker and it looks like it already
>has
> > an architecture for testing systems and charting
> > in VBScript, DelphiScript, JavaScript, etc.
> >
> > What is it missing to bring it up to TS leve?
> > Would it be suitable to translate EL into something
> > that NeoTicker understands?
> >
> > Joel
> >
> > ----- Original Message -----
> > From: "TradingSystem.Com" <info@xxxxxxxxxxxxxxxxx>
> >
> >
> > > Actually you would need to provide a source for quotes,
>graphics routines,
> > > and a way to display trading indicators and symbols.
>Also a way to
> > > facilitate backtesting, a way to manage your portfolio
>and a method for
> > > transmitting trading alerts and orders. There is quite a
>bit to the
> > > environment. It would have to be well thought out in
>advance and provided
> > as
> > > a backdrop for development of trading strategies.
> >
> >
> >
|