PureBytes Links
Trading Reference Links
|
Hello LIST, - Could you guys load your best number
of bars on different versions of TS2k and on different
computer environments until you will get wrong results.
Make it with 1-tick bar chart, it is easier.
Here is the indicator that will count your bars, in case
if you do not have it.
Would you please, publish you results on LIST mail or
just drop me a line with the results. I appreciate it.
Thanks,
Val
-------------------------------------------
Indicator name "Bar count"
value1 = value1 + 1;
Plot1(value1, "Bar # ");
-------------------------------------------
Maximum number of bars study = 0
Scale Type = Screen
Subgraph = Second
Plot type = Line
See bar count in "Data Window"
-------------------------------------------
|