×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

Floating-Point Division by Zero Error Message

16 bytes added, 12:56, 31 August 2012
no edit summary
==Floating-Point Division by Zero Error Message==
This error message may pop up in MultiCharts after you've applied a study and it has been calculatedto your chart.Floating point error means that there is a division by a variable in the code and the this variable 's value is zero. You need to identify this variable and fix it or to make sure that the variables value is not zero in the code.
To do this please use [[Print]] keyword for checking values to check value of the variables used it the script.
Or Alternatively, you can deduce it using the following piece of code
== Examples ==