ExpValue quick question...  [SOLVED]

Questions about MultiCharts and user contributed studies.
User avatar
scarecrow
Posts: 50
Joined: 12 Apr 2012
Has thanked: 14 times
Been thanked: 3 times

ExpValue quick question...

Postby scarecrow » 24 Oct 2013

In multicharts description/example of ExpValue it says

"ExpValue (2.3) will return a value of 9.0250"

learning to work with higher mathematical concepts, but isn't this example incorrect?
just checking if i'm missing something is all, but i believe it should read.
ExpValue (2.3) = 2.718281828^2.3 = 9.9741

Code: Select all

//Example:
if c > c [1] then
print (expvalue(2.3));
this returns a value of 9.97
just wondering if what i'm doing is correct and the example is wrong.
Thanks for any clarification.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: ExpValue quick question...  [SOLVED]

Postby Henry MultiСharts » 25 Oct 2013

Hello scarecrow,

That is true, the example is wrong. Thank you for reporting.
We will fix that in one of the future versions.


Return to “MultiCharts”