×

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.

FpcLowAccuracy - MultiCharts
Open main menu

A constant used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 2.2204460492503131e-10; can be substituted by a numerical value of 1.

Usage

SetFPCompareAccuracy(fpcLowAccuracy);

or:

SetFPCompareAccuracy(1);

Example

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(fpcLowAccuracy);

Set the floating point compare accuracy to Low:

SetFPCompareAccuracy(1);