Recent content by cboss

  1. C

    could someone help with divide by 0 error?

    the bramble - thanks but that does not work
  2. C

    could someone help with divide by 0 error?

    Here is a screenshot of the error I am getting, "floating point invalid calculation". The even line reads "floating point invalid numbers in calculation. This error sometimes indicates a division by zero error with a zero also in the numerator. Incorrect example: value1 = value2/value3...
  3. C

    could someone help with divide by 0 error?

    Mani, IB will not give me the code to their version. The closest I have come is the code I posted originally above, and when it is working it charts out the same in TS as it does in IB's trader workstation. It's just that randomly i get divide by 0 errors and the indicator disappears. For...
  4. C

    could someone help with divide by 0 error?

    could you suggest alternative coding to the original that would fix it? i really know nothing about programming, although this language seems pretty straightforward. anything would be greatly appreciated!! Chris
  5. C

    could someone help with divide by 0 error?

    sorry, i am not sure what that means...I tried the following changes and this did not work { Chaikin Money Flow } inputs: len(21); var: den(0), den2(0), den3(0); // Currencies don't always track volume, so this sets the value to zero if there isn't volume den = summation(V,len); den2 = H-L...
  6. C

    could someone help with divide by 0 error?

    I've been searching for an EL version of Chaikin Money Flow, I especially like the one in IB's Trader Workstation and have been trying to duplicate that. The code below is the best I've come up with so far, and most of the time it works great, but randomly I get divide by 0 errors in the...
Top