Announcement

Collapse
No announcement yet.

Help with Volatility Modified Finite Volumn Elements EFS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help with Volatility Modified Finite Volumn Elements EFS

    The following script does not draw on the current candle. Could someone tell me how to fix the script so that it will update on the current candle.

    Thanks
    Attached Files

  • #2
    If you look in the preMain() section you will see setComputeOnClose();. That is why it is not calculating on the current bar.

    If you were to comment that line out, it would perform the calculation, however the calculation may not work correctly, since now you will be performing all those calculations every tick.

    Try it and watch it a couple of bars, then reload it. If the history looks different, that means it will not work as written to do what you want.

    Comment


    • #3
      It works but it is a bit of a hog.

      Thanks

      Comment

      Working...
      X