Traders Laboratory - View Single Post - TICK Hook's and TICK Candles
View Single Post
  #2 (permalink)  
Old 04-21-2007, 01:33 PM
cooter's Avatar
cooter cooter is offline
cooter has no status.
Banned

 
Join Date: Mar 2007
Posts: 633
Thanks: 0
Thanked 7 Times in 2 Posts
Re: TICK Hook's and TICK Candles

One thing to note about your chart is that you don't need two versions of the same symbol to do what you are doing in TS.

For example, with your TICK chart ($TICK), you can plot only one instance of the symbol $TICK as a bar chart. Then, to overlay a line on close of the same time period (and symbol), simply add a 1 period MA (or EMA) using the parameters of (Close,1).

This is another way of doing what you want more easily in TS.

Reply With Quote