PureBytes Links
Trading Reference Links
|
In a message dated 00-02-14 15:30:10 EST, you write:
<< Question concerning inability of mixing different
tick bar charts in TS2k.
Is there a program that you can run with TS2k that
will allow that feature? >>
There are two approaches you can take to simulate multi tick charts:
1. Write a DLL to transfer information from one workspace/chart with a
longer tickbar into another.
2. Create a synthetic tick bar using arrays:
For example, construct a 500 tick bar from the last 5 100 tick bars.
However, any indicators that would apply to the 500 tick bars
would have to be derived from the array structure.
Jim
|