|
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.
|