×

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.

FpcExactAccuracy - MultiCharts
Open main menu

FpcExactAccuracy

Revision as of 05:59, 9 February 2012 by JoshM (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A constant used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 0.00; can be substituted by a numerical value of 5.

Usage

SetFPCompareAccuracy(fpcExactAccuracy);

or:

SetFPCompareAccuracy(5);

Example

Set the floating point compare accuracy to Exact:

SetFPCompareAccuracy(fpcExactAccuracy);

Set the floating point compare accuracy to Exact:

SetFPCompareAccuracy(5);