|
|
 Veteran
Posts: 210
  Location: USA: AZ, Phoenix | Hi All
I have started to create some measurements in VT but I noticed a significant slow down in VT as well.
One example of a measurement that has slow down significantly VT is
Return RS(30,"SPX",2)
I would have expected that this was a simple measurement that would not reduce speed.
Is this normal? Do you guys noticed speed reduction in VT when you create your own measurements?
Thanks |
|
|
|
 Elite
Posts: 461
      Location: USA: NY, Baldwinsville | Roy:
Depends on the complexity of the measurement.
Things like loops and references to HHV and LLV and the like can indeed slow things down.
Also remember that the measurement is being run over all your symbols and the greater the number of symbols the slower the measurement. An indicator is just thrown up on one symbol and so processes much faster.
|
|
|
|
 Owner/Admin
Posts: 3861
        Location: USA: GA, Lawrenceville | I agree with Tom, but I don't understand how a RS calc should require excessive time. I think you should post this in the VT forum with stopwatch results, using a setup with RS and another one without it. |
|
|
|
 Veteran
Posts: 210
  Location: USA: AZ, Phoenix | Seems that Barry could replicate the issue with symbols using $SPX and recommended not to use them until they are fixed. |
|
|