 |
QuantShare
2010-11-08 04:37:05
0
|
|
Best Answer
Ticker and Ticker1 are the same. The only difference is that Ticker1 allows you to specify a different timeframe.
In the example you provided me, you have set "3 days" as timeframe.
You should write instead:
Ticker1("qqqq",1,close,LastData)
OR
Ticker("qqqq",close,LastData);
The best way to see how functions work is to plot them on a chart.
|
|