Quote from chinook:
Louis,
When you say user defined symbol that combines 200 stocks, do you mean I can do operations on these stocks and assign a variable to the result and call that variable from a chart?
For instance can I do the following
holy_grail= 10*symbol1 + 0.5*symbol2 - 100* symbol3+
Volume of symbol1 / Volume of symbol3 + ....
and plot holly_grail variable in a tick chart of ES?
If I can, where do I define this variable?
The reason for this strange question is because, in Tradestation, I have to plot all these symbols in one chart and then use an indicator to calculate "holly_grail" variable.
Thanks again,
Chinook
1. User defined symbols are defined in user defined symbol
manager in NeoTicker. It manages these symbols outside
of a chart. You don't have to define all 200 symbols in
a single chart. So you can create 5-second, 1-minute, etc
bars for holly_grail in any charts.
2. It can plot along ES tick chart, as long as the x-axis is
time-driven (i.e. non-uniform bar space between the ES tick bars).
To mix user defined symbols with ES, and if you need something
faster than 1-minute, you can use second charts (e.g. 5-second,
30-second bars) instead of tick charts.
Louis
