×

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

FpcVeryHighAccuracy

657 bytes added, 12:10, 23 January 2012
Created page with "Constant, used in combination with SetFPCompareAccuracy to designate the floating point compare tolerance value of 2.2204460492503131e-16; can be substituted by a numerica..."
Constant, used in combination with [[SetFPCompareAccuracy]] to designate the floating point compare tolerance value of 2.2204460492503131e-16; can be substituted by a numerical value of 4.

==== Usage ====
<syntaxhighlight>SetFPCompareAccuracy(fpcVeryHighAccuracy)</syntaxhighlight>

or:

<syntaxhighlight>SetFPCompareAccuracy(4)</syntaxhighlight>

==== Example ====
Set the floating point compare accuracy to Very High:

<syntaxhighlight>SetFPCompareAccuracy(fpcVeryHighAccuracy);</syntaxhighlight>

Set the floating point compare accuracy to Very High:

<syntaxhighlight>SetFPCompareAccuracy(4);</syntaxhighlight>


[[Category:Execution Control]]
Anonymous user