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

Re: quick question on tic charts



PureBytes Links

Trading Reference Links


Jimmy,

Yes, Linders said in the PushPop docs he's in Orlando, a part of the world I think
most of us would consider, except for the moment :)

I think I may have also found a second was to incorporate at least three tick charts
without using a DLL, it only works for back testing as it requires off-line file manipulation.

If you used the TS ASCIII data format aka
http://www.tradestationworld.com/TradeStation2000i/search_results_full.asp?DocumentID=92

You could use fields "open" and "Open Interest" to carry a second and third tick chart.
I.E. you could have a header such as

"Other","Date","O","C","V","OI"

With an ASCII data structure like this:

[test-name],[date],[close of tick data set 2],[close of tick data set 1],[volume of tick data 1 - optional],[close of tick data set 3]

You couldn't use high & low as you may get data integrity issues such as open/close higher or lower than high/low,
but I don't believe TS looks for any relationship between open, close, volume & Open Interest. Bid/Ask would be
the ideal fields to feed in additional tick data, but I don't believe these fields can be fed in via ASCII, I'll do some tests.


Justin

---

Jimmy wrote:

Justin,

Did you mean Florida weather being nice to Linders? I'm in Texas.
Florida is too flat for me.

Yep a Tradestation limitation, but there seems to be a way around
NEARLY anything in Tradestation.

Jimmy

Saturday, September 11, 2004, 5:23:32 PM, you wrote:


JF> Jimmy,

JF> I thought it may have been a TS limitation, thanks for confirming it &
JF> so quickly!

JF> Thanks also for the excellent tip on PushPop, I read in the docs the
JF> Author (Robert J. Linders)
JF> in active on this forum, I trust the Florida weather is being nice to you.

JF> Thanks as always guys,


JF> Justin

JF> ---

JF> Jimmy wrote:


Justin,

Nope can't have but one data stream in a tick chart or volume chart.

Not sure what you mean about addressing more than one chart from
within EL. An indicator or system will only access one tick chart
unless you have pushpop or something like it feeding it info from
another chart. Minute and up type of charts you can do all of it but
not tick or volume.

Jimmy


Saturday, September 11, 2004, 4:01:22 PM, you wrote:


JF> Is it possible to add more than one Symbol to a Tick chart? (2000i)

JF> Every time I try and add a second symbol (using ASCII tick data)
JF> I get "Tick charts may not be mixed with other charts or ActivityBars",
JF> if this is simply a TS limitation, can I address more than one chart from
JF> within EasyLanguage?

JF> Thanks team,


JF> Justin