Page 1 of 1

need information about core.max

PostPosted: Wed Oct 31, 2018 9:23 am
by crescentmoon
need information about the function core.max().
I looked up the function in Indicore SDK 3 User Guide, found nothing about it.
Hope someone can show me how to use this function. I can only find instruction about math.max()...

Re: need information about core.max

PostPosted: Wed Oct 31, 2018 3:58 pm
by Konstantin.Toporov
It is the same function:
http://www.fxcodebase.com/bin/products/ ... x.max.html

Will fix the documentation as soon as possble.

Re: need information about core.max

PostPosted: Wed Oct 31, 2018 4:00 pm
by crescentmoon
Konstantin.Toporov wrote:It is the same function:
http://www.fxcodebase.com/bin/products/ ... x.max.html

Will fix the documentation as soon as possble.



Thank you very much!